h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title-size{
font-family:Georgia;
}

body{
background-color: #A7A9AC !important;
}

.customPage, tr td, tr th {
color: #58595B
}

#content{
font-family:Helvetica,Arial,sans-serif;
max-width:1400px;
padding-left: 4%;
padding-right:4%;
height:94vh !important;
background-color:white !important;
top:0px !important;
bottom:0px !important;
margin: 0px  auto !important;
overflow: auto !important;
position:relative !important;
}

@media (min-width: 660px){
    #content{
      width:90%;
    }
}

.error{
font-weight:bold;
color:#E65933;
}

footer.banner-footer{
display:none
}

.xe-container input:disabled ~ .xe-checkmark{
  background-color: #ddd !important
}