@charset "UTF-8";

h2.title {
	margin: 0 0 20px 0;
}

#overview,
#ecc,
#mfbm {
	margin-top: 100px;
 }

/* h3.title */
h3.title {
	margin-top: 0;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 15px;
	border-left-width: 10px;
	border-left-color: #209389;
	border-left-style : solid;
}

/*  img tablet smartphone */
@media (max-width: 768px){
	.floor-img {
		margin-bottom: 100px;
	}
}


.panel {
	border: 0;
}

/* table  */
table{
	margin-top: 20px;
}
th {
	padding: 5px 10px 5px 15px;
	vertical-align: top;
	white-space: nowrap;
}
td {
	padding: 5px 15px 5px 10px;
	vertical-align: top;
}

table.time-table{
	margin-top: 0px;
}


/* table tablet smartphone */
@media (max-width: 768px){
	th, td {
		padding: 5px 5px 5px 5px;
	}
}

/* list group */
.list-group-item {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	margin-bottom:0.5em;
	padding: 0 0 0.5em 0;
}
.list-end {
	border:0;
}