table th {
	font-weight: normal;
	font-size: 13px;
	color: #666;
    box-shadow: 0px -1px 0px #BEBEB9 inset;
	padding: 5px 5px;
	text-align: left;
}

td {
	padding: 5px 5px;
	vertical-align: middle;
}

td .buttons {
	/*margin: 10px 15px 0 0;*/
	text-align: right;
}

td .buttons .btn {
	font-weight: 500;
    margin-top: 1px;
    margin-bottom: 1px;
}

td > span {
	color: #666;
	margin: 0;
	display: block;
}

td h4 {
	margin: 7px 0 0 0;
	font-size: 16px;
}

td h4 a, td h4 a:hover {
	color: #333;
	text-decoration: none;
}

td h5 {
	font-size: 13px;
	margin: 7px 0 0 0;
}

tr.odd td, tr:nth-child(odd) td {
	background: #fbfbfb;
}

.promo {
	text-align: center;
	padding: 5px;
}
@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table, 
    #no-more-tables thead, 
    #no-more-tables tbody,
    #no-more-tables tfoot,
    #no-more-tables th, 
    #no-more-tables td, 
    #no-more-tables tr { 
        display: block; 
    }
 
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
 
    #no-more-tables tr { border: 1px solid #ccc; }
 
    #no-more-tables td,
    #no-more-tables th { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
        white-space: normal;
        text-align:left;
    }
    #no-more-tables td:before,
    #no-more-tables th:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }
 
    /*
    Label the data
    */
    #no-more-tables td:before,
    #no-more-tables th:before { content: attr(data-title); }
}
@media only screen and (max-width: 768px) {
    /* Force table to not be like tables anymore */
    #no-more-tables-events table, 
    #no-more-tables-events thead, 
    #no-more-tables-events tbody, 
    #no-more-tables-events th, 
    #no-more-tables-events td, 
    #no-more-tables-events tr { 
        display: block; 
    }
 
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables-events thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
 
    #no-more-tables-events tr { border: 1px solid #ccc; }
 
    #no-more-tables-events td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 37%!important; 
        white-space: normal;
        text-align:left;
    }
 
    #no-more-tables-events td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        /*white-space: nowrap;*/
        text-align:left;
        font-weight: bold;
    }
 
    /*
    Label the data
    */
    #no-more-tables-events td:before { content: attr(data-title); padding-left:10px; padding-right:5px; }
}
