﻿#infor_1 .special {
	background-color: #c8c5e2;
    font-size: 16px;
    font-weight: bold;
	text-decoration:none;
	height: 45px;
    line-height: 45px;
    display: block;
	margin: 0 20px 35px;
    color: #673536;
}
#infor_1 h4 {
	background-image: none;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 25px;
    margin-left: 15px;
    height: auto; 
    line-height: normal;
    border-bottom: solid 1px #bec2df;
	border-left: 10px solid #bec2df;
	text-align:left;
}
#infor_1 p {
	text-align:left;
}
#infor_1b {
	font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}
#infor_1 h5 {
	font-size: 16px;
    font-weight: bold;
    border-bottom: solid 1px;
    width: 320px;
    margin-top: 40px;
	margin-left:10px;
    padding-top: 5px;
	text-align:left;
}
#infor_1 .button {
	display: block;
    padding: 5px;
    margin: 5px 0;
    text-decoration: none;
    border: solid 1px;
    width: 300px;
    text-align: center;
}
#infor_1 br.pconly {
	display:inline;
}
#infor_1 .table {
	display:table;
	margin-left:20px;
	border-collapse: separate;
    border-spacing: 20px 0;
}
#infor_1 .cell {
	display:table-cell;
	vertical-align: middle;
	padding: 0 20px;
	text-align: center !important;
	font-weight:bold;
}
#infor_1 .cell img {
	width:200px;
	border: solid 1px #7f7f7f;
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	#infor_1 p.img {
		text-align:center;
	}
	#infor_1 p.img img {
		max-width: 280px;
	}
	#infor_1 h5 {
		width: 90%;
		margin-left: 5%;
	}
	#infor_1 .button {
		width: 90%;
	}
	#infor_1 br.pconly {
		display:none;
	}
	#infor_1 .table {
		margin-left: 10px;
		border-spacing: 10px 0;
	}
	#infor_1 .cell {
		padding: 0;
	}
}