/* remove extra space caused by exelate tag */
body img[src*="exelator"] {position: absolute; top: 0; left: 0;}
button.close {
    font-size: 23px;
    margin-top: -4px;
    position: absolute;
    right: -8px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    opacity: 1;
    background: #000;
    top: -5px;
    z-index: 999999999999;
    color: #fff;
    outline: none;	
}
button.close:hover {
    opacity: 1;
    color: #fff;
}

.modal-content{ border: none; border-radius: 0; }
@media (max-width: 767px){
  	.modal-dialog{ margin-left: 4%; }
}