#post-2042 h1, #post-2042 h2 {
    color: #00b74a;
}

#calculator_area{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

legend {
    font-weight: bold;
    text-align: center;
    color: #00b74a;
}

fieldset#ElipticalCaloriesCalculator{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.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; 
	 font-size: 0.8em;
 }
 
 .switch label{
  	cursor: pointer;
  }
 
 .checked {
 	background-color: #00b74a;
 	color: #ffffff;
 }
 
 .unchecked {
  	background-color: #ffffff;
 }
 
 .number {
 	text-align: center;
 	font-size: 1em;
	padding: 0.5em; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.input-area {
 	text-align: center;
 	margin: 1em;
}

.switch-area {
	text-align: center;
}

.switch-area ul{
	padding: 0;
}

div#result_area {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

label#calories-burned-result-value{
	color: #00b74a;
}

.adblock {
	width: 100%;
}

.test-adblock{
	width: 100%;
}
