
.eula {
    position: fixed;
    display: block;
    bottom: 15px;
    left: 5%;
    width: calc(90% - 40px);
    height: auto;
    margin: 0;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.15);
    border-radius: 12px;
    z-index: 99
}

.eula p {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 180px);
    height: auto;
    margin: 0 20px 0 0;
    padding: 0;
    color: #242424;
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    text-align: left;
}

.eula p a {color: #000}

.eula button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    height: auto;
    margin: 10px 0;
    padding: 12px 20px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    text-align: center;
    font-family: 'Montserrat', Helvetica, Arial;
    background: linear-gradient(to right,rgba(54,153,58,1) 0%,rgba(89,193,95,1) 100%);
    color: #fff;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.eula button:hover {
    opacity: 0.95
}

button.cookieAcceptNone {display: none}

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

    .eula {padding: 30px 30px 10px;}
    .eula p {display: block;width: 100%;}
}
