@charset "utf-8";
/* CSS Document */


.persrow {
	display: flex;
	justify-content: space-between;
	align-content:flex-end;
	padding: 0.5em 0 0 0;
}
@media screen and (max-width:800px){
	.persrow {
		flex-wrap: wrap; 
	}
	
}
@media screen and (min-width:800px){
	.persrow {
		flex-wrap: wrap; 
	}
	
	.long_text {
		width: 90%;
		margin: auto;
	}
}

.nicon_out {
	display: flex;
	justify-content: flex-start;
	height: 40px;
	width: 200px;
}

.nicon_out label {
	display: block;
}

.nicon_out input[type="checkbox"],
.nicon_out input[type="radio"] {
	display: none;
}

.nicon_out input[type="checkbox"]:checked + label,
.nicon_out input[type="radio"]:checked + label{
	border-radius: 10px;
	box-shadow: 0 0 3px 0 black;
}

.nicon_out .navicon:hover {
	border-radius: 30px;
}

.navicon:hover {
	box-shadow: 0px 0px 4px 2px green;
}

.persnames {
	/*padding: 0 0 0 1em;*/
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.persnames > div {
	padding-left: 10px;
}
input[type="text"] {
	width: 270px;
	color: #6c3f00;
	border: none;
	background: none;
	background-image: url("../img/reward2.png");
	padding: 10px 2em 8px 2em;
	outline: none;
	background-repeat: no-repeat;
	background-size: 270px 33px;
	
}

input[type="text"]:focus {
	background-image: url("../img/reward.png");
}

#Nick_Ok {
	font-size: 20px;
}
.price_cell {
	padding: 0;
}
#items {
	width: 100%;
}
.lastprice {
	width: 360px;
}

select {
	/*border: none;*/
	background: none;
	color: #6c3f00;
	height: 1.5em;
	padding: 0.2em;
	box-sizing: content-box;
	font-size: 1em;
	outline: none;
	text-align: right;
	border: 1px solid;
}
select:hover {

	border: 1px solid #8b734e;
}
.buttons {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.folow_check {
	width: 200px;
}
