/** hides the URL which Chrome adds in parens following element **/
a[href]:after { display:none; } 

.header-bottom,
.header-right,
#app-wrapper > .col-sm-4,
table.filter_results i.glyphicon,
span.glyphicon-sort-by-alphabet-alt,
#results-share,
#data_loader,
footer {
    display: none;
}
.logo-block {
    padding-left: 0;
    text-align: center;
}
#results-search {
    width: 100%;
}
#results-search .num-results,
#results-search .total {
    width: 48%;
    float: left;
    font-size: 12px;
    text-align: center;
}

#app-wrapper #result-container #results-head,
#app-wrapper #result-container #results-head #results-head-row,
#app-wrapper #result-container #results-head #results-head-row #results-search,
#app-wrapper #result-container #tbl_results {
    margin-top: 0;    
    margin-bottom: 0;    
}

#app-wrapper #result-container #tbl_results thead th,
#app-wrapper #result-container #tbl_results thead th a,
#app-wrapper #result-container #tbl_results tbody td {
    font-size: 12px;
}
#app-wrapper #result-container #tbl_results tbody td {
    padding-top: 4px;
    padding-bottom: 4px;
}
#app-wrapper #result-container #tbl_results thead th a span {
    display: none;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16 {
    width: 100%;
}

.col-sm-offset-1 {
    margin-left: 0;
}
