/*t&c */
.tcDocVersion {
  font-size: 20px;
  font-weight: bold;
}

h2.tcSectionHeader {
  font-size: 16px;
  font-weight: bold;
}

h3.tcSectionHeader {
  font-size: 14px;
  font-weight: bold;
}

.tcLabel {
  font-size: 12px;
}

.tcDocContainer, .tcDocContainer p, .tcSectionHeader p, .tcSectionHeader ul, .tcSectionHeader ol {
  font-size: 14px;
  font-weight: normal;
}

ul.tcList {
  list-style: none;
  margin: 0;
  padding: 0;
}

  ul.tcList li {
    padding: 3px 15px;
    margin: 3px 0px;
    border-bottom: solid 1px #c51331;
    font-size: 14px;
  }

    ul.tcList li:first-child {
      border-top: solid 1px #c51331;
    }

span.TC {
  font-style: italic;
  font-weight: bold;
  font-size: 1.02em;
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: #000000;
}

  span.TC.Accepted {
    background-color: #009900;
  }

  span.TC.NotAccepted {
    background-color: #990000;
  }

span.tcNote {
  font-size: .85em;
  display: block;
  padding: .2em;
  margin: .2em;
  margin-left: 1em;
}
