﻿
@media screen and (min-width:768px) {

    .TwoCells {
        float: left;
        width: 48%;
    }

        .TwoCells:first-child {
            margin-right: 4%;
        }
}

.SearchFilterWrapper {
    margin-top: 0px;
}

    .SearchFilterWrapper .Button {
        margin-right: 10px;
        margin-bottom: 10px;
        float: left;
    }

        .SearchFilterWrapper .Button.Selected {
            background: #444;
            color: #fff;
            text-decoration: none;
        }