table.zebra caption {
font-size: 11px;
text-align: center;
font-style: italic;
caption-side:bottom;
}

table.zebra th {
font-size: 14px;
font-weight: normal;
text-align: left;
font-weight: bold;
background: #E9E9E9;
text-transform: uppercase;
border: none;
padding: 12px 8px !important;
}

table.zebra tr {
border: none;
}

table.zebra th.show-on-desktop, table.zebra td.show-on-desktop {
        display: none;
    }

table {
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
border: none;
border-width: inherit;
caption-side: bottom;
margin: 20px 0;
}

tr.warning { 
	background-color: #FF9 !important;
	padding-bottom:20px;
	text-indent:10px;
}

table.zebra td {
    font-size: 14px;
}

ul.zebra>li:nth-of-type(odd), table.zebra tbody tr:nth-of-type(odd) {
    background-color: #f9f7f7;
}

.holiday {
    /*min-width: 200px;*/
    white-space:normal;
}

.date {
    min-width: 90px;
    white-space:nowrap;
}

.date-details-container {
    margin-bottom: 20px;
}

.date-details {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.date-details p {
    font-weight: bold;
    margin-bottom: 0 !important;
}

.date-details img {
    padding-right: 20px;
    float: left;
}

.details {
    padding-top: 10px;
    display: block;
}

.ad-container {
    margin: 30px 0;
}

#myInput {
    margin-top: 20px;
}

.form-control, placeholder {
    font-size: 16px;
}

@media (min-width: 768px) {
.holiday {
    /*min-width: 200px;*/
    white-space:nowrap;
    }
    
    table.zebra th {
    font-size: 16px;
    }
    
    table.zebra th.show-on-desktop, table.zebra td.show-on-desktop {
        display: table-cell;
    }
}

