
.custom_row, .table, .columns_row{
    float: left;
    clear: both;
    width: inherit;
    font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}
.item1, .item2, .item3, .item4, .item5, .item6{
    float: left;
    padding-top: 4px;
    padding-left: 10px;
    padding-bottom: 14px;
}

.item1{
    width: 15%;
}
.item2{
    width: 15%;
}
.item3{
    width: 15%;
}
.item4{
    width: 25%;
}
.item5{
    width: 11%;
}
.item6{
    width: 9%;
}
.appointments{
    width: 100%;
}
.table_title{
    font-weight: bold;
    margin-bottom: 15px;
}
.custom_row{
    line-height: 25px;
    border-bottom: solid 1px black;
    font-size: 12px;
}
.odd{
    background-color: white;
}
.even{
    background-color: #f2f2f2;
}

.table{
    margin-bottom: 25px;
}
.table_header{
    background-color: #560000;
    color: white;
    padding: 2px 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.info_box{
    float: left;
    padding-top: 4px;
    padding-bottom: 10px;
    width: inherit;
}

.image_box{
    width: 31%;
    float: left;
}

.image_item{
    padding-left: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.image_item>img {
    box-shadow:1px 1px 6px #a0a0a0;
}

.description{
    width: 69%;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-primary{
    background-color: #570000;
    border-color: #350000;
    padding: 6px 15px;
}
.button_box a{
    color: #333;
}
.button_box span{
    color: #333;
}
input:focus, textarea:focus, select:focus{
    background-color: #333333;
    color: white;
}