/*
 * Copyright (c) 2014 AQUILAB
 * Update on 2014/11/24 by thomasg
 */

.tinytabs
{
	text-align: center;
	font-size: 1.4em;
}

.tinytabs .header
{
	display: inline-block;
	padding: 3px 10px;
}

.tinytabs .tab
{
	display: inline-block;
	padding: 3px 10px;
}

.tinytabs .tab.active
{
	font-weight: bold;
	text-decoration: underline;
}