/* Minification failed. Returning unminified contents.
(12,1): run-time error CSS1019: Unexpected token, found '@'
 */
.form-school-select {
    margin: 15px;
}

.school-results {
}

#content-selected > * {
    margin: -10px 0;
}

@@media screen and (max-width: 767px) { /* If with-in the bootstrap xs screensize, add some margins */
    .xs-login-margin {
        margin-left: 20px;
        margin-right: 20px;
        float: left;
    }
}

#school-results {
    background-color: white;
    border: 1px solid #eeeeee;
}

    #school-results > .result-hit,
    #school-results > .more-result-ellipsis {
        padding: 5px 12px;
    }

        #school-results > .result-hit.lastSelected {
            font-weight: bold;
        }

        #school-results > .result-hit.selected {
            background-color: #003544;
            color: white;
        }

        #school-results > .result-hit:not(.selected):hover {
            background-color: lightgray;
            cursor: pointer;
        }

