.menu_button_active {border-bottom:0.2rem solid #f92f68}
.square_list {list-style: square;}

/* --------------- recepts --------------------*/

.recept {
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	overflow:hidden;
	padding:4% 2% 2% 2%;
	background-color:rgba(0,0,0,0.5);
	display:none;
	border:2px solid #999
}
.recept > * {background-color:#fff;overflow:auto;width:100%;height:100%}
#recept_form {z-index:1000}
