#content{
	height:1050px;
}

#footer{
	position:fixed;
	bottom:0px;
	height:40px;
	background-color:red;
	width:100%;
	left:0px;
}

#footer p{
	float:left;
	padding-left:15px;
}

#ledStripe{
        position:absolute;
        border:solid 2px #000;
        top:40px;
        left:10px;
}

#ledStripe h3{
        background-color:#EEE;
        padding:10px;
        margin:0px; 
        text-align: center;
}

#ledStripe form{
        padding:5px;
        margin:0px;
        width:1000px;
        height: 25px;
        /*text-align: center;*/
}

#ledStripe form input{
        /*float:right;*/
        /*margin:2px;*/
        /*left:40px;*/

}

#ledStripe form span{
        width:900px;
        height: 25px;
        float:right;
}

#ledStripe form span .text{
        width:60px;
        height:25px;
}

#ledStripe form span .submitt{
        float:right;
        width: 40px;
        height: 25px;
}

#ledStripe form span .radio{
        height: 25px;
}

#ledStripe form span select{
        height: 20px;
}

#ledStripe form:nth-child(even){
        background-color:#CCC;
}

#ledStripe form:nth-child(odd){
        background-color:#EEE;
}

#Brightness{
        position:absolute;
        border:solid 2px #000;
        top:370px;
        left:10px;
}

#Brightness h3{
        background-color:#EEE;
        padding:10px;
        margin:0px;
        text-align: center;
}

#Brightness form{
        padding:5px;
        margin:0px;
        width:1000px;
        height: 40px;
        /*text-align: center;*/
}

#Brightness form input{
        /*float:right;*/
        /*margin:2px;*/
        /*left:40px;*/
        width:50px;
}

#Brightness form span{
        width:600px;
        height: 40px;
        float:right;
        margin-right:100px;
}

#Brightness form span .text{
        width:150px;
        height:25px;
}

#Brightness form span .submitt{
        float:right;
        width: 40px;
        height: 25px;
}

#Brightness form span .radio{
        height: 25px;
}

#Brightness form span select{
        height: 20px;
}

#Brightness form:nth-child(even){
        background-color:#CCC;
}

#Brightness form:nth-child(odd){
        background-color:#EEE;
}

/* STAIR CSS */

#hall{
        position:absolute;
        border:solid 2px #000;
        top:820px;
        left:10px;
}

#hall h3{
        background-color:#EEE;
        padding:10px;
        margin:0px;
        text-align: center;
}

#hall form{
        padding:5px;
        margin:0px;
        width:1000px;
        height: 40px;
        /*text-align: center;*/
}

#hall form input{
        /*float:right;*/
        /*margin:2px;*/
        /*left:40px;*/
	width:50px;
}

#hall form span{
        width:600px;
        height: 40px;
        float:right;
	margin-right:100px;
}

#hall form span .text{
        width:150px;
        height:25px;
}

#hall form span .submitt{
        float:right;
        width: 40px;
        height: 25px;
}

#hall form span .radio{
        height: 25px;
}

#hall form span select{
        height: 20px;
}

#hall form:nth-child(even){
        background-color:#CCC;
}

#hall form:nth-child(odd){
        background-color:#EEE;
}

#stair{
        position:absolute;
        border:solid 2px #000;
        top:1320px;
        left:10px;
}

#stair h3{
        background-color:#EEE;
        padding:10px;
        margin:0px;
        text-align: center;
}

#stair form{
        padding:5px;
        margin:0px;
        width:1000px;
        height: 40px;
        /*text-align: center;*/
}

#stair form input{
        /*float:right;*/
        /*margin:2px;*/
        /*left:40px;*/
        width:50px;
}

#stair form span{
        width:600px;
        height: 40px;
        float:right;
        margin-right:100px;
}

#stair form span .text{
        width:150px;
        height:25px;
}

#stair form span .submitt{
        float:right;
        width: 40px;
        height: 25px;
}

#stair form span .radio{
        height: 25px;
}

#stair form span select{
        height: 20px;
}

#stair form:nth-child(even){
        background-color:#CCC;
}

#stair form:nth-child(odd){
        background-color:#EEE;
}

/*************************index.php*************************/

.controller h2{
	text-align:center;
	font-size: 1.5em;
	margin-block-start: 0.3em;
	margin-block-end: 0.3em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

.controller h3{
	text-align:center;
	font-size: 1.17em;
	margin-block-start: 0.3em;
	margin-block-end: 0.3em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

.controller h4{
	text-align:center;
	font-size: 1.00em;
	margin-block-start: 0.11em;
	margin-block-end: 0.11em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

.controller{
	position:relative;
	/*width:1000px;*/
	margin:20px;
	border:solid 2px #000;
}

.settings{
	position:relative;
	/*width:976px;*/
	border:solid 2px #000;
	margin:10px;
	/*padding:5px;*/
}

.settings form{
	padding:10px;
	display:none;
}

.settings form:nth-child(even) {
	background: #CCC;
}

.main{
	position:relative;
	/*width:976px;*/
	border:solid 2px #000;
	margin:10px;
}

.main form{
       	padding:10px;
}

.main form:nth-child(even){
	background: #CCC;
}
