/* main css file */

a {
	text-decoration: none;
}

body {
	font-family: Roboto; 
	color: #2d2d2d;
	padding: 0;
	margin: 0;
}

input {
	border: 1px solid #8d8d8d;
	font-size: 24px;
	line-height: 30px;
	padding: 0 5px;
	border-radius: 3px;
}

h1.error {
	text-align: center;
	font-size: 200px;
}

/* */

.right {
	float: right;
}

/* header */

#header {
	background-color: #2d2d2d;
	margin: 0;
	padding: 10px;
	text-align: right;
}

#header #stellar {
	float: left;
}

#header a {
	color: #FFF;
}

/* page */

#page {
	margin: 10px 20px;
}

/* steam */

.device-streams {
	list-style-type: none;
	padding: 0;
}

.device-stream {
	border-top: 1px solid #ccc;
	padding: 10px 0;
}

	.device-stream .info {
		float: right;
		text-align: right;
	}
	
	.device-stream .value {
		line-height: 25px;
		font-weight: bold;
		font-size: 20px;
		margin: 0 5px;
	}
	
	.device-stream .unit {
		line-height: 25px;
		font-weight: bold;
		font-size: 20px;
		margin: 0 5px 0 0;
	}
	
	.device-stream .unit:empty {
		margin:0;
	}
	
	.device-stream .update {
		line-height: 10px;
		font-size: 8.5px;
		color: #9f9f9f;
	}

	.device-stream .name {
		color: #555;
		line-height: 35px;
		font-size: 27px;
		
	}

/* device edit */


.list-streams li {
	margin: 0px;
	border: 0;
	height: 50px;
}

	.list-streams .form_group {
		display: inline-block;
		padding: 0 10px;
	}
	
		.list-streams .form_group label{
			line-height: 15px;
		}
		
		.list-streams .form_group input{
			line-height: 30px;
			width: 100%;
		}
		
	.list-streams .form_stream_id {
		width: 7%;
	}
	
	.list-streams .form_stream_name {
		width: 30%;
	}
	
	.list-streams .form_stream_label {
		width: 15%;
	}

.form_stream_id {
	
}

.form_stream_name {
	
}