*{margin:0px;padding:0px;}
body{font-size:16px;color:#555;}
.regis_sum_wraper{width:100%;margin:auto;}

.regis-container{background-color:red;}

a{text-decoration:none;color:#3d3da4;}
table thead tr{border-radius:10px 10px 0 0;background-color:#2c5196;color:#fff;}
table thead tr th{padding:20px;font-size:1em;}
table thead tr th:first-child{background-color:#2c5196;border-radius:10px 0px 0px 0px;}
table thead tr th:last-child{background-color:#2c5196;border-radius:0px 10px 0px 0px;}
table thead>tr>th:nth-child(4){padding:0px;}
table tbody{font-size:.95em;border:1px solid #9ebae6;}
table tbody tr td{padding:10px;}
table tbody tr:nth-child(odd){background-color:#f3f8ff;}
table tbody tr:nth-child(even){background-color:#dae9f9;}

.desc{margin-bottom:10px;}
.desc div{margin-bottom:5px;}
.desc i{font-size:15px;margin-right:5px;}
.diamond{font-size:21px;}
.enrollment-logo{display:flex;align-items:center;}
.enrollment-logo i{margin-right:5px;font-size:15px;}

@media screen and (min-width:1024px){
	/* desktop view */tr > th:first-child,tr > td:first-child{position:sticky;left:0;}
	.table-content{overflow-x:scroll;-ms-overflow-style:none;  /* IE and Edge */scrollbar-width:none;  /* Firefox */}   
}

@media screen and (min-width:768px) and (max-width:1023px){
	/* tablet view */
	tr > th:first-child,tr > td:first-child{position:sticky;left:0;min-width:150px;}
	.table-content{overflow-x:scroll;-ms-overflow-style:none;  /* IE and Edge */scrollbar-width:none;  /* Firefox */	}
}

@media screen and (max-width:767px){
	/* mobile view */
	tr > th:first-child,tr > td:first-child{position:sticky;left:0;min-width:150px;}
	.table-content{overflow-x:scroll;-ms-overflow-style:none;  /* IE and Edge */scrollbar-width:none;  /* Firefox */}
}