.content {
	font-family: 'Open Sans';
	font-size: 1rem;
    font-weight: 500;
	font-size: 13.3px;
	color: #262626;
	-webkit-font-smoothing: antialiased;
}

.content h1 {
	color: #302F2D;
	font-size: 35px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.content h2 {
	color: #003366;
	font-size:28px;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

.content br {
   display: block;
   margin: 1.5px 0;
}

.content {
   display: block;
   margin: 3px 0;
}

.desc-content {
    display: absolute;
	width: 100%;
	height: auto;
	text-align: center;
}

.content table {
	border-collapse: collapse;
	margin: auto;
	width: 35%;
}

.content table p{
	border-collapse: collapse;
	margin: auto;
	width: 100%;
}

.content table td, .content table th {
	vertical-align: middle;
	border: 1px solid #ddd;
	padding: 10px;
}

.content table tr:nth-child(even){
	background-color: #f2f2f2;
}

.content table tr:hover {
	background-color: #ddd;
}

.content table th {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #4CAF50;
  color: white;
}

.features	{
    display: flex;
	width: 100%;
	margin: auto;
}

.left b, .right b	{
	color: #1B7EE8;
}

.left	{
	width: 100%;
	height: auto;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
}

.right	{
	width: 100%;
	height: auto;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.contentb-main p, .contentb-main h2 {
	color: #EAEAEA;

}

.btn {
	width: 130px;
	height: 40px;
	border: none;
	border-bottom: 2px solid #4d1300;
	border-radius: 3px;
	background:linear-gradient(to bottom, #cc3300, #992600);
	color: #EEEEEE;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
	text-align: center;
	padding: 5px;
}

.btn:hover {
	background: #661a00;
}

.btn a{
	color: #EEEEEE;
}

.btn2 {
	width: 130px;
	height: 40px;
	border: none;
	border-bottom: 2px solid #152D5E;
	border-radius: 3px;
	background:linear-gradient(to bottom, #3B61AD, #2951A1);
	color: #EEEEEE;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
	text-align: center;
	padding: 5px;
}

.btn2:hover {
	background: #2A3B5F;
}

.btn2 a{
	color: #EEEEEE;
}

.btn3 {
	width: 270px;
	height: 45px;
	border: none;
	border-bottom: 2px solid #152D5E;
	border-radius: 3px;
	background:linear-gradient(to bottom, #3B61AD, #2951A1);
	color: #EEEEEE;
	cursor: pointer;
	font-size: 25px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
	text-align: center;
	padding: 5px;
}

.btn3:hover {
	background: #2A3B5F;
}

.btn3 a{
	color: #EEEEEE;
}

.btn4 {
	width: 270px;
	height: 45px;
	border: none;
	border-bottom: 2px solid #155F4C;
	border-radius: 3px;
	background:linear-gradient(to bottom, #3BAE5C, #28A15B);
	color: #EEEEEE;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
	text-align: center;
	padding: 5px;
}

.btn4:hover {
	background: #2A5F3B;
}

.btn4 a{
	color: #EEEEEE;
}

#tablenw, #tablenw2, #tablenw3 {
	border-collapse: collapse;
	background-color: #fff;
	margin: auto;
	width: 90%;
	text-align: center;
	font-size: 11px;
	outline: 1px solid #D1D1D1;
}

#tablenw p, #tablenw2 p, #tablenw3 p{
	border-collapse: collapse;
	margin: auto;
	width: 100%;
}

#tablenw td, #tablenw2 td, #tablenw3 td, #tablenw table th, #tablenw2 table th, #tablenw3 table th {
	vertical-align: middle;
	border: 1px solid #ddd;
	padding: 10px;
}

#tablenw tr:nth-child(even), #tablenw2 tr:nth-child(even), #tablenw3 tr:nth-child(even){
	background-color: #f2f2f2;
}

#tablenw tr:hover, #tablenw2 tr:hover, #tablenw3 tr:hover {
	background-color: #ddd;
}

#tablenw th, #tablenw2 th, #tablenw3 th {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #4CAF50;
  color: white;
}

#tablenw p.date {
	width: 50%;
	padding: 5px;
	border-radius: 5px;
	color: #fff;
	background: #579EB8;
}

#tablenw2 p.date {
	width: 50%;
	padding: 5px;
	border-radius: 5px;
	color: #fff;
	background: #B86E57;
}

#tablenw3 p.date {
	width: 50%;
	padding: 5px;
	border-radius: 5px;
	color: #fff;
	background: #6C55A9;
}

img.news {
/*	width: 28px;*/
	vertical-align: middle;
	margin-bottom: 8px;
}