/**
 * @Author   Gileba
 * @license	GNU/GPL http://www.gnu.org/copyleft/gpl.html
 **/

/** Table overflow for small modules and wide tables **/
table.tablemaker {
	display: block;
	overflow-x: scroll;
}

table.tablemaker {
	width: 100%;
}

/** Give post-text a minimum of space **/
.tablemaker + .posttext {
	margin-top: 10px;
}

/** Filtering results **/
table.tablemaker tbody tr:not(.show) {
	display: none !important;
}

/** Make sure table rows with class 'show' are shown as a table-row in Bootstrap v2 **/
/** Deprecated for v3; we will no longer support bootstrap 2 **/
table.tablemaker tr.show {
	display: table-row;
}

/** Search field **/
#lookupInput {
	margin-bottom: 10px;
	border-radius: 5px;
	border-width: 1px;
	padding: 2px 0 2px 10px;
}
