.mt-wrap { max-width: 1000px; margin: 0 auto; font-size: 15px; }
.mt-wrap h2 { margin-top: 0; }
.mt-box { background: #f7f7f7; border: 1px solid #ddd; border-radius: 6px; padding: 14px 16px; margin: 16px 0; }
.mt-inline-form input { margin-right: 8px; padding: 6px 8px; }
.mt-btn {
	display: inline-block; background: #2c3e50; color: #fff !important; border: none;
	padding: 7px 14px; border-radius: 4px; cursor: pointer; text-decoration: none; font-size: 14px;
}
.mt-btn:hover { background: #1a252f; }
.mt-table, .mt-items-table { width: 100%; border-collapse: collapse; margin: 10px 0 24px; }
.mt-table th, .mt-table td, .mt-items-table th, .mt-items-table td {
	border: 1px solid #e0e0e0; padding: 8px 10px; text-align: left; vertical-align: top;
}
.mt-table th, .mt-items-table th { background: #f0f0f0; }
.mt-track-title { border-bottom: 3px solid #2c3e50; padding-bottom: 6px; margin-top: 32px; }
.mt-section { margin-bottom: 24px; }
.mt-section h4 { background: #eef2f5; padding: 8px 10px; margin: 0; border-left: 4px solid #2c3e50; }
.mt-progress { font-weight: normal; color: #555; }
.mt-item-notes { width: 100%; min-height: 32px; }
.mt-photo-block { margin-top: 6px; }
.mt-photo-thumb { max-width: 60px; display: block; margin-bottom: 4px; border-radius: 4px; }
.mt-signoff { background: #fafafa; padding: 8px 10px; border: 1px dashed #ccc; border-radius: 4px; }
.mt-signoff label { margin-right: 14px; }
.mt-form-msg, .mt-assign-msg, .mt-signoff-msg { margin-left: 10px; color: #2e7d32; font-size: 13px; }
.mt-hint { font-size: 12px; color: #777; margin-top: 6px; }
.mt-att-option { display: inline-block; margin-right: 14px; font-size: 14px; }
.mt-session-picker { margin: 10px 0; }

/* Print view */
.mt-print { max-width: 800px; margin: 0 auto; }
.mt-print-list { list-style: none; padding-left: 0; }
.mt-print-list li { padding: 3px 0; font-size: 14px; }
.mt-print-date { color: #555; font-size: 12px; }
.mt-print-signoff { font-size: 13px; margin-bottom: 20px; color: #333; }

@media print {
	.mt-no-print { display: none; }
}
