#tabs {
	border-bottom:solid 1px #ccc;
	margin:2em auto 1.4em;
	width:95%;
	display:flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	-moz-box-shadow:    inset  0 -5px 5px -5px #ddd;
    -webkit-box-shadow: inset  0 -5px 5px -5px #ddd;
    box-shadow:        inset  0 -5px 5px -5px #ddd;
}

#tabs dl {
	margin:0 0 0 2px;
}

#tabs dl,#tabs a {
	border-radius: 0.7em 0.7em 0 0;
	border-right:solid 1px #777;
	background:#eee;
}

#tabs a {
    display:block;
    font-size:1.1em;
    color:#636360;
    text-decoration: none;
    padding:0.35em 1.1em 0.25em;
    white-space:nowrap;
    border-top: solid 1px #fff;
}

#tabs .active a {
	background-color: #636360;
	border: solid 1px #636360;
	border-width:2px 1px 0 1px;
	color:#fff;
}