
/*
Default CSS
*/

.navbar-default
{
    background-color: #337ab7 !important;
}

.navbar-brand
{
    color: white !important;
}

.img-nav
{
    float: left; 
    margin: 7px
}

.scroll-pane
{
    overflow-y:scroll;
    height:92vh
}

figure {
   width:150px;
   height: auto;
   padding: 5px;
   display: table;
}

figure img {
    height: auto; 
    width: auto; 
    max-height: 150px; 
    max-width: 150px; 
    vertical-align: bottom;
    border-radius: 5px;
}

figcaption {
    display: table-caption;
    caption-side: bottom;
    padding: 0 5px 5px;
}​

html, body {
    margin: 0;
    overflow: scroll;
    height: 99%    
}

