/* #content-main table th {
    font-size: 90%;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    padding: 8px 0;
    border: 1px solid #d1d1d1;
    background-color: #f9f9f9;
}
table thead th:last-child, table tbody td:last-child {
    border-right: 1px solid #b4b4b4;
} */


#content-main .open table th {
    font-size: 90%;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    padding: 8px 0;
    border: 1px solid #d1d1d1;
    background-color: #f9f9f9;
}
#content-main .open{
	padding: 30px 0;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
#content-main .open .butten{
    margin-top: 5px;
    text-align: right;
    margin-right: 12px;
    position: absolute;
    bottom: 0;
    right: 0px;
}
#content-main .open .butten a{
	padding: 8px 20px;
	background: #ff6357;
	color: #fff;
	border: 1px solid #ff6357;
	font-size: 85%;
}
#content-main .open .butten a:hover{
	background: #fff;
	color:#111;
	border: 1px solid #ccc;
}
#content-main .open img.img{
    display: inline-block;
    vertical-align: top;
}
#content-main .open table{
    width: 49%;
    display: inline-table;
    margin-left: 10px;
	margin-top: 0;
    vertical-align: top;
}

table thead th:first-child, table tbody td:first-child,
table thead th:last-child, table tbody td:last-child {
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
}
