#site_logo {
    margin: 3px 5px;
    max-height: 45px;
    max-width: 45px;
    float: left;
}
.thumbnail_container {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom:20px;
}

.thumbnail {
    position:absolute;
    width:100%;
    height:100%;
}
.thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.thumbnail .caption {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.thumbnail img {
    max-height:100%;
    max-width:100%;
}

dl.inline dd {
    display: inline;
    margin: 0;
}
dl.inline dd:after{
    display: block;
    content: '';
}
dl.inline dt{
    display: inline-block;
    min-width: 100px;
}

.center-table
{
    margin: 0 auto !important;
    float: none !important;
}

.navbar-fixed-top {
    z-index: 930 !important;
}

