#lengthSlider,
#weightSlider {
    width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
    background: #4682B4
}


body {
    -webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */
    flex: 1;
}

#bmiScale {
    background: url('img/bmi_scale_bg.png') 0px 0px repeat-y;
    height: 28px;
    width: 500px;
    border: 1px solid #F8F8F8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    line-height: 30px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    text-indent: 10px;
	margin-top: 40px;
	margin-bottom: 50px;
}

#bmiScalePointer {
    border: 2px solid #77787A;
    position: absolute;
    top: -28px;
    left: 10px;
    color: #77787A;
    height: 85px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;    
    width: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    text-indent: 0px;
    background: url('img/BMI_Selection.png') 0px 25px no-repeat;
}

.bmiInput {
    color: #77787A; 
    border: 0px; 
    margin-bottom: 30px;
    width: 30px;
    text-align: center;
    font-weight: bold;
}

span#bmiScaleValue {
    font-weight: bold;
}


/* -------------------- clearfix ------------------ */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

.clearfix {
	display:block;
}

/*---------------- container ---------------*/
#bmiContainer {
    margin: 0 auto;
    padding: 20px;
	text-align: center;
}

#containerBmi {
    width: 700px;
    margin: 0 auto;
    padding:5px;
}

table.bmi_table td {
    padding: 5px;
    border: 1px solid #E5E5E5;
	
}
.left{width:130px;}
#bmiInformation td{text-align: left; width:10px; clear: both;}
#bmiInformation img{height:10px; width:10px;}

#bmiInformation table{width: 350px;}
 

#bmismall{display:none; text-align:center; margin-top:45px; margin-bottom:90px;}

@media (max-width: 710px){
	#bmiclose{display:none;}
}

@media (max-width: 710px){
	#bmismall{display:block;}
}

/*#350{width: 350px;}
#240{width:240px;}*/
