@charset "utf-8";


.res1{
  color:#008000;
  font-size:18px;
  font-weight:bold;
}
	

.res2{
  color:#ff0000;
  font-size:18px;
  font-weight:bold;
}	
.res3{
  color:#000080;
  font-size:18px;
  font-weight:bold;
}

.res4{
  color:#000000;
  font-size:18px;
  font-weight:bold;
}


.card-link{
   font-size:16px;
   color:#000080;
}


.sCBlock{
	padding-right:20px;
	padding-top:20px;
	display:inline-block;
	width:24%;
	vertical-align:top;
}

.table2{
	border: 1px solid #967ADC;
	
}
.table2 .td1{
	text-align:left;
	width:50%;
	padding: 0.35rem 0.5rem;
	background-color:#967ADC;
	color:#F0F0F0;
	border-top:0px;
	border-bottom: 1px solid #f0f0f0;
	
}

.table2 .td2{
	text-align:center;
	width:50%;
	padding: 0.35rem 0.5rem;
	border-top:0px;
	border-bottom: 1px solid #967ADC;
}


.table3{
	border: 1px solid #B2DFDB;
	margin-bottom: 13px !important;
	
}
.table3 .td1{
	text-align:left;
	width:70%;
	padding: 0.35rem 0.5rem;
	background-color:#B2DFDB;
	color:#082158;
	border-top:0px;
	border-bottom: 1px solid #f0f0f0;
	
}

.table3 .td2{
	text-align:center;
	width:30%;
	padding: 0.35rem 0.5rem;
	border-top:0px;
	border-bottom: 1px solid #B2DFDB;
}

.r13640{
	display:inline-block;
	font-size:16px;
	color:#000000;
}
.ui13640{
	position:relative;
	top:-50px;
}

@media (max-width: 700px) {
  .sCBlock{
     width:48%;
  }
}

@media (max-width: 500px) {
  .sCBlock{
     width:98%;
     display:block;
  }
	.r13640{
		display:block;
		font-size:16px;
		color:#000000;
		padding-top:10px;
	}  
	
	.ui13640{
		position:relative;
		top:-20px;
	}	
}