@charset "utf-8";

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin:0;
	color:#707070;
}

.table>tbody>tr>td {
	padding-top: 2.5px;
	padding-bottom: 2.5px;
}

#accessmap {
	position: relative;
	padding-bottom: 40%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}


#accessmap iframe,
#accessmap object,
#accessmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#content a {
	color: #0000cd;
	text-decoration: underline;
}


table.table {
	border-collapse: collapse;
}

table.table tr td:nth-child(even) {
	border: 1px solid #a0a0a0;
	border-right-style:none;
	padding-right: 0;
}

table.table td.td-bd-top {
	 border-top:1px solid #a0a0a0;
}

table.table td.td-bd-bottom {
	 border-bottom:1px solid #a0a0a0;
}

table.table td.td-bd-top-none {
	border-top-style: none !important;
}

table.table tr td:nth-child(even) {
	width: 80%;
}

table.table tr td:nth-child(odd) {
	width: 20%;
}

table.table tr td span {
	padding-top: 10px;
	padding-bottom: 6px;
}

@media screen and (max-width: 768px) {
	#content .inner {
		padding:20px 5%;
	}

	#content .inner .inner-content {
		padding-top: 30px;
	}

	table.table tr td.td-br {
		padding-left: 0;
	}

	table.table tr td.td-br>ul li {
		padding-left: 8px;
		padding-right:8px;
	}

}

@media screen and (min-width: 768px) {

	#content .inner .inner-header .subtitle h3 {
		font-size: 26px;
	}

	#content .inner {
		padding:45px 0 34px 0;
	}

	#content .inner .inner-content {
		padding-top: 34px;
		padding-left: 0;
	}

	table.table tr td:nth-child(even) {
		padding-left: 20px;
	}

	table.table tr td.td-br {
		padding-left: 0;
	}

	table.table tr td.td-br>ul li {
		padding-left: 20px;
	}

}

table.table tr td.td-br>ul li {
	border-bottom:1px solid #a0a0a0;
}

table.table tr td.td-br>ul li:last-child {
	border-bottom: none;
}