/* Table Classes */


.standard-table{
    width: 100%;
    table-layout: auto;
    line-height: 1.8em;
    color: #b99a3d;
    border-collapse: collapse;
    margin-top: 5px;
    font-size: 0.85em;
}

.standard-table th {
    background-color: #1c1c1c;
    color: #bbb5b5;
    border: 1px solid #b8983b;
    vertical-align: bottom;
    padding: 6px 0;
    position: sticky;
    top: 0;
}
.standard-table th.vert_heads{
    width: 40px;
    writing-mode: vertical-lr;
    padding: 6px 0;
    vertical-align: middle;
    text-align: right;
}
.standard-table th.vert_heads_2{
    width: 100px;
    writing-mode: vertical-lr;
    padding: 6px 0;
    vertical-align: middle;
    text-align: right;
}
.standard-table td {
    border: 1px solid #b99a3d;
}
.standard-table td.left-align {
    border: 1px solid #b99a3d;
    text-align: left;
    padding: 2px 5px;
}
.standard-table .positive{
    background-color: rgba(41, 109, 63, 0.8);
    color: #ccc;
}
.standard-table .positive_plus{
    background-color: rgba(83, 126, 97, 0.8);
    color: #ccc;
}
.standard-table .amber{
    background-color: rgba(151, 124, 33, 0.8);
    color: #ccc;
}
.standard-table .negative-minus{
    background-color: rgba(172, 76, 108, 0.8);
    color: #ccc;
}
.standard-table .negative{
    background-color: rgba(170, 32, 78, 0.8);
    color: #ccc;
}
.standard-table .positive-large{
    background-color: rgba(41, 109, 63, 0.8);
    color: #ccc;
    font-size: 1.3rem;
    padding: 15px 0;
}
.standard-table .negative-large{
    background-color: rgba(170, 32, 78, 0.8);
    color: #ccc;
    font-size: 1.3rem;
    padding: 15px 0;
}
.standard-table .large{ 
    font-size: 1.3rem;
    padding: 15px 0;
}
.standard-table td.no-border {
    border: 0px;
    padding: 3px 5px 0 5px;
}
.standard-table th.fixed-50, td.fixed-50{
    width: 45px;
}
.standard-table th.fixed-70, td.fixed-70{
    width: 65px;
}
.standard-table th.fixed-100, td.fixed-100 {
    width: 100px;
}
.standard-table th.fixed-150, td.fixed-150 {
    width: 150px;
}
.standard-table th.fixed-125, td.fixed-125 {
    width: 125px;
}
.standard-table th.fixed-200, td.fixed-200 {
    width: 200px;
}
.forms-table td.fixed-300 {
    width: 300px;
}
.forms-table{
    width: 100%;
    table-layout: auto;
    line-height: 1.8em;
    color: #b99a3d;
    border-spacing: 10px;
}
.forms-table td {
    border: 0px;
}