/**
 * EPL Offices CSS
**/

/* Archive Office */
.epl-office-table {
	width: 100%;
}
.epl-office-table thead {
	background: #ccc;
}
.epl-office-table thead th {
	text-align: left;
}
.epl-office-table td {
	text-align: left;
	border: 0;
}
.epl-office-table tbody tr:nth-child(odd) {
	background:#ddd;
}
.epl-office-table tbody tr:nth-child(even) {
	background:#eee;
}
.epl-office-table address {
	margin: 0;
}
/* Single Office */
.epl-office-single {
 
}
.epl-office-info {
	 font-size: 0.8em;
}
.epl-office-license {
	 font-size: 0.8em;
}