.header {
       color: #a70f0f; !important;
       text-decoration: none;
       font-weight: bold;
       padding: 8px;
       background: #fff;
       margin-top: 0px;
       font-size: 25px;
       border-radius: 20px;
       }
     
.booking-submit-buttons 
        {

        color: #fff;
        background-color: #c82333 !important;
        border-radius: 6px !important;
        font-weight: bold !important;
        height: 40px !important;
        font-size: 16px !important;
        padding-top: 2px !important;
        width: 10% !important;
        }

 table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}


td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}


      

                
              
