@charset "UTF-8";
.hide-area{
	display: none;
  font-size: 20px;
}

.modaal-title {
  color: #c00;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0.5em;
}
.modaal-txt {
  font-size: 18px;
}

.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}