<style>
body {
    font-family: arial, helvetica, sans-serif;
}

/* The Modal (background) */
.modals {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 10px; /* Location of the box */
}

/* Modal Content */
.modal-contents {
    background-color: #E1E1E1;
    margin: auto;
    padding: 20px;
    border: 2px solid white;
    width: 300px;
    height: 90px;
    position: relative;
}

/* The Close Button */
.close {
    color: #AAA;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: -7px;
    right: 0px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

</style>