@CHARSET "UTF-8";

:root{

}

.resveSVList{
	display: flex;
	flex-direction: column;
}
.resveSVList table{
	width: 100%;
	text-align: center;
	border-top: 2px solid #1963d1;
	margin-top: 15px;
	border-collapse: collapse;
}
.resveSVList table th{
	background: #f3f8fe;
	padding: 1.0rem 0.5rem;
}
.resveSVList table td{
	padding: 1.0rem 0.5rem;
}
.resveSVList table a{
	cursor: pointer;
}