h1 {
    margin-top: 60px;
    text-align: center;
    color: #ec6ea5;
}
.table-box {
    width: 100%;
    border: solid 5px #ebe5a0;
    border-radius: 15px;
    display: flex;
    padding: 0px;
    background: #FEFBDD;
}

.bg-3 {
    background: #f8ebbf;
}

.h-td {
    flex: 1;
    text-align: center;
}

table tr td {
    padding: 10px;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
}

tr.bd-bottom td {
    border: none;
}

td p.gray-color {
    font-size: 16px;
}

table tr td:first-child {
    width: 150px;
}
table tr td:nth-child(2) {
    width: 150px;
    color: #b06e2a;
}
table tr.v-top td:nth-child(2) {
    width: 150px;
    color: #ec6ea5;
    vertical-align: middle;
}
table tr td:nth-child(3) {
    width: 150px;
    color: #b06e2a;
}
table tr.v-top td:nth-child(3) {
    width: 150px;
    color: #ec6ea5;
    vertical-align: middle;
}
table tr td:nth-child(4) {
    width: 120px;
}
table tr td:nth-child(5) {
    width: 120px;
}
table tr td:nth-child(6) {
    width: 120px;
}
table tr td:nth-child(7) {
    width: 120px;
}
table tr td:nth-child(8) {
    width: 120px;
}
table tr td:nth-child(9) {
    width: 120px;
}

.v-top td, .pink-color {
    color: #ec6ea5;
    font-weight: bold;
}
.img-band-logo {
    width: 50%;
}
.bg-2 {
  margin-bottom: 15px;
}
.cal-new{
    position: absolute;
    width: 27px;
    margin-left: -15px;
    margin-top: -8px;
}
.cal-new-mb {
    position: absolute;
    width: 30px;
    margin-left: 10%;
    margin-top: -19px;
}