body {
    width: 980px;
    margin: auto;
}

.table-img {
	vertical-align: baseline;
}

#bImage {
	max-width: 6em;
}

#marginCol {
	width: 60px;
}

#footerImg {
	max-width: 8em;
}

.might-be-long-cell {
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#tdMail {
	font-weight: 500 !important;
}

.flag {
    height: 1rem;
    vertical-align: sub;
}

@media print {
	.row {
		display: block !important;
	}
	footer .row {
		display: flex !important;
	}
	table tr td, table tr th, table .clickable, #pairH, footer, .boardInfo {
		color: #000000 !important;
	}

    #myBody {
        min-width: auto !important;
    }

    thead {
        display: contents;
    }
}

@page {
    size: auto;
}
