@import url("../../Fragments/Pager/pager_templated.css?v=634155831442200000");

ul#officeLocationsFilters {
    margin:11px;
    overflow:auto;
}

ul#officeLocationsFilters li {
    display:block;
    margin-right:15px;
    float:left;
}

ul#officeLocationsFilters li label {
    float:left;
}

ul#officeLocationsFilters li select {
    float:left;
    clear:left;
    width:240px;
}

ul#officeLocationsFilters li button {
    margin-top:13px;
}

.resultsHeading {
    border-bottom: dotted 1px #CCCCCC;
    padding-bottom:3px;
    clear:both;
}

ul#officeLocationsResults li {
    width:210px;
    margin:0 20px 20px 0;    
    display:inline-block;
    vertical-align:top;
}

ul#officeLocationsResults li label {
    margin-right:5px;
}

ul#officeLocationsResults li span.name {
    font-weight:bold;
}

.pagination {
    clear:left;
}