.table-amnesia {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	font-size: 12px;
}

.table-amnesia > thead > tr > td,
.table-amnesia > tbody > tr > td,
.table-amnesia > tfoot > tr > td {
	padding: 2px;
	border-bottom: 1px solid #333;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.table-amnesia > tbody > tr:last-child > td {
	padding: 2px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.table-amnesia-title {
	padding: 3px;
	font-size: 16px;
	border-bottom: 1px solid #ffffff;
}

.table-amnesia-header {
	padding: 3px;
	font-size: 13px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	color: #87CEFA;
}

.table-amnesia-blank {
	background-color: #111111;
}

h4 {
	color: #87CEFA;
}

.amnesia-meta-block {
	margin-top: 30px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
}

.amnesia-form-control  {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

.missing  {
	background-color: #f2dede;
	color: #b84442;
	font-weight: bold;
}