/* BASIC css start */
.board {padding-top:20px;}
.board img {width:100%;}

.tab-buttons ul {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
}

.tab-btn {
  padding: 10px 12px;
  color:#333;
  border: none;
  background: none;
  font-size: 12px;
  cursor: pointer;
  border-bottom: 1px solid #D54011;
  white-space: nowrap;
}

.tab-btn.active {
  color: #D54011;
  font-weight:500;
  border: 1px solid #D54011;
  border-top-width: 3px;
  border-bottom: 0;
}

.tab-contents {
    padding-top:20px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* BASIC css end */

