.page{
	padding:0px;
	border:0px solid white;
	max-width:1024px;
}

.page_title{
font-family: Poppins;
font-size: 26px;
font-weight: 700;
line-height: 60px;
letter-spacing: 0em;
text-align: left;
color:#0C6895;
text-align:left;
margin:0px 0px 0px 40px;
}

.rigaspiegazione{
	padding:10px 40px;
	display:flex;
	flex-direction:row;
	font-family: Poppins;
font-size: 14px;
font-weight: 500;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
	font-family: 'Poppins';
}


.spiegazionesx{
	width:70%;
	padding-right:20px;
}

.spiegazionedx{
	width:30%;
}

.intropulsanti{
	width:100%;
	display:flex;
	justify-content:space-evenly;
	margin-top:10px;
}

.pulsante{
width: 258px;
height: 40px;
background-color:#0C6895;
color:white;
border-radius:100px;
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 40px;
text-align: center;
margin:30px auto;
cursor:pointer;
}


#cambiaimpostazioni,
#backinstructions,
#alleimpostazioni{
	background-color:#337691;
}

.spacetop{
	width:100%;
	display:flex;
	justify-content:space-around;
}

.option_wrapper{
	width:100%;
	display:flex;
	flex-direction:row;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 40px;
	margin-bottom:10px;
}

.option_left{
	width:50%;
}

.option_right{
	width:50%;
	display:flex;
	justify-content:space-around;
	
}

.center_inst_arrow{
	width:50%;
	display:flex;
	justify-content:space-around;
	
}

.left_inst_arrow{
	display:flex;
	justify-content:left;
}

.right_inst_arrow{
	display:flex;
	justify-content:right;
}

.panel{
	background-color:white;
	margin-bottom:10px;
	border:0px solid white;
	border-radius:0px;
	box-shadow:none;
}

.rigaflex{
	display:flex;
	width:100%;
}

.metaflex{
	width:50%;
	padding:0px 40px;
	font-size: 14px;
font-weight: 500;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
	font-family: 'Poppins';
}

#top_fixed{
	width:100%;
	display:flex;
	height:40px;
}

.top_wrapper{


}

@media only screen and (max-width: 1023px) {


#mywrapper{
	width:100%;
}

#myheader{
	width:100%;
}
.mycard-title,.mycard-btn{
	width:100%;
}
#menuwrapper{
display:none;
}

}

@media only screen and (max-width: 767px) {

.option_left{
	width:100%;
}

.option_right{
	width:100%;
}
	.spiegazionesx{
	width:100%;
}

.spiegazionedx{
	display:none;
}

#mywrapper{
	width:100%;
}

#myheader{
	width:100%;
}
.mycard-title,.mycard-btn{
	width:100%;
}
#menuwrapper{
display:none;
}

}