html {
/*	overflow-y: hidden;*/
}

#vsdiv {
	width: 500px;
	margin: 0;
	float: left;
}

#donate_field {
	width: 70%;
    font-size: 19px;
    padding: 10px 0 0 30px;
    color: #080808;
	position: relative;
}

#donate_field_login {
	font-weight: 900;
	margin-bottom: 5px;
}

#write_btn {
	font-size: 20px;
	margin-bottom: 20px;
}

#time_field {
	font-size:20px;
	color: #fff;
	width: 40px;
	margin: 12px auto;
}

#div_header {
    display: flex;
    height: 120px;
    position: relative;
}

#donate_field_text {
	font-weight: 500;
}

#div_logo {
    height: 100%;
}

#logo {
    height: 75%;
	margin-bottom: 4px;
}

#container_field {
	display: flex;
}

#right_column {
	width: 100%;
    display: flex;
    flex-direction: column;
	padding-left: 15px;
}

#left_column {
	width: 100%;
    display: flex;
    flex-direction: column;
}

#message_list{
	margin-top: 20px;
}

#record_field {
	font-size: 14px;
	display: flex;
}

#column2, #column3 {
	margin-left: 10px;
}

#game_field {
	background: #eee;
	position: relative;
	float: left;
	border: 3px solid #eee;
}
#game_field_mobile {
	background: #eee;
	position: relative;
	float: left;
}

#settings_field {
	float: left;
}

#personal_field {
	margin-bottom: 10px;
}

#user_login {
	font-weight: 900;

}

#chat {
	margin-bottom: 10px;
	max-height: 360px;
    overflow: scroll;
	overflow-x: hidden;
    border: 1px solid #bfbfbf;
    padding: 6px;
}

.amessage_react {
	text-align: right;
	cursor: pointer;
}

.enemy {
	position: absolute;
	background-color: #9b111eb8; 
	layer-background-color: #9b111eb8;
	z-index: 100;
	border: 1px solid black;
}

#box {
	position: absolute;
    background-color: #003366;
	layer-background-color: #003366;
}

.border_field {
	position: absolute;
	background: black;
}

#enemys_speed {
	bottom: 55px;
    position: absolute;
}

.enemy_speed {
	background: none;
	border: 0!important;
	color: #eee;
	text-align: end;
}

#level_manager {
	font-size: 32px;
    color: #fff;
	text-align: right;
    margin-right: 10px;
    margin-top: 2px;
	cursor: pointer;
}

.amessage {
	border: 1px solid black;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 5px;
}

#write_terms {
	display: none;
    position: absolute;
    z-index: 100;
    background: #fff;
    font-size: 14px;
}

@media(max-width: 650px){
	#right_column {
		display: none;
	}
}

.apple {
	background: red;
	position: absolute;
}

#apple_eat {
    position: absolute;
    left: 18px;
    top: 8px;
    font-size: 30px;
	color: white;
}

#signup_form {
	display: none;
}

#mess_field {
	position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: right;
    font-size: 20px;
    color: white;
}

.err {
    background: #e28888;
}

.mess {
    background: green;
}

#shadow_box {
	position: absolute;
    background-color: #990000;
	layer-background-color: #990000;
	z-index: 200;
}




