.zumba-calories-burned h1, .zumba-calories-burned h2 {
    color: #fa1771;
}

.zumba-clothing-ad {
	float: left;
}
.zumba-clothing-ad img{
	max-width: 100%;
}

#text-intro{
	margin-bottom: 1em;
}

#calculator_area{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

fieldset#ZumbaCaloriesCalculator{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


legend {
    font-weight: bold;
    text-align: center;
    color: #fa1771;
}

.label {
	color: #fa1771;
	padding: 0.5em;
    	font-weight: bold;
}

.switch { 
	 border: 1px solid #000000; 
	 -webkit-border-radius: 5px; 
	 -moz-border-radius: 5px; 
	 text-align: center; 
	 padding: 0.5em; 
	 cursor: pointer; 
	 list-style-type: none; 
	 display: inline-block; 
	 width: 35%; 
	 margin: 0.2em; 
	 margin-top: 0.7em;
	 /*font-size: 0.8em;*/
 }
 
 .switch label{
 	cursor: pointer;
 }
 
 .checked {
 	background-color: #fa1771;
 	color: #ffffff;
 }
 
 .unchecked {
  	background-color: #ffffff;
 }
 
 .number {
 	text-align: center;
 	font-size: 1em;
	padding: 0.5em; 
	width: 8em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
 }

.input-area{
    text-align: center;
    margin: 0;
    margin-top: 1em;
}


.switch-area {
	text-align: center;
}

.switch-area ul{
	padding: 0;
}

.drop-down-area select{
	width: 9em;
	height: 2em;
	font-size: 1em;
    	padding-left: 0.5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}

.drop-down-area select option {
	text-align: center;
}

div#result_area {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    margin: 0.5em;
}

label#calories-burned-result-value{
	color: #fa1771;
}

.adblock {
	width: 100%;
}

.test-adblock{
	width: 100%;
}