body {
	-webkit-text-size-adjust: 100%;
	font-family: Helvetica Neue, Helvetica, Arial;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}

#background {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #EFEFF4;
}

#header {
	position: relative;
	height: 10%;
	width: 100%;
}

#footer {
	position: relative;
	height: 10%;
	width: 100%;
}

#divider {
	height: 2%;
	width: 100%;
}

#sensors, #devices, #lights {
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
}

table {
    width: 100%;
}

table, tr {
	border-top: 1px solid #A7A7AA;
	border-bottom: 1px solid #A7A7AA;
}

table, tr, td {
	border-collapse: collapse;
	padding: 5px;
}

table img {
	width: 25px;
	height: 25px;
}

#battery {
	height: 22px;
}

table td:nth-child(1) {
    width: 10%;
}

table td:nth-child(2) {
    width: 45%;
	/*border-bottom: 1px solid #C8C7CC;*/
}

table td:nth-child(3) {
    font-size: 0.6em;
	width: 35%;
	text-align: right;
	vertical-align: bottom;
	/*border-bottom: 1px solid #C8C7CC;*/
}

table td:nth-child(4) {
    width: 10%;
	/*border-bottom: 1px solid #C8C7CC;*/
}

table tr:last-child td{
	border: 0px;
}





