@charset "UTF-8";
/* CSS Document */

.green {
	color: #0C0;
}
.orange {
	color: #F90;
}
.form {
	position: relative;
	float: right;
}
.form input {
	width: 35px;
	font-size: 12px;
	text-align: center;
}
.form button {
	background: none;
	border: none;
	vertical-align: middle;
	cursor: pointer;
}
.text {
}
.infos {
}

h4 {
	font-weight: normal;
	font-size: 11px;
	padding: 10px 0px;
	font-style: italic;
}
h4 strong {
	font-size: 22px;
}
.right {
	text-align: right;
}
