.text{
	text-align: center;
	font-size: 2.5vw;
	margin: 2vw 0;
}
.flipdown .rotor-bottom, .flipdown .rotor-leaf{
	display: none;
}
.flipdown .rotor, .flipdown-,.rotor-group{
	display: inline-block;
}
.flipdown{
	text-align: center;
	margin-top: 3vw;
}
.flipdown .rotor{
	font-size: 10vw;
}
.flipdown .rotor-group {
	text-align: center;
	border-right: 1px solid #bebebe;
	padding:0 3vw;
}
.light-theme{
	color: #fff;
}

.flipdown .rotor-group:last-child{
	border-right: none;
}
