.tabs {
	clear: both;
}

.tab {
	display: inline-block;
	vertical-align: top;
}

.tab label {
	background-color: #eee;
	padding: 7px;
	border: 1px solid #ccc;
	margin-left: -1px;
	position: relative;
	left: 1px;
}

.tab [type=radio] {
	display: none;
}

.content {
	margin-top: -1px;
	padding: 10px;
	background: white;
	border: 1px solid #ccc;
	display: none;
}

.tab [type=radio]:checked ~ label {
	background: white;
	border-bottom: 1px solid white;
}