.tabgg table{
    margin: 10px 0;
    border: #12121240 1px solid;
}
.tabgg h2{
    color: #0033a0;
    margin-left: 5px;
}
.tabgg h3{
    font-size: 19px;
    color: #292929;
    font-weight: 200;
    line-height: 180%;
}
.tabgg table tr{
	width:100%;
	/* display: flex; */
	position: relative;
	/* align-items: center; */
}
.tabgg table tr:before{
	content:"";
	position:absolute;
	width: 90%;
	height: 1px;
	background: #d1d1d1;
	right: 0;
}
.tabgg table tr td{
	padding: 15px 10px;
	/* display: flex; */
	/* flex-direction: column; */
	/* align-items: center; */
}
.tabgg table tr td.nono1{
    width: 10%;
    background: #0033a0;
    color: white;
    text-align: center;
    border-bottom: #f0f8ff7a 1px solid;
}
.tabgg table tr td.nono2{width: 12%;text-align: center;background-color: #fcfcfcb3;border-right: #cecece87 1px solid;}
.tabgg table tr td.nono3{
	width: calc(100% - 100px);
}
@media screen and (max-width: 480px) {
	.tabgg table tr:before{
    width: 84%;
}
	.tabgg table tr td.nono2 ,.tabgg table tr td.nono1{
	    /* -webkit-writing-mode: vertical-lr; */
	    /* writing-mode: vertical-lr; */
}