.jam-tutup {
    color: #ff0a0a;
}

.jam-buka {
    color: #18d918;
}

.ket {
    color: white;
}

.left-text {
    text-align: left;
}

.situs-resmi a {
    color: white;
    text-decoration: underline;
}

.jadwal-table {
    margin: 0 auto;
    border-collapse: collapse;
    border: 3px solid #fdff35;
    border-radius: 10px;
    background-color: #fdff35;
    margin-bottom: 10px;
    overflow: hidden;
}

.jadwal-table th,
.jadwal-table td {
    padding: 6px;
    background-color: #540000;
    font-size: calc(0.6rem + 0.4vw);
}

.jadwal-table th {
    background-image: linear-gradient(#fed907, #fdff35);
    color: #000000;
    font-weight: 800;
    font-size: calc(0.6rem + 0.4vw);
}

.jadwal-table tr:nth-child(even) td {
    background-color: #1c0000;
}

.jadwal-table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.jadwal-table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.search-box-jadwal {
    padding: 5px;
    border: none;
    font-size: 11px;
    width: 150px;
    height: 35px;
}

.search-button-jadwal {
    border: none;
    padding: 5px 10px;
    background-color: #ff0202;
    color: white;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    margin-right: 33px;
    vertical-align: top;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
}

.search-button-jadwal:hover {
    background-color: #e60000;
}

.market-name{
    font-weight: 700;
}

@media (max-width: 768px) {

    .jadwal-table th,
    .jadwal-table td {
        padding: 2px;
    }

}

@media (max-width: 480px) {

    .jadwal-table th,
    .jadwal-table td {
        font-size: calc(0.6rem + 0.6vw);
    }

    .market {
        text-transform: uppercase;
        color: white;
        min-width: 105px;
    }
}