h4
{
    font-size: 13px;
    font-weight: bold;
}

.btn-link
{
    color: #E08600;
    text-decoration: underline;
    text-transform: none;
}

th, th > a
{
    color: #777;
    text-decoration: underline;
}

.main
{
    color: #1f1f1f;
    font-size: 13px;
}

textarea.form-control
{
    font-size: 13px;
}

.grey
{
    color: grey;
}

.red
{
    color: red;
}

.green
{
    color: #349545;
}
.table > a
{
    color: #349545;
}

td > a, a
{
    color: #349545;
}
a:hover, a:focus
{
    color: #349545;
    text-decoration: underline;
}
a:focus
{
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.form-control
{
    background-color: #e6e6e6;
    }
    
    .noborder
    {
        
border: 0px solid #37F71E !important; 
        }