/* Legacy definitions */

NemethStar {
  color: darkblue;
  font-family: opensanseb;
  font-weight: bold;
  font-size: x-large;
  text-align: center;
}

NemethStarsub2 {
  color: #CD4F39;
  font-family: opensanseb;
  font-weight: normal;
  font-size: x-small;
  text-align: left;
}

NemethStar2 {
  color: darkblue;
  font-family: opensanseb;
  font-weight: bold;
  font-size: x-large;
  text-align: center;
}

.basicdiv {
  padding: 20px;
}

.ratio-custom {
  position: relative;
  width: 100%;
  padding-top: 246%;
}

.ratio-custom iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

