/* Enter Your Custom CSS Here */


table {
  
width: 100%;
background-color: #f3f3f3;
  
}

.tix-attendee-form {

margin-bottom: 10px !important;


}


 td {

padding: 15px !important;  
  
}


.tix-ticket-title td {

text-align: right;  
  
} 

.jl-article th, .jl-article td {


  border: solid 1px #878787;

}

  
  th.tix-column-description,th.tix-column-per-ticket,th.tix-column-quantity,th.tix-column-price  {
    
    background-color: #F5F5DC;
    
  
}

input[type=submit] {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}


th.tix-column-remaining {
  
color: #F5F5DC;  
background-color: #F5F5DC;

}  


td.tix-column-remaining {
  
color: #f3f3f3;  
}  

