/*  EXAMPLES */
.mtv-example-container {
  padding: 8px;
  min-width:340px;
}

.mtv-example-header {
  padding: 5px;
  height: 30px;
  overflow: hidden;
}

.instructor {
  cursor: pointer;
}

.instructor img.spanish-icon {
  position: absolute;
  width: 45px;
  top: -30px;
  right: -26px;
}

.instructor span.closed-caption-icon {
  font-family: "Lato", sans-serif;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px 0 5px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 0 3px;
  position: absolute;
  right: 2px;
  bottom: -22px;
  line-height: 19px;
}

.instructor a {
  color: #64933A;
  font-weight: 600;
  font-size: 12px;
  margin: 0;
}

.instructor-name {
  text-align: center;
  margin: 5px 0 0 0;
  padding: 0;
  line-height: 110%;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 12px;
}

.instructor span.play-button {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 5px;
  max-width: 54px;
  border-radius: 6px;
  background-color: #742383;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 7px 3px 7px;
  line-height: 120%;
  cursor: pointer;
}

.cell-problem-text {
  font-family: "Segoe UI";
  font-size: 16px;
  margin: 0px 10px 10px 10px;
  color: #101010 !important;
}

.cell-problem-text table td {
  padding: 5px;
}

.cell-problem-text table th {
  border-bottom: 1px solid #333333;
  text-align: center !important;
}

@media only screen and (max-width: 992px) {
  .cell-problem-text {
    font-size: 17px;
  }
}
@media only screen and (min-width: 993px) {
  .cell-problem-text {
    font-size: 18px;
  }
}
.cell-problem-text ol,
.cell-problem-text ul {
  font-weight: bold;
  list-style-position: outside;
  margin-left: 0;
  padding-left: 0.8em;
}

.cell-problem-text ol > li,
.cell-problem-text ul > li {
  padding-left: 0.8em;
}

.cell-problem-text ol p,
.cell-problem-text ul p {
  font-weight: normal;
}

.cell-problem-text img {
	max-width:80%;
}