.tinytabs .tabs {

	margin-top: 15px;
	margin-bottom: 15px;
	display: flex;
	flex-flow: row wrap;
}

.tinytabs .tabs .tab .close {
	padding-left: 5px;
}

.tinytabs .tabs .tab {
	margin-right: 12px;
	margin-bottom: 12px;
	display: block;
	padding: 12px 20px;
	text-decoration: none;
	color: #363636;
	font-weight: 600;
	border: 2px solid;
	border-color: #363636;
	font-size: 15px;
}

.tinytabs .section {
	overflow: hidden;
	padding: 15px;
	clear: both;
	border-radius: 3px;
}

.tinytabs .tab.sel {
	color: #C7114A;
	text-shadow: none;
	border-color: #C7114A;
}