/* Move down content because we have a fixed navbar that is 56px tall */
body {
    padding-top: 70px;
    padding-bottom: 20px;
}

th {
    color: #654982;
}

h1,h2,h3,h4,h5,h6 {
    color: #654982;
}

footer {
    border-top: 1px #dcd3e6 solid;
    margin-top: 20px;
}

.photo-round {
    border-radius: 100px;
    width: 200px;
    height: 200px;
}

.photo-round-mini {
    border-radius: 20px;
    width: 40px;
    height: 40px;
}

.navbar-brand img {
    width: 160px;
    height: 32px;
    float: left;
    margin-top: 0;
    margin-right: 5px;
}

.nav.navbar-nav {
    font-size: 16pt;
}

/* fixing clash of Bootstrap and Google Custom Search styles */

.gsc-control-cse .gsc-table-result {
    font-family : inherit;
}

.gsc-control-cse .gsc-input-box {
    height : inherit;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button, input.gsc-search-button-v2 {
    box-sizing  : content-box;
    line-height : normal;
    margin-top  : 0px;
}
