.content_img {
	width: 100%;
				margin: 0 0 8px;
				text-align: center;
}
.content_text {
				font-size: 14px;
				margin: 0 0 16px;
}
.content_text .red {
								color: #e60112;
				}
				
				.content_text .big {
								font-size: 120%;
				}
.content_table {
				width: 100%;
				margin: 0 0 16px;
}
.content_table_title {
								color: #80715e;
								font-size: 20px;
								font-weight: bold;
								border-bottom: 2px solid;
								display: inline-block;
								width: 100%;
								margin: 0 0 8px;
				}
				span.content_table_title_caption {
								font-size: 80%;
				}
				

.content_table_subtitle {
								font-size: 18px;
								font-weight: bold;
				}
				.content_table_table {
								margin: 0 0 8px;
				}				
				.content_table_table table {
								width: 100%;
				}
				.content_table_table thead th {
								text-align: center;
								border: 2px solid #83817a;
				}
				.content_table_table tbody tr {
								background: #fff;
				}
				.content_table_table tbody tr:nth-of-type(even) {
								background: #fffde4;
				}
				.content_table_table tbody td {
								text-align: center;
								border: 2px solid #83817a;
				}
				.content_table_table tbody th {
								text-align: center;
								border: 2px solid #83817a;
				}
				
				

@media (max-width:800px){
	.content_img img {
					width: auto;
					max-width: 100%;
	}
	.content_table_title {
					font-size: 18px;
	}
	.content_table_subtitle {
					font-size: 16px;
	}
.content_table_table {
								font-size: 12px;
				}
}