@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: #EDEFF4;
  table-layout: auto;
}

.block-table tr:hover {background-color: #FFFFFF;}

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

.block-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: Left;
  color: #000000;
  font-weight: bold;
  background-color: #D5D7DB;
  }

.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;
}