#adminmenumain, #wpadminbar, #screen-meta, .jcd-narrow, .jcd-wide form, .jcd-wide h3, #wpfooter {
    display: none;
}

#wpcontent {
    margin-left: 0;
}

.wrap {
    margin: 0;
}

.jcd-wide {
    width: 100%;
}

button.mt-hide-button {
    margin-left: 4px;
}

button.mt-show-button {
    display: block;
}

#wpcontent .postbox {
    margin: 0;
    border: none;
    box-shadow: none;
    background: transparent;
}

#wpcontent .inside {
    padding: 0;
}

#wpcontent h2 {
    padding: 0;
    cursor: default;
}

.mt-tabs .wptab:has(table) {
	overflow-x: visible !important;
}

table {
    width: 100%;
    border-collapse: collapse;
}
caption {
    font-weight: 700;
    font-size: 1.1em;
    line-height: 1.5;
    margin-top: 2em;
}

thead th {
    background: #e9e9e9;
	white-space: nowrap;
}

th {
    background: #f6f6f6;
    text-align: left;
}
th[scope=col] {
    padding: 12px 4px;
}
th[scope=row] {
    border-bottom: 1px solid #ddd;
    padding: 4px;
    background: transparent;
    font-family: monospace;
    border-right: 1px solid #f3f3f3;
}
td {
    padding: 4px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #f3f3f3;
}

th.mt-id {
    width: 12em;
}

td.mt-owed, td.mt-price, td.mt-paid, td.mt-tickets {
    text-align: right;
    width: 6em;
}

td.mt-type {
   min-width: 6em;
}

td.mt-hidden {
    opacity: .25;
}

.notice,
.tabs {
    display: none;
}

table a:hover, table a:focus {
    text-decoration: none;
}

@media print {
    .notice, .mt-back, .show-button, .jcd-wide h2.hndle {
        display: none;
    }
    td, th {
        border: 1px solid #f0f0f0;
    }
    tr:nth-of-type(odd) {
        background: #fefefe;
    }
	.mt-hidden {
		display: none;
	}
    button {
        display: none;
    }
}