body {
	padding: 70px 0 20px;
}

body,table {
	font-size: 14px !important;
    font-family: Open Sans,sans-serif !important;
    color: #3b4151 !important;
}

.section-header {
	font-weight: bold;
}

.side-navbar {
	margin-top: 1%;
}

.tab-content h2 {
	margin-bottom: 25px;
}

.title {
	font-size: 36px;
    font-family: Open Sans,sans-serif;
    color: #3b4151;
}

.subtitle {
    font-family: Open Sans,sans-serif;
    color: #3b4151;
	margin-top: 30px;
	font-size: 24px;
}

.panel-heading {
	font-weight: bold;
}

.panel-body .code-snippet {
	margin: 0;
	padding: 0;
	border: none;
    background-color: inherit;
}

.border-between > [class*='col-']:before {
	background: #e3e3e3;
	bottom: 0;
	content: " ";
	left: 0;
	position: absolute;
	width: 1px;
	top: 0;
}

.border-between > [class*='col-']:first-child:before {
	display: none;
}

@media all and (max-width : 768px) {
	body  {
		padding: 110px 0 20px;
	}
}