.onairTable .title {
  padding: 10px 20px;
  border: 1px solid #FFF;
  font-size: 16px;
  background: rgba(203, 0, 0, 0.6);
  font-weight: 600;
  text-shadow: 2px 2px 0px #000000;
  text-align: center;
}
.onairTable .onair-list {
  display: flex;
  flex-wrap: wrap;
}
.onairTable .onair-list .onair-item {
  padding: 20px;
  width: 33.33%;
  border: 1px solid #FFF;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
}/*# sourceMappingURL=addcontent.css.map */