﻿
.SearchBox {
    width: 130px;
    float: right;
}

.td-Title
{
    text-align:left !important;
}
.td-Content
{
    text-align:right !important;
}

.table thead .TableCaption {
    background-color: white;
    border: 0 solid white;
    color: #000000;
    font-weight: bolder;
    font-size: 13px !important;
    padding: 0;
    z-index: 1;
    position: sticky;
    top: 0;
}
.table thead tr {
    background-color: #373738;
    border: 0 solid white;
    color: #ffffff;
    text-align: center;
    max-width: 60% !important;
}
