
body
{
	/*background-color:#e5e5e5;*/
	background-color:white;
	margin-top: 15px;
	margin-bottom: 15px;
}

#main
{
	padding: 20px 20px;	
}

#content
{

}

.header
{
	height: 130px;
	background-color: transparent;
}


.footer
{
	height: 50px;
	background-color: #333;
}

.footer p
{
	font-size: 11px;
	color: #eee;
	font-weight: bold;
	padding:13px 10px;
}




/* Checkboxes */
.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;   
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;   
}



.btn-circle {
  width: 23px;
  height: 23px;
  text-align: center;
  padding: 3px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;


