﻿body,table,h3{
    font-family:Arial;
    font-size:12px;
}

table{
    width:100%;
    border-collapse:collapse;    
}
table td {
    vertical-align: top;
    border: 1px solid black;
    padding:5px 5px;
}

.wl-h2 {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 5px 5px;
    background-color: #003A5C;
    color: white;
}
.wl-td-with-sub-table{
    padding:0px;
}
.wl-td-with-sub-table table{
    border:0px !important;
}
.wl-label, .wl-th {
    font-weight: bold;
}
.wl-td{
    width:49%;
}
.wl-sub-table td{
    border:none;
}

.wl-sub-table{
    border:1px solid black;
}
.wl-attachment{
    padding-top:5px;
}
.wl-sub-th{
    border-bottom:1px solid black!important;
}
.wl-attachment-th{
    border-right:1px solid black !important;
}
a:visited {
    color: #003A5C;
}
a {
    padding-bottom: 5px;
    display: inline-block;
    color: #003A5C;
}

.wl-h2-0{
    margin-top:0px;
}

.wl-attachment-left-td{
    border-bottom:none;
    border-top:none;
    border-right:none;
}

.wl-attachment-right-td {
    border-bottom: none;
    border-top: none;
    border-left: none;
}

.wl-tr-attachment:last-of-type {
    border-bottom: 1px solid black;
}