#exit-modal #modal {
    color: #000;
    background-color: #FFF;
    z-index: 1;
    border-radius: 4px;
    box-shadow: 0 0 50px 0 black
}
#exit-modal .modal-title {
    font-size: 18px;
    color: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center
}
#exit-modal h3 {
    color: #fff;
    font-size: 90%;
    margin: 2px 0 0;
    padding: 2px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
}
#exit-modal .modal-body {
    font-size: 100%;
    text-align: center;
    line-height: 0;
    position: relative;
}
#exit-modal .playnow {
  position: absolute;
  box-shadow: 0 0 12px -4px black;
  transform: scale(0.8);
  margin: auto auto;
  bottom: -35px;
  right: 0;
  left: 0;
}
#exit-modal .modal-body img {
    border-radius: 0 0 4px 4px;
}
#exit-modal .modal-footer {
    cursor: pointer;
    bottom: 15px;
    text-align: center;
    width: 100%;
    text-decoration: underline;
    margin-bottom: 10px
}
.modal-btns {
    padding: 0 20px
}
#exit-modal {
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    display: block;
    top: 9999px;
    position: fixed;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 10;
}
#exit-modal #underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer
}
#exit-modal p {
    color: #000;
    font-size: 120%;
    margin-bottom: 10px
}
#exit-modal form {
    text-align: center;
    margin-top: 35px
}
#exit-modal form input[type=text] {
    padding: 12px;
    font-size: 1.2em;
    width: 300px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased
}
#exit-modal form input[type=submit] {
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px;
    font-size: 1.1em;
    border-radius: 4px;
    color: #fff;
    background-color: #4ab471;
    border: 0;
    cursor: pointer;
    -webkit-font-smoothing: antialiased
}
#exit-modal form p {
    text-align: left;
    margin-left: 35px;
    opacity: .8;
    margin-top: 1px;
    padding-top: 1px;
    font-size: .9em
}
#exit-modal .modal-footer p {
    text-transform: capitalize;
    display: inline;
    border-bottom: 1px solid #344a5f
}
#modal-no {
    font-size: 80%;
    text-decoration: underline
}
#modal-yes {
    font-size: 90%
}
.fadein {
    -webkit-animation: fadein .5s;
    animation: fadein .5s
}
@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.popin {
    -webkit-animation: popin .3s;
    animation: popin .3s
}
@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
.game-menu__link{
    display: block;
    width: 303px;
    height: 66px;
    text-align: center;
    color: white;
    font-size: 170%;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 65px;
    vertical-align: middle;
}
#exit-modal a:hover{
    color: #1a1a1a!important;
}