.table-wrapper {
	overflow-x: auto ;
}

.table-wrapper::-webkit-scrollbar {
	height: 8px ;
}

.table-wrapper::-webkit-scrollbar-thumb {
	background: #022C52 ;
	border-radius: 40px ;
}

.table-wrapper::-webkit-scrollbar-track {
	background: #FFF ;
	border-radius: 40px ;
}

.table-wrapper .table-main {
	margin: 50px 0 2px ;
	border-collapse: collapse ;
	text-align: center ;
	width: 100% ;
}

.table-wrapper .table-main th,
.table-wrapper .table-main td {
	padding: 10px ;

	border: 0px solid #022C52 ;
	background: rgba(2, 44, 82, .1) ;
	justify-content: center;
	vertical-align: middle; /* Centers vertically */
	text-align: center;
}



.table-wrapper .table-main th {
	color: #FFF ;
	background: rgb(2, 44, 82) ;
}

.table-wrapper .table-main tbody tr:nth-of-type(even) > * {
	background: #FFF ;
}


.table-credits {
	font-size: 12px ;
	margin-top: 10px ;
}

.table-wrapper .table-main .icon-inline {
	margin: auto;

}

.table-wrapper .table-main .icon-inline.checkmark svg {
	max-height: 28px;
	height: 28px;
	width: 28px;
	min-height: 28px;

}

.table-wrapper .table-main .icon-inline.not svg {
	max-height: 28px;
	height: 28px;
	width: 28px;
	min-height: 28px;

}


.table-wrapper .table-main .icon-inline svg {
	max-height: 28px;
	height: 28px;
	width: 28px;
	min-height: 28px;

}

.table-wrapper .table-main.vertical tbody tr th {
	background: #022C52 ;
	background-color: #022C52 ;
}