@charset "UTF-8";
@media screen and (max-width:999px){

h1{
	padding-top:1.0vh!important;
}

.table-class{
	padding-left:5%;
	padding-right:0%;
	padding-top:2rem;
}
table {
	
	border-collapse: collapse;
	font-size: 100%;
	width:90%;
	margin-bottom:30px;
}

th{
	height:100%;
}

thead {
	background-color: #141681;
	color: white;
	text-align: center;
}

tr *{
	padding:0.5em 1em 0.5em 1em;
	width:auto;
	text-align:center;
}

tbody tr *:first-child{
	width: 8em;
}

tbody tr *:nth-child(2){
	width: 10em;
}

tbody tr *:nth-child(3){
	width: 10em;
}

tbody tr *:nth-child(4){
	width: 30em;
}

tbody tr *:nth-child(5){
	width: 6em;
	text-align: center;
}

tbody tr:nth-child(even) td {
	background-color: rgb(200 200 200 / 87%);
	color:#000000de;
}

tbody tr:nth-child(odd) td {
	background-color: rgb(186 212 209 / 85%);
	color:#000000de;
}

}

@media screen and (min-width:1000px){

h1{
	padding-top:1.0vh!important;
}

.table-class{
	padding-left:10%;
	padding-top:2rem;
}
table {
	
	border-collapse: collapse;
	font-size: 100%;
	width:70%;
	margin-left:10%;
	margin-right:15%;
	margin-bottom:30px;
}

th{
	height:100%;
}

thead {
	background-color: #141681;
	color: white;
	text-align: center;
}

tr *{
	padding:0.5em 1em 0.5em 1em;
	width:auto;
	text-align:center;
}

tbody tr *:first-child{
	width: 8em;
}

tbody tr *:nth-child(2){
	width: 10em;
}

tbody tr *:nth-child(3){
	width: 10em;
}

tbody tr *:nth-child(4){
	width: 30em;
}

tbody tr *:nth-child(5){
	width: 6em;
	text-align: center;
}

tbody tr:nth-child(even) td {
	background-color: rgb(200 200 200 / 87%);
	color:#000000de;
}

tbody tr:nth-child(odd) td {
	background-color: rgb(186 212 209 / 85%);
	color:#000000de;
}
	
}