#contents .dataTable.warning{
	border-left: none;
	border-color: #e6e6e6;
}
#contents .dataTable.warning > tbody > tr > td,
#contents .dataTable.warning > tbody > tr > th {
	border-right: none;
	border-left: none;
	text-align: center;
	padding: 15px;
	border-color: #e6e6e6;
}
#contents .dataTable.warning > tbody > tr > td.ico {
	padding: 20px 0;
}
#contents .dataTable.warning > tbody > tr.topLevelTh > th {
	background: #f2f2f2;
	color: #00adb0;
	font-weight: bold;
}
#contents .dataTable.warning img {
    width: 234px;
    margin-bottom: 3px;
}

@media screen and (max-width: 767px){
	
#contents .dataTable.warning {
    width: 800px;
    font-size: 85%;
    border-left: none;
    border-color: #e6e6e6;
    margin-bottom: 10px;
}
#contents .dataTable.warning td {
    white-space: normal !important;
}

}

