﻿.table {
    width: 700px;
    font-family: 'Times New Roman';
    font-size: 14px;
    border-spacing: 0;
    border-width: 0;
    padding: 0;
    border-width: 0;
}

.tableBorderColaps {
    height: 73px;
    border-spacing: 0;
    border-width: 0;
    padding: 0;
    border-width: 0;
}

.bgLight {
    background-color: #e0f7faa1;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.textLeft {
    text-align: left;
}

.fontHeader {
    font-size: 25px;
    font-weight: bolder;
}

.fontSubHeader {
    font-size: 15px;
    font-weight: bolder;
}

.fontMenuHeader {
    font-size: 13px;
    font-weight: bolder;
    height: 40px;
    background-color: #e0f7faa1;
}

.fontMenuHeader2 {
    font-size: 13px;
    font-weight: bolder;
    height: 20px;
    background-color: #e0f7faa1;
}
.bg1{
    background-color: #e0f7faa1;
}

.border-top0 {
    border-top: 0px !important;
}
.border-bottom0 {
    border-bottom: 0px !important;
}
.border-right0 {
    border-right: 0px !important;
}
.border-left0 {
    border-left: 0px !important;
}
.fontMenuBody {
    font-size: 12px;
}
/* .fontMenuBody>td{
    text-align: center;
} */

.marginLeft {
    margin-left: 20px;
}

.marginRight {
    margin-right: 75px;
}

.footerHeight {
    height: 125px;
}

.border-theme {
    border: 1px solid #9bcad0a1;
}

.bg-theme {
    background-color: #e0f7faa1;
}
