@import url(../assets/fontawesome/navcard.css);
.block-table {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
  background-color: #6A7175;
  table-layout: auto;
}

.block-table td, .block-table th {
  border-collapse: collapse;
  padding: 4px;
  vertical-align: top;
}

.block-table th {
  border-bottom: 1px solid #767E82;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: Left;
  color: #F7AD29;
  font-weight: normal;
  }

.block-table td {
    color: #FFFFFF;
    font-weight: normal;
}

.section {
    text-align: center !important;
}

.thrs {
    text-align: right;
}
.subtext {
        font-size: 90%;
        font-style:italic;
        display: block;
        font-weight: normal !important;
    }
.cname {
    white-space: nowrap;
}

.subheading {
    border-bottom: 1px solid #767E82;
}