/* ----------------------------------- */
/* -------- EL-TABLES DEFAULT -------- */
/* ----------------------------------- */

.el-tables table {
	width: 100%;
	font-family: "myriad-pro-condensed", sans-serif;
	font-size: 1.3rem;
	color: #604417;
	border-collapse: collapse;
}
.el-tables table td {
	border-bottom: 1px dotted #a97e49;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.el-tables table tr:last-child td {
	border-bottom: none;
}
.el-tables table tr:hover {
	background: rgba(62, 46, 14, 0.05);
}
.el-tables h3 {
	color: #8BA820;
	font-family: "myriad-pro-condensed", sans-serif;
	font-size: 23px;
	font-weight: 400;
	margin-bottom: 5px !important;
}

/* ---- MEDIAQUERIES ---- */

@media screen
	and (max-width : 1023px) {
		
		.el-tables table {
			font-size: 1.1rem;
		}	
}