.navbar-brand {
    font-size: 36px;
    width: auto;
    margin-top: 7px;
}

/* below two rules will move the search facet column to the left instead of the right side */
/*
.browseResults
{
    float: right;
    width: 75%;
}

.browseRefine
{
    margin-left: 0;
}
*/

#bRefine H2 {
    color: #333;
    font-size: 20px;
}
#bRefine a {
    font-size: 14px;
    color: #333333;
}
.bResultListItem .bResultListItemText,
.bResultItem .bResultItemText,
.multisearch .multisearchResult a {
    color: #000;
    font-size: 14px;
}
.detail {
    font-size: 14px;
}
.detail .detailNavBgLeft a .small, .detail .detailNavBgRight a .small {
    font-size: 12px;
}
.detail h6 {
    font-size: 15px;
}
#footer .social a
{
    font-size: 36px;
}
.greyBg {
    background-color: #F2F2F2;
    padding: 3px 15px 3px 15px;
}