.booking_cancellation_container
{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.booking_cancellation_container .warning
{
    color: red;
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
}

.booking_cancellation_container button
{
    padding-top: 15px; 
    padding-bottom: 15px; 
    padding-left: 40px; 
    padding-right: 40px; 
    background-color: #ff9522; 
    color: white; 
    font-size: 25px; 
    font-weight: bold;
    border-style: none;
    border-radius: 100px;
    margin-top: 20px;
    cursor: pointer;
}

.booking_cancellation_container select
{
    font-size: 30px;
}