table {margin-top: 5px;
margin-left: auto;
margin-right: auto;
width: 960px;
padding: 10px;
border-style: solid;
border-collapse:collapse;
border-width: 2px;
border-color: #efb871;
background-color: rgba(255, 255, 255, 0.5);
font-family: "Times New Roman",serif;
font-size: 20px;
}


td{
padding: 10px;
border-top: 1px dashed #efb871;
border-bottom: 1px dashed #efb871;
border-right: 2px solid #efb871
}
.date{
text-align: center;
border-bottom: 2px solid #efb871
}
.date span{
font-size: 2em;
}
.time{
font-size: 22px;
}
.time span{
font-size: 16px;
}
tr:nth-child(2n){
border-bottom: 2px solid #efb871
}
.selebration{
color: #ff0000;
}
