@charset "UTF-8";
/* CSS Document */

	.biz_ser-acereal .overview-item {
		display: flex;
		padding: 25px 25px 17px 0;
		border-top: 0px solid #ddd;
		border-bottom: 0px solid #ddd;
	}

.table-cmn thead th {
    background-color: #33a09b!important;
    text-align: center;
    color:#fff!important;
}

.table-cmn th, .table-cmn td {
    /* padding: 20px 10px; */
    height: 56px;
    font-size:18px;
  
}

.table-cmn th, .table-cmn td {
    border-top: 2px solid #ddd!important;
    border-left: 2px solid #ddd!important;
}
.table-cmn {
    width: 100%;
    border-collapse: separate;
    border-bottom: 2px solid #ddd!important;
    border-right: 2px solid #ddd!important;
    color: #333;
    font-size: 86%;
}

.mod-code{
              width: 80%;
              margin: 40px auto 0px;
}

@media screen and (max-width: 767px) {
	.img90{
	width:75%!important;
	margin:40px auto 45px!important;
}

	.biz_ser-acereal .overview-item {
		display: block;
		padding: 20px 0 15px;
		border-top-width: 0px;
		border-bottom-width: 0px;
	}

	.table-cmn th, .table-cmn td {
    /* padding: 20px 10px; */
    height: 40px!important;
    font-size: 16px!important;
}
.table-cmn thead th {
        height: 30px!important;
    font-size: 17px!important;
}

.mod-code{
              width: 90%;
              }
