.right_content table{
	width: 100%;
	display: block;
	margin-top: 1.2em;
	border-top-left-radius: 40px;
	border: 1px solid #134795;
	overflow-x: auto;
	font-size: 1.6rem;
	line-height: 140%;
}
.right_content table tbody{
	display: table;
	width: 100%;
	border-top-left-radius: 40px;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
}
.right_content table tr:first-child{
	background-color: #134795!important;
	font-weight: 600;
}
.right_content table td{
	border: 0!important;
	border-right: 1px solid #134795!important;
	border-bottom: 1px solid #134795!important;
	padding: 14px 20px!important;
	color: #333541;
}
.right_content table tr td:last-child{
	border-right: 0!important;
}
.right_content table tr:last-child td{
	border-bottom: 0!important;
}
.right_content table tr:first-child p{
	font-size: 1.6rem!important;
	line-height: 140%!important;
	color: #fff!important;
	margin-top: 0!important;
	margin-bottom: 10px!important;
	font-weight: 600!important;
}
.right_content table tr p span{
	font-family: inherit!important;
	font-size: 1.6rem!important;
	line-height: 140%!important;
}
.right_content table tr:first-child p:last-child{
	margin-bottom: 0px!important;
}
.right_content table tr{
	height: auto!important;
	background-color: #fff;
}
.right_content table tr:nth-of-type(odd){
	background-color: #f0f5fb;
}
.right_content table td p{
	margin-top: 0!important;
	margin-bottom: 10px!important;
	text-align: left!important;
}
.right_content table td p a{
	text-decoration: none;
}
.right_content table td p a:hover{
	text-decoration: underline;
}
.right_content table td p:last-child, .right_content table td ul:last-child, .right_content table li:last-child{
	margin-bottom: 0!important;
}
.right_content table td ul{
	margin-bottom: 10px;
}
.right_content table li{
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.right_content table{
		border-top-left-radius: 20px;
		font-size: 1.4rem;
		line-height: 150%;
	}
	.right_content table tbody{
		border-top-left-radius: 20px;
	}
	.right_content table td{
		padding: 8px 10px!important;
	}
	.right_content table td p {
	    margin-bottom: 6px!important;
	}
	.right_content table li {
	    margin-bottom: 6px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.right_content table td{
		padding: 12px 16px!important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.right_content table td{
		padding: 12px 16px!important;
	}
}