 html,
 body,
 div,
 span,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 abbr,
 address,
 cite,
 code,
 del,
 dfn,
 em,
 img,
 ins,
 kbd,
 q,
 samp,
 small,
 strong,
 sub,
 sup,
 var,
 b,
 i,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 legend,
 table,
 caption,
 tbody,
 tfoot,
 thead,
 tr,
 th,
 td,
 article,
 aside,
 canvas,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 menu,
 nav,
 section,
 summary,
 time,
 mark,
 audio,
 video {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-size: 100%;
     vertical-align: baseline;
     background: transparent
 }
 body {
     line-height: 1
 }
 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 menu,
 nav,
 section {
     display: block
 }
 nav ul {
     list-style: none
 }
 blockquote,
 q {
     quotes: none
 }
 blockquote:before,
 blockquote:after,
 q:before,
 q:after {
     content: none
 }
 a {
     margin: 0;
     padding: 0;
     font-size: 100%;
     vertical-align: baseline;
     background: transparent;
 }
 mark {
     background-color: #ff9;
     color: #000;
     font-style: italic;
     font-weight: bold
 }
 del {
     text-decoration: line-through
 }
 abbr[title],
 dfn[title] {
     border-bottom: 1px dotted;
     cursor: help
 }
 table {
     border-collapse: collapse;
     border-spacing: 0
 }
 hr {
     display: block;
     height: 1px;
     border: 0;
     border-top: 1px solid #ccc;
     margin: 1em 0;
     padding: 0
 }
 input,
 select {
     vertical-align: middle
 }
 li {
     list-style: none
 }
 *,
 *:before,
 *:after {
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
 }
 ul,
 li {
     list-style: none;
 }
 html,
 body {
     -webkit-text-size-adjust: none;
     color: #6c747d;
     height: 100%;
     width: 100%;
     font-size: 10px;
     font-family: tahoma, arial;
     background: url('bg.jpg') center top no-repeat #fff;
     background-size: cover;
 }
 body {
     text-align: center;
 }
 a {
    color: #6c747d;
 }

.top-rules {
    background: #fff;
    padding: 2px 0px 2px 0px;
}
.plus18 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #6c747d;
    color:#fff;
    margin: 20px auto 0px auto;
    border-radius: 20px;
    font-size: 12px;
    position: absolute;
    top: -25px;
    right: -5px;
}
#main {
    width: 96%;
    max-width: 400px;   
    background: #ededed;
    border:1px solid #bfbfbf;
    margin: 10% auto 0px auto;
    border-radius: 8px;
    /* overflow: hidden; */
    position: relative;
    -webkit-box-shadow: 0px 3px 21px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 3px 21px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 3px 21px 0px rgba(50, 50, 50, 0.5);
    
}
.title {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    color:#444;
}
.btn-ok {
    margin-top: 30px;
    display: block;
    text-decoration: none;
    border-top: 1px solid #dedede;
    overflow: hidden;
    background: #00aadc;
    border-radius: 0px 0px 8px 8px; 
    border-top: 2px solid #31bfe9;
    border-bottom: 3px solid #008dcd;
}
.btn-ok span {
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px 0px;
    font-size: 24px;
    color:#fff;
    /* */
}

.btn-ok span:nth-child(2) {
    border-left: 1px solid #008dcd;
}

.btn-no {
    display: block;
    text-decoration: none;
    margin: 20px auto 0px auto;
    background: #bfbfbf;
    width: 80px;
    padding: 4px 0px 6px 0px;
    text-align: center;
    border-radius: 4px;
    font-size: 11px;
    color: #444;
    opacity: 0.7;
}
/* .btn-no:hover {
    color: #fff;
    background: #6c747d;
} */
.footer {
    position: fixed;
    z-index: 10;
    bottom: 1px;
    width: 100%;
    padding-bottom: 2px;
    padding: 5px 0px;
    background: #fff;   
}
.top-rules, .top-rules a, .footer, .footer a {
    color: #a3a3a3;
    font-size: 10px;
    line-height: 10px;
}
@media (max-height: 400px) {
    #main {
        margin-top: 20px;
    }
    .footer {
        position: static;
        margin-top: 20px;
    }
}
@media (max-width: 319px) {
    #main {
        margin-top: 20px;
    }
    .title {
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px;
    }
    .btn-ok {
        margin-top: 20px;
    }
    .btn-ok span {
        padding: 20px 0px;
        font-size: 18px;
    }
    .footer {
        position: static;
        margin-top: 20px;
    }
    .top-rules, .top-rules a, .footer, .footer a {
        font-size: 9px;
        line-height: 9px;
    }
 }
 @media (max-width: 768px) {
    .top-rules, .top-rules a, .footer, .footer a {
        font-size: 9px;
        line-height: 9px;
    }
 }