/* IMAGE OVERLAY */
.se-section-image-overlay .editContent,
.se-section-image-overlay .content-block-column {
 position: relative;
}

.se-section-image-overlay .content-block-column::before {
 content: '';
 background-color: rgba(0,0,0,0.30);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}
.bike-section-header {
 background-color: #223549;
 padding: 20px;
 text-align: center;
}

.bike-section-header h1,
.bike-section-header h2,
.bike-section-header h3 {
 color: #ffffff;
 font-size: 30px;
 font-family: 'Lato', sans-serif;
 margin: 0;
}

.bike-section-body {
 background-color: #EBEDE4;
 padding: 30px;
 font-size: 18px;
 font-family: 'Lato', sans-serif;
}

.bike-section-body ul,
.bike-section-body ol {
 padding-left: 20px;
 margin-bottom: 15px;
}

.bike-section-body li {
 margin-bottom: 10px;
}
.bike-size-table {
	width: 100%;
	max-width: 500px;
	border-collapse: collapse;
	text-align: center;
	background-color: white;
}

.bike-size-table th,
.bike-size-table td {
	padding: 12px;
	border: 1px solid #ccc;
}

.bike-note {
	text-align: center;
	font-size: 16px;
	font-family: Lato, sans-serif;
}
.bike-table-container {
 display: flex;
 justify-content: center;
 margin-top: 20px;
}
