.typBanner {
  background: #132b43 url('/images/songcontest/2022/songcontest_2022_bg_drk.jpg') no-repeat fixed center;
}
.typeheading {
  background: #00305e;
}
.card {
  border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}
.card-body {
  padding-top: 0;
}
.card-header {
  background-color: #fff !important;
}
.inner_left ul {
  width: 100%;
}
.type-right {
  display: none;
}
.full-width-white-container ul li {
  list-style: none !important;
}
.full-width-white-container .card, #accordion .card, .full-width-white-container .card, #accordion2 .card {
  border: 0;
}
.ks_col_align_right {
  text-align: right;
}
.ks_col_align_left {
  text-align: left;
}
.table-dark {
  background-color: #aa9172;
}
.table-dark td {
  border-color: #fff;
}
@media (max-width:767px) {
  .ks_col_align_right {
    text-align: center;
  }
  .ks_col_align_left {
    text-align: center;
  }
}