/* Created by design.bg studios. Source code in this website is property of design.bg. */
/* ------------------ Site styles ------------------ */
@import url(../base/styles.css); 
/* ------------------ Object styles ------------------ */

/* ------------------ Page styles ------------------ */

/* BMI Calc */
.bmi_img,
.bmi_table,
.bmi_p {
	float:right;
	margin-right:8px;
}
.bmi_img {
	border:none !important;
}
.bmi_p {
	width:260px;
	margin-right:20px;
}
.bmi_table {
	width:260px;	
}
.bmi_value {
	width:70px;
}
.bmi_result,
.bmi_result td {
	border:none !important;
	background:transparent;
}
.bmi_result {
	margin-left:60px;
}
.bmi_result label{
	font-weight:bold;
	margin-right:5px;
}
.bmi_result .big {
	color:#4E7F02;
	font-size:14px;
	font-weight:bold;
	text-align:right;
}
.bmi_result .bmi_index {
	text-align:center;
}
.tiny {
	color:red;
	font-size:10px;
}
.bmi_input {
	text-align:right;
	margin-right:3px;
	width:60px;
	height:15px;
}
.bmi_normal {
	color:#7ecc42;
}
.bmi_fat {
	color:#efa4a4;
}
.bmi_thin {
	color:#d6cd59;
}

.bmi_value{
	font-size:25px;
	font-weight:bold;
	text-align:center;
}
.bmi_small {
	font-size:10px;
	text-align:center;
	font-weight:bold;
	display:block;
}
