.modaal-container {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	min-height: 200px;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
	background: #333;
}
.modaal-wrapper * {
	box-sizing: content-box;
}
.modaal-close:after, .modaal-close:before {
	top: 10px;
	height: 30px;
	border-radius: 0;
	transition: all .1s ease-in-out;
}