/* Removes border from images */

img {border: 0 !important;}

/* Table styling */

table.mrc-table {border-collapse: collapse;}
table.mrc-table td, table.mrc-table th {padding: 4px !important;
                                        text-transform: none !important;}

th#time-22, th#time-23, th#time-24 {width: 3em;}

/* Ensure all tabs print together */

@media print {
.shortcode-tabs div {display: block !important;}
.shortcode-tabs ul.tab_titles {display: none;}
}