body {
    padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
.container a.brand {
    color: white;
}

.selfprinted-description-green {
    background-color: #0A0;
}

.selfprinted-description-blue {
    
}

.navbar-inner {

    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#007AC9', endColorstr='#006Ab9', GradientType=0);
    
    background-color: #007AC9;
    
    background-image: -moz-linear-gradient(top, #007AC9, #006Ab9);
    background-image: -ms-linear-gradient(top, #007AC9, #006Ab9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007AC9), to(#006Ab9));
    background-image: -webkit-linear-gradient(top, #007AC9, #006Ab9);
    background-image: -o-linear-gradient(top, #007AC9, #006Ab9);
    background-image: linear-gradient(top, #007AC9, #006Ab9);
    background-repeat: repeat-x;    
    
    color: #007AC9;
}
.navbar .nav > li > a  {
    color: white;
}
.navbar .divider-vertical { 
    background-color: white;
    border-right: 1px solid white;
}   

h1 {
    color: #001A69
}
h2 {
    color: #001A69
}
h3 {
    color: #001A69
}

.attachment-thumbnail-img {
    max-width: 250px; 
    max-height: 250px; 
    margin-top: 8px;
}

#sortTableExample_filter label {
   float: right;
}