body {
    color: #000000;
} 

td, th {
    padding: 2px;
}

td {
    overflow-wrap: break-word;
}

.upperSection {
    font-size: .8em;
    font-style: italic;
    text-decoration: underline;
    cursor: pointer;
}

.page-title-block {
    margin-top: 10px;
    margin-bottom: 10px;
}

.script_name {
      float: left;
      width: 63%;
      margin: 0;
      font-size: 22px;
      font-weight: normal;
}

.datetime {
    float: right;
    width: 35%;
    margin: 0;
    font-size: 22px;
    font-weight: normal;
    text-align: right;
}

.accountInfo {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.labelDiv {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.selectLbl {
    vertical-align: top;
}

.selectBox {
    margin-left: 10px;
}

.headLink {
    margin-left: 1px;
}

.selResult {
    display: inline-block;
    margin-left: 20px;
    margin-right: 10px;
}

.spaceRight {
    margin-right: 5px;
}

.orders {
    margin-top: 10px;
}

.tableClass {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    table-layout: fixed;
}

.tableListOdd {
    background-color: #cfd8dc;
    vertical-align: top;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.tableListEven {
    background-color: #ffffff;
    vertical-align: top;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.circle {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid #009e60;
    display: inline-block;
    background-color: #009e60;
    margin-right: 3px;
}

.textWithOverFlow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.textWithOverFlow.expanded {
    white-space: initial;
    overflow: visible;
}

.buttonClass {
    width: 150px;
    padding: 1px;
    border: 1px solid #000000;
    border-radius: 5px;
    cursor: pointer;
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
    margin-right: 15px;
}

.buttonClass:hover {
      background-color: #000000;
      border-color: #000000;
}

.expClass {
    width: 15px;
    padding: 1px;
    border: 1px solid #000000;
    border-radius: 3px;
    cursor: pointer;
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    font-size: .7em;
}

.expClass:hover {
      background-color: #ffffff;
      border-color: #000000;
}

.noClaims {
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.2em;
    background-color: #6d9bb5;
    color: #ffffff;
}

.arrow {
    border: solid #000000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}