
.topCallOut {
  padding: 20px;
  margin: 20px;
  background: #dcdcdc !important;
}


.myFooter {
  min-height: 120px;
  background: #000000;
  color: #ffffff;
}

.darkBackground {
  background: #333333;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  color: #f8f8f8;
  margin: auto;
}

.darkBackgroundRow {
  background: #333333;
}

.borderDashed {
  height: 47px;
  border: solid 0.1px #979797;
  border-left: solid 4px #ff0000;
  border-right: solid 0.1px #979797;
}
.table td, .table th {
  border-top: 0.5px solid #dee2e6 !important;
}
.table td, .table th {
  border-right: 0.8px solid #dee2e6 !important;
}
.wideCol {
  width: 30%;
}
.wideCol75 {
  width: 75%;
}

.btn {
  border-radius: 0px !important;
}

.narrowCol {
  border-left: solid 0.1px #979797;
  border-right: solid 0.1px #979797;
}

.iconClass {
  margin-left: 5px;
  cursor: pointer;
}

.topHeading {
  background: #ffffff;
  padding-top: 30px;
}

.paragraph14 {
  font-family: "Helvetica";
  font-size: 14px;
  font-weight: 400;
}

.paragraph24 {
  font-family: "Helvetica-Bold";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph24bold {
  font-family: "Helvetica-Bold";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.jomboNoBackground {
  background: #ffffff;
  min-height: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.darkBackground14px {
  font-family: Helvetica;
  font-size: 14px;
  color: #f8f8f8;
  background: #333333;
}
.footnotes{
  margin-top: 20px;;
  font-family: Helvetica;
  font-size: 12px;
  

}
.smallWidht {
  width: 75%;
}
.mediumWidht {
  width: 85%;
}

.redFrame {
  border: 2px solid #ff0000;
  min-height: 230px;
  border-radius: 0;
}

.redBoxes {
  justify-content: space-evenly;
}

.darkButton {
  background: #000000;
  position: absolute;
  right: 0;
}

.rowBottom {
  justify-content: flex-end;
  display: flex;
}

.plainCardFooter {
  background: #ffffff;
  border-top: 0px;
}
.btn-dark {
  padding: 10px;
  padding-left: 20px; 
  padding-right: 20px;
  font-family: Helvetica;
  font-size: 10px;
  color: #f8f8f8;
}
.isDisabled {
  opacity: 20%;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none
  
}
.turnSelectButtonRed {
  
  background: #ff0000;
  color:#ffffff;
}
.whiteLink {
  
  color:#ffffff;
}
#buttonScenario2:hover {
  background: #ff0000;
  color:#ffffff;
  border-color: #ff0000;
}
#buttonScenario1:hover {
  background: #ff0000;
  color:#ffffff;
  border-color: #ff0000;
}