body {
    text-align: center;
}
#main-container {
	/*display:none;*/
    max-width: 600px;
    margin:auto;
    /*background-image: url("Main-background.png");*/
    background-color: #183E5A;
    background-size: 100% 100%;
    font-size: 40px;
    color: #FFFFFF;
    font-family: tahoma;
}

@media screen and (orientation: portrait) {
	#main-container {
		max-width: 100%;
	}
}

.table-condensed {
	
	width:500px;
	height:50px;
}

li.picker-switch.accordion-toggle {
	display:none;
}

.program-wizard {
	width:100%;
	display:none;
}


label {
	vertical-align: middle;
}

input[type=range]{
    -webkit-appearance: none;
    border-radius:50px;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 50px;
    background: #ddd;
    border-radius: 35px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border-color: black;
    border:10px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    /*background: #245580;*/
    background: #00BFFF;
    padding-top:-20px;
}

input[type=range]:focus {
    outline: none;
}

#first-row{
    max-height: 50px !important;
}

#playButton{
	height:90px !important;
	width:250px !important;
    background: #183E5A !important;
    border-width: 3px;
    border-color: white;
}
.btn-lg {
	font-size: 70px !important;
}

.center {
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: -ie-center;
}

#soundStatus {
	display: none;
}

.btn {
	font-size: 50px !important;
}
td {
	text-align: center;
}