
.iebox{
margin-top: -5px;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .iebox {
       margin-top: 2px;
}
/* Edge 1 */
@supports (-ms-ime-align: auto) {
	.iebox {
         margin-top: -2px;
    }
}


table.manugt {
	width:97%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 2em	auto 2em auto;
}

table.manugt  thead th {
	width: 150px;
	padding: 7px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
	background: #0024ca;
	padding-left: 30px;	
	font-size:1.2em;
}

table.manugt td {
	padding: 10px;
	padding-left: 30px;
	vertical-align: top;
	font-weight:bold;
}
table.manugt th {
	white-space: nowrap;
	text-align: left;
	padding-left: 30px;
}


table.manugt tr:nth-child(even) {
background: #eff2ff;
}
 
table.manugt tr:nth-child(odd) {
background: #ffffff;
}

