#messageModal .modal-content{
    background:#eee;
    color:#333;
}
#messageModal .modal-body{
    padding:35px;
}
#messageModal .modal-body .closebtn{
    color:#333;
    fill:#333;
    border:2px solid #333;
    border-radius:50%;
    display:block;
    position:absolute;
    top:10px;right:10px;
    width:32px;height:32px;
    cursor:pointer;
}
#messageModal .modal-body .closebtn:hover{
    color:#000;
    border-radius:6px;
}

