*, ::before, ::after {
    box-sizing: border-box;
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wmhduz8A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

body {
  color: #FFFFFF;
  background-color: #175A9E;
  font-family: "Source Sans Pro";
  line-height: 1.5;
    max-width: 100%;
    overflow-x: hidden;
}

th.tableheader {
  font-size:60pt;
  color: #FFFFFF;
}

td.label {
  font-size:20px;
}

span.data {
  font-size:24px;
  font-decoration: bold;
  font-weight: 500 !important;
  text-transform: none !important;
}

td.spacerLine {
  height: 10px;
}

h1.signin-box__title {
   margin: 0px auto 0px;
}

.signin-wrapper img {
    display: block;
    margin: 0px auto 20px;
    max-width: 100%;
    height: auto;
    border: 0;
}

.signin-wrapper {
    display: block;
    width: 406px;
    padding: 10px 0 20px;
    margin-bottom: -70px;
    margin: 0px auto -53px;
}

.signin-disclaimer {
  display: block;
  padding: 5px 0px 5px;
  margin: 0px -30px;
  padding-top: 0;
  font-family: "Source Sans Pro";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  position: relative;
  top: 29px;
  border-color: #6fb32b;
  color: #FFFFFF;
}

.color-options-wrapper {
    display: none;
    width: 406px;
    padding: 10px 0 20px;
    margin-bottom: -70px;
    margin: 0px auto -53px;
}

.color-options {
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-weight: normal;
    margin-block-start: 0;
    margin-block-end: 0;
}

.simple-footer {
    text-align: center;
}

.simple-footer__content {
    font-family: 'Roboto', sans-serif;
    font-family: "Source Sans Pro";
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 70px;
}