.tinytabs .tabs {
	margin-left: 15px;
	display: flex;
	flex-flow: row wrap;
}
.tinytabs .tabs .tab-close {
	position: absolute;
	right: 10px;
}
.tinytabs .tabs .tab {
	margin: 0 3px 0 0;
	background: #ddd;
	display: block;
	padding: 10px 30px;
	text-decoration: none;
	color: #666;
	border-radius: 3px 3px 0 0;
	position: relative;
}
	.tinytabs .tabs .tab:hover {
		color: #222;
		text-shadow: none;
	}
.tinytabs .tab-section {
	background: #f1f1f1;
	overflow: hidden;
	padding: 30px;
	clear: both;
	border-radius: 3px;
	display: none;
}
.tinytabs .tab.sel {
	background: #f1f1f1;
	color: #333;
	text-shadow: none;
}
