    #homeBanner {
      width: 100%;
    }
    
    .center {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }
    
    .banner {
      display: block;
      width: 100%;
    }
    
    #map {
      width: 100%;
    }
    .ui-li-desc {
    white-space: normal !important;

      }
      .ui-li-desc li {
    white-space: normal !important;
          font-weight: normal;
      }
	  
	  li.ui-icon-myicon:after {
		background-image: url('images/unchecked.png');
	}
	  
li.hightlight.ui-body-inherit.ui-li-static {
		background-color: #d1d1e0 !important;
		background-image: url('images/checked.png');
		background-position: left center;
		background-repeat: no-repeat;
		padding-left: 35px;
	
	}

	li.ui-body-inherit.ui-li-static {
		background-image: url('images/unchecked.png');
		background-position: left center;
		background-repeat: no-repeat;
		padding-left: 35px;
	
	}
	
li.emphasis.ui-body-inherit.ui-li-static {
		font-weight: bold;
	}
	
h2 { text-align:center; }


.ui-select{
  width: 50% !important;
}

.ui-input-text {
	width: 50% !important;
}


#BMIResult, #BMIResult2 {  
    font-size: 1.2em; 
} 

.emphasis {
	font-weight: bold;
}
                      