﻿.outputTable {
	border-collapse: collapse;
	empty-cells: hide;
}
.outputTable td, .outputTable th {
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}
.outputTable th {
	text-align: right;
}

/* large */
@media (max-width:992px) {
.outputTable {
	overflow-x: auto;
	display: block;
}
}
