html,body{
	margin: 10px;
}
.editnews, .allnews, .login{
	font-family: Roboto;
	font-weight: 100;
	background-color: #4b4b4b;
	color: white;
	padding: 0px;
}
h1{
	font-family: Roboto;
	font-weight: 100;
	padding: 0px 30px;
	font-size: 44px;
	line-height: 20px;
}
form{
	padding: 30px;
	background-color: #373737;
	border-radius: 10px;
}


/* login */
.login input::-webkit-input-placeholder {
    color: #666;
}
.login input:-moz-placeholder {
    color: #666;
}
.login input::-moz-placeholder {
    color: #666;
}
.login input:-ms-input-placeholder {
    color: #666;
}
.login .username,
.login .password
{
	font-family: Roboto;
	font-weight: 100;
	font-size: 28px;
	padding: 10px;
	background-color: #afafaf;
	border: none;
	border-radius: 5px;
}
.login input[type="submit"]{
	width: 250px;
	font-family: Roboto;
	font-weight: 100;
	font-size: 28px;
	padding: 10px;
	background-color: #ffb039;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}


/* editnews */
.editnews form>label:first-child{
	font-size: 28px;
	display: block;
	padding-top: 10px;
	line-height: 5px;
	color: #69a8ff;	
}
.editnews input[type="submit"]{
	width: 250px;
	font-family: Roboto;
	font-weight: 100;
	font-size: 28px;
	padding: 10px;
	background-color: #afafaf;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
.editnews textarea{
	width: 95%;
	border: 0px;
	font-size: 14px;
	color: #606060;
	font-weight: 300;
	font-family: Roboto;
	padding: 15px;
	height: 100px;
	border-radius: 5px;
	margin-top: 5px;
}
.editnews .block_apps{
	color: #69a8ff;
	margin:15px 0px;
	display: block;
}
.editnews .back_btn{
	color: black;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	width: 230px;
	font-family: Roboto;
	font-weight: 100;
	font-size: 28px;
	padding: 10px;
	background-color: #b0b0b0;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 30px;
}


/* all news */
.allnews h1{
	display: inline-block;
}
.allnews form label{
	font-size: 28px;
	font-weight: 100;
	display: block;
	padding-top: 10px;
	color: #69a8ff;	
}
.allnews input[type="submit"]{
	width: 150px;
	font-family: Roboto;
	font-weight: 100;
	font-size: 28px;
	padding: 5px;
	background-color: #afafaf;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
.allnews .addnews{
	display: inline-block;
	padding: 0;
	padding-right: 50px;
	background-color: transparent;
	position: absolute;
	right: 0px;
	top: 30px;
}
.allnews .addnews input[type="submit"]{
	background-color: #6bc418
}
.allnews table{
	width: 100%;
}
.allnews .icon_app{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 9px;
}

.allnews .comapiroxsleeprecorderfree{
	background: url(images/SleepRecorderFree_Icon-Small-40.png) center center no-repeat;
}
.allnews .comapiroxsleeprecorder{
	background: url(images/SleepRecorder_Icon-Small-40.png) center center no-repeat;
}

.allnews .comapiroxsleepcyclefree{
	background: url(images/SleepCycleFree_Icon-Small-40.png) center center no-repeat;
}
.allnews .comapiroxsleepcycle{
	background: url(images/SleepCycle_Icon-Small-40.png) center center no-repeat;
}

.allnews .comapiroxsleepcycle3free{
	background: url(images/SleepCycle3Free_Icon-Small-40.png) center center no-repeat;
}
.allnews .comapiroxsleepcycle3{
	background: url(images/SleepCycle3_Icon-Small-40.png) center center no-repeat;
}

.allnews .comapiroxstopsnoringfree{
	background: url(images/StopSnoringFree_Icon-Small-40.png) center center no-repeat;
}
.allnews .comapiroxstopsnoring{
	background: url(images/StopSnoring_Icon-Small-40.png) center center no-repeat;
}

.allnews .comapiroxstopsnoring2free{
	background: url(images/StopSnoring2Free_Icon-Small-40.png) center center no-repeat;
}
.allnews .comapiroxstopsnoring2{
	background: url(images/StopSnoring2_Icon-Small-40.png) center center no-repeat;
}

.allnews .comapiroxstopsnoring4free{
	background: url(images/StopSnoring4Free_Icon-Small-40.png) center center no-repeat;
}
.allnews .comapiroxstopsnoring4{
	background: url(images/StopSnoring4_Icon-Small-40.png) center center no-repeat;
}

.allnews .comapiroxsleepcycle2free{
	background: url(images/SleepCycle2Free_Icon-Small-40.png) center center no-repeat;
}
.allnews .comapiroxsleepcycle2{
	background: url(images/SleepCycle2_Icon-Small-40.png) center center no-repeat;
}

.allnews .comapiroxsleepcenterfree{
	background: url(images/SleepCenterFree_Icon-Small-40.png) center center no-repeat;
}
.allnews .comapiroxsleepcenter{
	background: url(images/SleepCenter_Icon-Small-40.png) center center no-repeat;
}

.allnews .comapiroxsafebabymonitor{
	background: url(images/SBM_40.png) center center no-repeat;
}
.allnews .comapiroxsafebabymonitor2{
	background: url(images/SBM2_40.png) center center no-repeat;
}


.allnews .comapiroxwebrecorder{
	background: url(images/SpiderRecorder_iPadSpotlight_40.png) center center no-repeat;
}