
.general-table-ui {
	width: 100%;
	table-layout: fixed;
	background: #333333 url('../img/general_table_bg.jpg') no-repeat;
	background-size: cover;
	border: 1px solid #222;
	padding: 10px;
	margin: 10px 0px;
	-moz-box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
}

.general-table-ui tr td {
	padding: 5px;
	vertical-align: middle !important;
	text-align: center;
	background: rgba(0, 0, 0, 0.1);
	color: #f2f2f2;
}

.general-table-ui tr:first-child td {
	color: #a0aec0 !important;
	font-weight: bold;
}

.general-table-ui img {
	width: 50px;
	height: auto;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.page-title {
    color: #fff;
	font-weight: bold;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 900;
}

.module-requirements {
    color: #a0aec0 !important;
}