  
/* *{
	font-family: 'Dosis', sans-serif;
	font-size: 17px;

}*/

table {
	border: 1px solid #091551;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	color: #091551;
}

table tr {
	border: 0px solid #091551;
	padding: 0px;
	
}

table tr:nth-child(even) {
	background-color: #FFDDC6;
	color: #091551;
}

table td, table th {
	padding: 0;
	text-align: center;
}

table th {
	text-transform: initial;
	font-family: 18px;
	letter-spacing: 1px;
	color: #091551;
}

/*//////////////////////////////////////////////*/

@media screen and (max-width: 480px) {
	table {
		border:0;
	}

	table tr {
		margin-bottom: 1px;
		display: block;
		border-bottom: 1px solid #091551;

	}

	table td {
		display: block;
		text-align: right;
		font-size: 14px;
		border-bottom: 0;
	}

	table td:last-child {
		border-bottom: 0;
	}

	table td:before {
		content: attr(data-label);
		float: left;
		text-transform: initial;
		font-weight: 600;
	}

	table thead {
		display: none;
	}
}