

/*fixes for web version*/

div.container {
    max-width: 70em;
    margin: auto;
}


/* jBQueryMobile */

.navcontrol{

    margin: 0 auto !important;
    width: 75%;
    display: none;


}

input.ui-slider-input {
    display : none !important;
}


.badge
{
    max-height: 48px;
}

.whitetable
{
	color: black;
	background-color: white;
	padding: 1em;
}