html {
	height: 100%;
}

body {
	background-image: url("../dare_to_slack.png"); 
	background-repeat: no-repeat;
	background-color: black;
	margin-left: 25px;
	background-position: left -55px top 0%;
	color: rgb(210,210,210);
}

.altbg {
	background-repeat: no-repeat;
	background-color: black;
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../dare_to_slack.png");
	background-position: left 450px top 25px;
	margin-left: 25px;
}

#sync-idle {
	/* color: green; --!> */
	color: rgb(122,214,131);
	display: inline-block;
}

#sync-check {
	color: orange;
	display: inline-block;
}

#sync-busy {
	color: red;
	display: inline-block;
}

#weekly-idle {
	/* color: green; --!> */
	color: rgb(122,214,131);
	display: inline-block;
}

#weekly-check {
	color: orange;
	display: inline-block;
}

#weekly-busy {
	color: red;
	display: inline-block;
}


h1, h3 {
	color: rgb(160,160,160);
}

a {
	color: rgb(164,133,224);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: pink;
}

