@media 
only screen and (max-width: 760px),
(min-device-width: 1025px) and (max-device-width: 1024px)  {
	.wrapper{
		max-height: 400px;
	}
	div.container {
		-webkit-flex-direction: column;
		flex-direction: column;	
	}
	div.before {
		text-align: left;
		margin-top: 10px;
		line-height: normal;
	}
	input {
		width: 100%;
	}
	input[type="checkbox"], input[type="radio"]{
		width: auto;
		min-width: 0;
	}
	.tooltip .tooltiptext {
    margin-left: 0px;
	}
}