﻿
img {
    border: none;
}

.header {
    color: #C2AD92;
    margin-left: 50px;
    padding: 0px;
    display: inline;
    font-size: 14px;
}

.title {
    font-size: 16px;
    font-weight: bold;
}

.content {
    font-size: 12px;
    text-align: justify;
}

.subnote {
    font-size: 10px;
    text-align: left;
    color: #4f4f4f;
}

.ctHeader {
    font-size: 16px;
    font-weight: bold;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    text-align: left;
    height: 40px;
}

.table {
    text-align: left;
    background-color: #FFFFFE;
    border: solid 2px #888888;
}

.tableHeader {
    background-color: #fff;
    color: #ffffff;
    font-weight: bold;
    height: 30px;
    text-decoration: none;
    text-align: center;
}

.innerHeader {
    background: white;
    color: black;
    padding:4px;
}

    .innerHeader a {
        color: black;
    }

.tableHeader img {
    /*border:1px solid #c63a1c;*/
    width: 160px;
    margin-top: 5px;
}

.table-active {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    line-height: 30px;
    vertical-align: bottom;
    font-size: 12px;
    padding-left: 20px !important;
    background: #9b240e url(/images/arrow-blue.png) no-repeat left;
    /*background: #565645 url(/images/arrow-blue.png) no-repeat left;*/
    background-position-x: 5px;
}

.comments {
    /*font-size: 10px;
    color: Gray;
    font-style: italic;*/
    color: #313131;
}

.alternateRow1 {
    background-color: #ecece2;
    text-align: left;
}

.alternateRow2 {
    background-color: #f5f5f0;
    text-align: left;
}

.jumbotron {
    color: white;
    background-color: #c63a1c;

}

    .jumbotron h1 {
         background-color: transparent;
    }

    .jumbotron p {
    background-color: transparent;
    font-size: 12px;
}

.highlight {
    background-color: #dce8e8;
    text-align: left;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .tableHeader img {
        width: 120px;
    }
}