@charset "UTF-8";

/* ------------------------------
	Recyclingcenter/
------------------------------ */

/* .sec_feature */

.wrap_registration {
	padding: 2em;
	border: 2px solid #C6976B;
}
.wrap_registration .heading {
	color: #C6976B;
}
@media screen and (min-width: 768px) {
	.wrap_registration {
		padding: 4em;
		border: 2px solid #C6976B;
	}
}

.inner-table {
	padding: 0 4%;
}
.inner-table table {
	table-layout: fixed;
	font-size: 12px;
}
.inner-table table.table tr>* {
    padding: 0.2em 0.6em;
}
@media screen and (min-width: 768px) {
	.inner-table {
		padding: 0 8%;
	}
	.inner-table table {
		font-size: 16px;
	}
	.inner-table table.table tr>* {
		padding: 0.4em 0.8em;
	}
}

/* sec_contact
===============================*/
.sec_prev-next .content-prev {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../../common/images/nav_recyclingcenter.jpg');
}
.sec_prev-next .content-next {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../../common/images/nav_network.jpg');
}
