@charset "UTF-8";
/* CSS Document */
/*desktop*/

.cro_text_desktop{
	padding-left:5%;
	}
	
.cro_table_desktop table {
	padding: 0;
	margin: 0 5% .625em;
	border-top: .0625em dotted #DBDBDB;
	border-bottom: .0625em solid #DBDBDB;
	font-style: normal;
	width: 90%;
	border-collapse: collapse;
}
.cro_table_desktop th {
	padding: 10px;
}
.cro_table_desktop tr {
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	text-align: left;
}
.cro_table_desktop td {
	font-size: 1em;
	line-height: 1.375;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	padding: .5em;
	color: #000;
	border-bottom: .0625em dotted #DBDBDB;
}
.cro_table_desktop tr td {
	vertical-align: top;
	text-align: left;
	background-color: #fff;
}
.cro_table_desktop td+td, .cro_table_desktop th+th {
	border-left: .0625em solid #DBDBDB;
}
.cro_table_desktop tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

.cro_table_mobile table {
	display:none;
}

.cro_text_mobile{
	display:none;
	padding-left:5%;
	}

/*mobile*/
@media (max-width: 480px){

.cro_text_desktop{
	display:none;
	}
	
.cro_table_desktop table {
	display:none;
}
	
.cro_text_mobile{
	display:inherit;
	padding-left:5%;
	}
	
.cro_table_mobile table {
	display:inherit;
	padding: 0;
	margin: 0 5% .625em;
	border-top: .0625em dotted #DBDBDB;
	border-bottom: .0625em solid #DBDBDB;
	font-style: normal;
	width: 90%;
	border-collapse: collapse;
	border-left: 0px none white;
	border-right: 0px none white;
}
.cro_table_mobile th {
	padding: 10px;
	font-weight:normal;
}
.cro_table_mobile tr {
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	text-align: left;
	
	
}
.cro_table_mobile td {
	font-size: 1em;
	line-height: 1.375;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	padding: .5em;
	color: #000;
	border-bottom: .0625em dotted #DBDBDB;
}
.cro_table_mobile tr td {
	vertical-align: top;
	text-align: left;
	background-color: #fff;
}
.cro_table_mobile td+td, .cro_table_mobile th+th {
	border-left: .0625em solid #DBDBDB;
}
.cro_table_mobile tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}
}