html, body {
	margin: 0;
	padding: 0;
#	text-transform: uppercase;
}

body {
	background-color: #373D45;
	color:#979c9b;
   }

#main {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#kanban {
    width: 25%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.kbcol {
    padding: 0 10px;
    border-right: solid 1px rgba(0, 0, 0, 0.15);
}

.job {
    position: relative;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.jobheading {
    font-size: 18px;
    text-align: left;
}

.jobtime {
    text-align: right;
}

.seperator {
    padding: 10px 10px 0px 0px;
}

.columnname {
    font-size: 20px;
    color: DarkSeaGreen;
    text-align: right;
}
.column:first-child {
    border-right: 0;
}
@media screen and (max-width: 500px) {
	.header {
		display: block;
	}
}

#clock {
	color: #ffffff;
	margin-bottom: 5px;
}
#datebox {
	display: inline-block;
	font-weight: bold;
	}

.header {
	width: 85px;
	text-align: right;
	font-weight: bold;
	margin: 0 10px;
}

li {
	font-size: 17px;
	font-weight: bold;
	font-family: "ubuntu mono";
	display: inline-block;
	list-style: none;
	margin: 2px 5px;
}

a {
	color:#979c9b;
	text-decoration: none;
}

a:hover {
	color: white;
}

#input1 {
	background: #454B53;
	color: white;
	border: none;
	font-family: "ubuntu mono";
	font-size: 17px;
	font-weight: bold;
	height: 17px;
	margin-top: 5px;
	padding: 5px;
	transition: .2s;
	width: 100%;
	outline: none;
#	text-transform: uppercase;
}

#help {
	display: none;
	margin-top: 10px;
}

.col {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}
.cmdH {
	display: block;
	text-align: right;
	color: white;
}
.actH {
	display: block;
	color: white;
}
.cmd {
	display: block;
	text-align: right;
}
.act {
	display: block;
}


/* COLORS */
.color1 {
        color: MediumTurquoise;
}
.color2 {
	color: red;
}
.color3 {
	color: yellow;
}
.color4 {
	color: teal;
}
.color5 {
    color: orange;
}
.color6 {
    color: lime;
}
.color7 {
    color: brown;
}
.color8 {
    color: coral;
}
.color9 {
    color: LightSalmon;}