

#dont_display {
	cursor: pointer;
}

/* remove annoying <br /> added by WP */
li + br {
    display: none;
}

@media (max-width: 992px) {

    #criteria .col-xs-2 {
        padding-left: 5px !important;
    }

    #criteria .col-xs-9 {
        width: 60% !important;
    }

    div.row div.col-xs-12 a {
        /*max-width: 210px;*/
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: bottom;
    }

    .nowrap {
        width: 95%;

    }

    div.col-xs-1 {
        width: 13.333%
    }
    .col-xs-11 {
        width: 86.667%;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    div.logo {
        height: 250px;
    }

    div.member-content {
        /*margin-left: -60px;*/
        width: 400px;
    }

    .nav > li > a {
        padding: 0 5px;
    }

    .navbar .nav a {
        font-size: 12px !important;
    }

    .navbar-collapse {
        padding-left: 35px;
    }

    footer div.col-sm-12 {
        padding: 0;
    }

    header div.header h1 {
        font-size: 30px !important;
    }

    .form-group {
        margin-left: -30px !important;
    }

    label.control-label {
        width: 90px !important;
    }

    input.form-control {

    }
}