.field {
	font-size:30px;
	padding:5px 5px 5px 5px;
	margin-left:5px;
	margin-top:10px;
	width:calc(100% - 85px);
	text-align:center;
	border: none;
	background-color:#444444;
	color:white;
}

#lang {
	margin-top:10px;
	margin-right:10px;
	height:44px;
	width:60px;
	float:right;
	border-radius:30px;
}

#content{
	margin:10px 0px 10px 0px;
}


body{
	background-color:#222222;
	font-family: Century Gothic, sans-serif;
}

#heading {
	color:white;
	margin-top:0px;
}

#info {
	max-height:70%;
	display:none;
	border-top:5px solid white;
	padding:15px 20px 15px 20px;
    position: fixed;
    z-index: 100; 
    bottom: 0; 
    left: 0;
    width: calc(100% - 40px);
	background-color:#222222;
	-webkit-box-shadow: 0px 0px 139px 7px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 139px 7px rgba(0,0,0,1);
	box-shadow: 0px 0px 139px 7px rgba(0,0,0,1);
}

#description {
	color:white;
	white-space:pre-wrap;
	font-size:16px;
	overflow-y:auto;
	bottom:0;
}

.editfield {
	color:black;
	font-size:16px;
	width:100%;
	font-family: Century Gothic, sans-serif;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
}

#edit {
	float:right;
	font-size:16px;
	color:white;
	cursor:pointer;
}

#edit:hover{
	text-decoration:underline;
}

#submitedit {
	float:right;
	margin-top:15px;
}

#rights{
	color:white;
	padding:10px 10px 10px 10px;
	margin-top:30px;
	text-align:center;
}

#rightslink{
	color:white;
}

.box {
	border: 3px solid transparent;
	color:white;
	display: inline-block;
	font-size:20px;
	padding:2px 10px 2px 10px;
	border-radius:10px;
	margin-top:10px;
	margin-left:10px;
	cursor:pointer;
}

.box:hover {
	border: 3px solid white !important;
	text-shadow: 0px 0px 8px #000000;
}

.gray {
	background-color:gray;
}

.illegal{
	background-color:red;
}

.legal{
	background-color:green;
}

::-webkit-input-placeholder{
    
}

input:focus::-webkit-input-placeholder{
    color: transparent!important;
}

input:focus:-moz-placeholder{
    color: transparent!important;
}