.material-tabs ul.quicktabs-tabs {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	margin: 0 1rem -20px;
	padding: 0.7rem 0.7rem 0.7rem 0;
	list-style: none;
	border: 0;
	border-radius: 0.25rem;
	background-color: #2bbbad;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	flex-direction: row;
}