*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

/*---------- BODY ----------*/
body{
	background: #ddd;
}

.pkp_structure_page{
	margin: 50px auto 30px;
	max-width: 1160px;
	background-color: #fff;
	box-shadow: 0 0 10px #888}


/*--------- HEADER --------*/
.pkp_site_name .is_img img{
	max-height: 150px;
	max-width: 100%;
}


/*---------- Menu Button ----------*/
.btn-menuleft button{
	background: none;
	color: #00A996;
	width: 100%;
	height: 45px;
	border: 1px solid #00A996;
	font-size: 15px;
	border-radius: 13px;
	transition: .6s;
	overflow: hidden;
	margin-bottom: 6px;
}

.btn-menuleft button:focus{
	outline: none;
}

.btn-menuleft button:hover{
	background: #00A996;
	cursor: pointer;
	transform: scale(1);
	transition: .4s;
	border: 1px solid #ffffff;
	color: #ffffff;
}
