﻿ .tcs_tickets_table {
    background: #ffae00;
    width:90%;
  }
 .tcs_tickets_table_hdr {
    font-size:1.2em;
    color:White;
    padding:10px 10px 10px 0px;
 }
 
 .tcs_tickets_table_hdr_lft {
     padding:10px 10px 10px 10px;
 }
 .tcs_tickets_table_hdr_other {
     color:White;
     padding:10px 10px 10px 00px;
 }
 .tcs_tickets_table_def {
     color:#252525;
     padding:2px 2px 2px 5px; /** top right botton left*/
     float:left;
     width:90%;
     margin:2px 2px 5px 10px;
     background-color:white;

 }
 .tcs_tbl_lbl {
     color:#252525;
     padding:5px 0px 5px 0px; /** top right botton left*/
     float:left;
 }
  .tcs_tbl_lbl_top {
     color:#252525;
     padding:5px 0px 5px 0px; /** top right botton left*/
     float:left;
 }
 .tcs_lbl_topcol {
     color:#252525;
     padding:0px 0px 0px 0px; /** top right botton left*/
     float:left;
     width:90%;
     margin:0px 0px 0px 0px;
 }
  .tcs_tt_topcol {
     color:#252525;
     padding:2px 2px 2px 5px; /** top right botton left*/
     float:left;
     width:90%;
     background-color:white;
     margin:15px 2px 5px 10px;
 }

  .tcs_tt_btmcol {
     margin-bottom: 5px;
 }

.tcs_tickets_table_midlcol {
     color:#000;
     padding:5px 0px 0px 2px; /** top right botton left*/
     float:left;
     width:90%;

}

.tcs_tickets_table_rightcol {
     color:#000;
     padding:2px 0px 0px 10px; /** top right botton left*/
     float:left;
     width:90%;

}

.tcs_tickets_table_txtb {
     background-color:white;
     margin:10px 0px 0px 0px; /** top right botton left*/
     padding:0px 0px 0px 5px; /** top right botton left*/
     width:20%;
     font-size:1.5em;
}
.giftcardtextb {
    width:50%;
}
@media screen and (max-width: 480px) {
  .tcs_tickets_table {
    background-color:blue;
    font-size:1.1em;
    width:100%;
  }
.giftcardtextb {
    width:100%;
}
 .tcs_tickets_table_txtb {
     background-color:white;
     margin:0px 0px 0px 0px; /** top right botton left*/
     padding:0px 0px 0px 0px; /** top right botton left*/
     width:50%;
}
}