/* .st-tab-list {
	margin-bottom: 0;
}

.st-tab {
	background: #fff;
	color: #555454;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 14px 20px;
	text-transform: uppercase;
}

.st-tab:hover {
	cursor: pointer;
}

.st-tab.active {
	border: 1px solid #d6d4d4;
	border-bottom: none;
	padding-bottom: 15px;
	position: relative;
	top: 1px;
	z-index: 100;
}

.st-tab a:focus, .st-tab a:hover, .st-tab a:active {
	text-decoration: none;
}

.st-tab-content {
	border: 1px solid #d6d4d4;
	margin-bottom: 10px;
	padding: 20px;
} */