@charset "utf-8";
/* CSS Document */

h2 {
	color:#666;	
}

h3 {
	font-weight:bold
}

.tabs dd {
	padding:12px 0px;
	background-color:#efefef;
}

.tabs dd > a {
	min-width: 15em !important;
	border-left: #CCC thin dashed;
}

.tabs dd:first-child > a {
	border: none;
}

header, .evento {
	border: #666 solid thin;
}

.bg-blu {
	background-color: #01b4dd
}

.bg-light_blu {
	background-color: bbe4fa !important
}

#content {
	max-width:60em;
	margin:auto;
	text-align:center;
}

.tabs dd > a, .tabs .tab-title > a {
	min-width: 19em;
	font-weight:bold;
	color: #01b4dd !important
}

.evento {
	color: #01b4dd;
	min-height: 290px;
	padding-top:1em;
}

.jappo {
	background-color: #ee3636;
	color:#FFF !important
}

.scp{
	background-color: #F90;
	color:#FFF !important	
}

.manga {
	background-color: #01b4dd;
	color:#FFF !important
}

.viola {
	background-color: #99C;
	color:#FFF !important
}

.grigio {
	background-color: #CCC;
	color: #333 !important
}

.dark {
	background-color: #6d6d6d;
	color: #fff !important
}

.banana {
	background-color: #FC0;
	color: #333 !important
}

.manga h2 {
	color:#FFF !important;
}

.jappo h2, .dark h2 {
	color: #FF0 !important
}