.today_price{
    margin-top: 60px;
    border: 2px solid;
    padding: 50px;
    background: #fff;
}
.today_price h2{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: -40px;
}
.today_text{
    display: block;
    width: 460px;
    margin: 60px auto 40px;
    padding: 8px 0 6px;
    background-color: #4AB8D9;
    text-align: center;
    color: #FFF;
    line-height: 1.1;
    font-size: 24px;
    font-weight: bold;
}

.today_price table {
    border-collapse: separate;
    border-spacing: 5px;
    width: 80%;
    margin: auto;
}

.today_price table th,
.today_price table td {
    border-radius: 5px;
    text-align: center;
    padding: 10px 0;
}

.today_price table th {
    background-color: #c79852;
    color: white;
    border: solid 1px #927141;
}

.today_price table td {
    background-color: #e4d4bc;
    border: solid 1px #af9d85;
}


@media screen and (max-width: 414px) {
    .today_price {
        margin-top: 30px;
        padding: 20px;
    }
    .today_price form{
        margin: 30px auto;
    }
    .today_text{
        width: 100%;
        font-size: 16px;
    }
    .today_price table{
        width: 100%;
    }
}