.optin-question-box {
    width: 33.33%;
    float: left;
    padding-left: 50px;
}

.optin-stats {
    background-color: rgba(25, 25, 25, 0.9);
    color: white;
    padding: 20px 40px;
    font-size: 14px;
    line-height: 1.1em;
    text-align: left;
    display: block;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 9999999;
}

.optin-stats .optin-stats-yesbutton, .optin-stats .optin-stats-yesbutton:hover {
    color: black !important;
    text-decoration: none !important;
}

.optin-stats a:link, .optin-stats a:visited, .optin-stats a:active, .optin-stats a:hover {
    color: white !important;
    text-decoration: underline !important;
}

.optin-stats p {
    margin-bottom: 10px;
    color: white;
    font-size: 14px;
}

.optin-stats, .optin-stats * {
      box-sizing: border-box;
}

.optin-stats-body {
    width: 66.66%;
    float: left;
    padding-right: 50px;
    text-shadow: 1px 1px 0 black;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #6d6d6d;
    padding-bottom: 10px;
}

.optin-stats-closebutton {
    font-size: 23px;
    cursor: pointer;
    font-weight: 100;
    line-height: 1;
    color: #a2a2a2;
    filter: alpha(opacity=20);
    position: absolute;
    font-family: helvetica, arial, sans-serif;
    top: 0;
    right: 0;
    padding: 5px 10px;
}

.optin-stats-closebutton, .optin-stats-closebutton:hover, .optin-stats-yesbutton, .optin-stats-yesbutton:hover, .optin-stats-nobutton, .optin-stats-nobutton:hover {
    text-decoration: none !important;
}

.optin-stats-nobutton {
    font-size: 16px;
    display: inline-block;
    border: 1px solid white;
    border-radius: 3px;
    text-align: center;
    color: white !important;
    padding: 7px 10px;
    cursor: pointer;
}

.optin-stats-question {
    text-shadow: 1px 1px 0 black;
}

.optin-stats-title {
    margin-bottom: .8rem;
    font-size: 19px;
}

.optin-stats-yesbutton {
    font-size: 16px;
    margin-right: 0.5rem;
    background: white;
    display: inline-block;
    border: 1px solid white;
    border-radius: 3px;
    text-align: center;
    color: black !important;
    padding: 7px 10px;
    cursor: pointer;
    margin-bottom: 5px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

@media (max-width: 670px) {
    .optin-stats {
      padding: 25px 15px 15px 15px;
    }
    .optin-stats-body {
      width: 100%;
      float: none;
      border-right-width: 0;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #6d6d6d;
      padding-right: 0;
      margin-bottom: 15px;
    }
    .optin-question-box {
      width: 100%;
      float: none;
      padding-left: 0;
    }
    .optin-stats-yesbutton {
      margin-right: 1rem;
    }
    .optin-stats-yesbutton,
    .optin-stats-nobutton {
      padding: 10px 15px;
      font-size: 20px;
    }
}