@charset "utf-8";


.border-none table td{
	border:none; 
}


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

}

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

	.modaal-close{
	position: fixed;
    right: 40px;
    top: 75px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	}

}
