#promptpage .ui-title, #otherguides .ui-title, #unitguides .ui-title, #diabetes .ui-title, #hotlines .ui-title, #links .ui-title, #bmi .ui-title { margin: 0%; font-weight: normal !important; }
#promptpagemenu *, #otherguides *, #unitguides *, #hotlines *, #links *, #bmi * { font-weight: normal !important; }
.ui-header { background: Teal !important; color: white !important; text-shadow: none !important; border: 0px !important; }
.ui-btn-a { background: Tomato !important; color: white !important; text-shadow: none !important; font-weight: normal !important; border: 0px !important; }
.ui-btn-b { background: Teal !important; color: white !important; text-shadow: none !important; font-weight: normal !important; border: 0px !important; }
.ui-bar-a { background: Tomato !important; color: white !important; text-shadow: none !important; font-weight: normal !important; border: 0px !important; }
.ui-bar-b { background: Teal !important; color: white !important; text-shadow: none !important; font-weight: normal !important; border: 0px !important; }
[id^='promptmore'] .ui-collapsible .ui-listview li { white-space: normal; }
body, #welcome, #mainmenu, #promptpage, #otherguides, #unitguides, #hotlines, #links { background-color: #eaeaea !important; }
#mainmenu .ui-btn, #guidesmenu .ui-btn, #diabetesmenu .ui-btn { width: 70%; text-align: center; font-weight: normal; border-radius: 5px; }
#welcome .ui-collapsible  h1 a { font-weight: normal !important; }
.promptbox * { font-weight: normal !important; }
.promptbox { padding: 15px 10px; border: 1px solid Teal; border-radius: 5px; }
#hotlines p1 { font-size: 80%; white-space: normal; }
#hotlines p2 { white-space: normal; }
// #pomlpage ul li { white-space: normal; }
#links .ui-input-search { width: 80%; margin: auto; }
#bmi table { border-collapse: collapse; width: 100%; }
#bmi td, #bmi th { border: 1px solid #eeeeee; text-align: left; padding: 8px; }
#bmi tr:nth-child(odd) { background-color: #eeeeee; }
#bmi th { font-weight: bold !important; background-color: #dddddd; }
#bmi th:nth-child(1), #bmi td:nth-child(1) { text-align: center; }

.imageRot {
	-webkit-animation:spin 0.6s ease-in-out;
    -moz-animation:spin 0.6s ease-in-out;
    animation:spin 0.6s ease-in-out;
}
@-moz-keyframes spin {
    100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }
}
@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }
}
@keyframes spin { 
    100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } 
}