body { }
table.cel-table td{
padding-top: 20px;
padding-right: 24px;
padding-bottom: 20px;
padding-left: 24px;
}
table.cel-table th{
padding-top: 20px;
padding-right: 24px;
padding-bottom: 20px;
padding-left: 24px;
}
table.cel-table tr{
border-bottom: 1px solid #ddd;
}
.fa-map-marker-alt{
color:  #b42926;
}
.fa-calendar-alt{
color:  #b42926;
}
.fa-calendar-check{
color:  #b42926;
} @media only screen and  (max-width: 760px) {
table.cel-table td, tr { display: block; } table.cel-table thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
table.cel-table tr { }
table.cel-table tr + tr { margin-top: 1.5em; }
table.cel-table td { border: none;
border-bottom: 1px solid #cacaca;
position: relative; background-color: #efefef;
text-align: center;
}
table.cel-table td:before {
content: attr(data-label);
display: inline-block;
line-height: 1.5;
margin-left: -100%;
width: 100%;
white-space: nowrap;
}
}
@media only screen and  (min-width: 760px) {
.cel-visibility{
display: none;
}
}