body {
	background: #000000;
	color: #ffffff;
	margin: 0px 0px 10px 0px;
}

#header, .footer {
	background: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 40px;


	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 40px;
	padding: 0 50px;
}

#header a {
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: -5px;
}


#content {
	position: relative;
	width: 100%;
	margin: auto;
	//background: white;
	//border-radius: 4px;
	//overflow: hidden;
}

.hidden {
	display: none;
}

.category {
	margin-left: 5px;
	color: #c0c0c0;
}

.fill {
	width: 100%;
	text-align: center;
	padding: 5px 0px;
	//margin-top: 5px;
	clear: left;
	overflow: auto;
	background: #000000;
	margin-top: 1px;
	display: inline-flex;
	flex-wrap: wrap;
}

.fill.no-bg {
	background: none;
}

.content-columns {
	float: left;
	margin: auto 5px;
	color: #969696;
}

.content-columns.left {
	text-align: left;
}

.content-under {
	float: left;
	margin: auto 5px;
	clear: both;
}

.title {
	font-size: 2em;
}

.title-edit {
	font-size 1.5em;
}

.author {
	font-size: 1em;
	margin-left: 10px;
}

input[type="date"] {
	box-shadow: none;
	cursor: auto;
	outline-width: 0px;
	border: 3px solid #9fda58;
	font-size: 1em;
}

input[type="text"], input[type="password"], input[type="date"] {
	box-shadow: none;
	cursor: auto;
	outline-width: 0px;
	border: 3px solid #9fda58;
	border-radius: 6px;
	font-size: .6em;
	background: #000000;
	color: #ffffff;
	text-align: center;
}

input[type="text"].invalid, input[type="password"].invalid {
	border: 3px solid #cc0000;
}

textarea {
	box-shadow: none;
	cursor: auto;
	outline-width: 0px;
	border: 3px solid #9fda58;
	font-size: .6em;
}

select {
	box-shadow: none;
	cursor: auto;
	outline-width: 0px;
	border: 3px solid #9fda58;
	font-size: .6em;
}

#addForm, #loginForm, #editForm, #searchForm {
	font-size: 1.5em;
}

.button {
	border: none;
	padding: 10px 19px;
	text-decoration: none;
	border-radius: 4px;
	display: block;
	width: 80px;
	margin: 0 auto;
}

.button.small {
	width: 30px;
	padding: 3px 3px;
	font-size: 12px;
	border: #9fda58 2px solid;
}

.button.short {
	padding: 3px 3px;
	font-size: 12px;
	border: #9fda58 2px solid;
}

.button.start, .button.clicked {
	color: #000000;
	background-color: #9fda58;
	pointer-events: none;
	cursor: default;
}

.button.valid {
	color: #b8ec79;
	background-color: #0a0a0a;
	cursor: pointer;
	pointer-events: auto;
}

.button.invalid {
	color: #000000;
	background-color: #cc0000;
	pointer-events: none;
	cursor: default;
}

/* .squaredOne */
.squaredOne {
	width: 28px;
	height: 28px;
	position: relative;
	margin: 20px auto;
	background: #fcfff4;
	background: -webkit-linear-gradient(top, #d8dbce 0%, #b5baad 40%, #99a194 100%);
	background: linear-gradient(to bottom, #d8dbce 0%, #b5baad 40%, #99a194 100%);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.squaredOne.left {
	margin: auto 5px;
}
.squaredOne label {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 4px;
	left: 4px;
	cursor: pointer;
	background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
	background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.squaredOne label:after {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 2px;
	left: 2px;
	background: #27ae60;
	background: -webkit-linear-gradient(top, #9fda58 100%, #9fda58 0%);
	background: linear-gradient(to bottom, #9fda58 0%, #9fda58 100%);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	opacity: 0;
}
.squaredOne label:hover::after {
	//opacity: 0.3;
}
.squaredOne input[type=checkbox] {
	visibility: hidden;
}
.squaredOne input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.tenth {
	flex: 1;
}

.twentieth {
	flex: 2;
}

.thirtieth {
	flex: 3;
}

.fourtieth {
	flex: 4;
}

.half {
	flex: 5;
}

.sixtieth {
	flex: 6;
}

.seventieth {
	flex: 7;
}

.eightieth {
	flex: 8;
}

.ninetieth {
	flex: 9;
}

.hundredth {
	flex: 10;
}

hr.style-one {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(159, 218, 88, 1), rgba(0, 0, 0, 0));
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(159, 218, 88, 0.25), rgba(159, 218, 88, 1), rgba(159, 218, 88, 0.25));
}