.custom-container
{
	background-color: #000000;
	border-bottom: 1px solid #C11515;
	border-top: 1px solid #C11515;
	border-left: 1px solid #C11515;
	border-right: 1px solid #C11515;
}

.custom-table-info
{
	position: relative;
	width: 800px;
	background-color: #D2D3D6;
	border-bottom: 1px solid #C11515;
	border-top: 1px solid #C11515;
	border-left: 1px solid #C11515;
	border-right: 1px solid #C11515;
	margin: 10px;
}

.custom-table-name
{
    color: #FF0000;
    text-align: right;
    vertical-align: top;
    width: 20%;
	 font-size: 20px;
	 font-family: "Times New Roman", Times, serif;
}

.custom-table-text
{
	color: #000000;
   text-align: left;
   vertical-align: top;
	width: 80%;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}
