.l_team,.r_team {
	width: 37.5%;
}
.l_img,.r_img {
	width: 10%;
}
.c_vs {
	width: 10%;
}
td {
	padding: 3px;
}
.box_ku {
	border: solid 1px #e1b534;
	padding: 15px 5px;
	border-radius: 5px;
	color: #f6e468;
	text-shadow: 0 0 5px #a56f21;
	position: relative;
}
.datetime {
	color: #e1b534;
	text-shadow: 0 0 5px #a56f21;
	background: #000;
	padding: 1px 10px;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
}
.user_p {
	color: #000;
	text-shadow: 0 0 5px #fbfc76;
	background: #e1b534;
	padding: 0px 15px;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	border-radius: 50px;
}
.box_kod {
	margin-top: 30px;
	padding: 15px;
	border: solid 1px red;
	color: #ddd;
	font-size: 14px;
	position: relative;
	box-shadow: 0 0 1px red;
}
.box_kod.wnull {
	border: solid 1px #a56f21;
	box-shadow: 0 0 1px #fbfc76;
	color: #e1b534;
}
.box_t {
	color: red;
	text-shadow: 0 0 5px red;
	background: #000;
	padding: 0px 10px;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.title_page_2 {
	line-height: 25px;
	margin-bottom: 20px;
}
.btn_playa {
	margin-top: 10px;
	width: 100%;
	border: solid 1px #a56f21;
	color: #000;
	background: #fbfc76;
	border-radius: 10px;
	font-size: 18px;
}
.box_t_ev {
	margin-top: 10px;
}
.box_t_ev .form-control {
	background-color: #000;
	border: 1px solid #a56f21;
	color: #fbfc76;
	font-size: 25px;
}
.box_t_ev .t_name {
	color: #fbfc76;
}
box_t_ev.danger {
	font-size: 20px;
}
.box_kykl {
	padding: 5px;
}
.box_show_reward {
	position: relative;
	color: #fff;
	padding: 13px 5px 10px 5px;
	margin-bottom: 15px;
	text-align: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	border: solid 1px #f5c518;
	font-size: 24px;
	text-shadow: 0 1px 5px #f5c518;
}
@media screen and (max-width: 769px) {
	input::placeholder {
		font-size: 20px;
	}
}