H5NeopetCSS

🧩 Syntax:
@font-face {
    font-family: "Cafeteria";
    src: url(https://images.neopets.com/js/fonts/cafeteria-black.ttf) format("truetype");
    src: url(https://images.neopets.com/js/fonts/cafeteria-black.otf) format("opentype")
}

@font-face {
    font-family: "MuseoSansRounded700";
    font-style: normal;
    src: url(https://images.neopets.com/js/fonts/museosansrounded-700.woff) format("woff"), url(https://images.neopets.com/js/fonts/museosansrounded-700.ttf) format("truetype")
}

@font-face {
    font-family: "MuseoSansRounded500";
    font-style: normal;
    src: url(https://images.neopets.com/js/fonts/museosansrounded-500.woff) format("woff"), url(https://images.neopets.com/js/fonts/museosansrounded-500.ttf) format("truetype")
}

@font-face {
    font-family: "Palanquin";
    font-style: normal;
    src: url(https://images.neopets.com/js/fonts/Palanquin.ttf) format("truetype")
}

@font-face {
    font-family: "8bit";
    font-style: normal;
    src: url(https://images.neopets.com/js/fonts/8bit.ttf) format("truetype")
}

.navsub-left__2020 {
    width: auto;
    height: auto;
    z-index: 96;
    position: fixed;
    transition: margin .25s;
    left: 10px
}

.togglePopup__2020 {
    display: none;
    position: fixed;
    width: 90%;
    max-width: 600px;
    height: auto;
    z-index: 100;
    top: 50%;
    left: 50%
}

.popup-header__2020 {
    position: relative;
    text-align: center;
    font-family: "Cafeteria", 'Arial Bold', sans-serif;
    padding: 10px 0;
    border-radius: 15px 15px 0 0;
    background: #fed123;
    z-index: 0
}

.popup-header__2020 h3 {
    color: #363636;
    font-size: 20pt;
    max-width: 90%;
    margin: 0 auto
}

.popup-header-pattern__2020,
.popup-footer-pattern__2020 {
    position: absolute;
    width: 100%;
    background: url(https://images.neopets.com/themes/h5/basic/images/pattern-basic.svg) center -10px;
    background-size: 121px 58px;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1
}

.popup-header-pattern__2020 {
    border-radius: 15px 15px 0 0
}

.popup-footer-pattern__2020 {
    border-radius: 0 0 15px 15px
}

.popup-body__2020 {
    position: relative;
    overflow: auto;
    background: #fff;
    text-align: center;
    font-family: "MuseoSansRounded500", 'Arial', sans-serif;
    padding: 20px 0
}

.popup-image__2020 {
    margin: auto;
    width: 90%
}

.popup-body__2020 p {
    width: 90%;
    margin: 20px auto auto;
    position: relative
}

.popup-footer__2020 {
    position: relative;
    border-radius: 0 0 15px 15px;
    background: #fed123;
    padding: 10px;
    z-index: 0
}

.popup-grid2__2020 {
    display: grid;
    grid-template-columns: 45% 45%;
    grid-column-gap: 10%
}

.button-grid2__2020 {
    display: grid;
    grid-template: auto/repeat(2, 1fr);
    grid-gap: 10px;
    margin: 10px auto;
    width: 90%;
    max-width: 480px
}

.button-grid3__2020 {
    display: grid;
    grid-template: auto/repeat(3, 1fr);
    grid-gap: 10px;
    margin: 10px auto;
    width: 90%;
    max-width: 720px
}

.popup-grid3__2020 {
    display: grid;
    grid-template-columns: 25% 40% 25%;
    grid-column-gap: 5%
}

.nav-dropdown-shade__2020,
.nav-popup-shade__2020,
.nav-popup-shade-open__2020 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
    cursor: pointer
}

.nav-dropdown-shade__2020 {
    z-index: 97
}

.nav-popup-shade__2020,
.nav-popup-shade-open__2020 {
    z-index: 99
}

.nav-popup-shade-open__2020 {
    display: none
}

.nav-popup-nested-shade__2020 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
    cursor: pointer;
    z-index: 2
}

@media screen and (max-width:824px) {
    .navsub-left__2020 {
        margin-top: 10px;
        top: 50px
    }
}

@media screen and (min-width:825px) {
    .navsub-left__2020 {
        margin-top: 10px;
        top: 65px
    }
}

.bookmark-dropdown__2020 {
    width: 200px;
    height: auto;
    position: absolute;
    border-radius: 15px;
    display: none
}

.bookmark-dropdown__2020 a {
    text-decoration: none
}

.bookmark-dropdown-tail__2020 {
    position: absolute;
    top: -8px;
    left: 8px;
    width: 0;
    height: 0;
    border-left: px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 13px solid #fed123
}

.bookmark-dropdown-header__2020 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background: #fed123;
    border-radius: 15px 15px 0 0;
    text-align: center;
    font-family: "Cafeteria", 'Arial Bold', sans-serif;
    padding: 8px 5px 10px;
    font-size: 18pt;
    border-bottom: 3px solid #faa819
}

.bookmark-dropdown-content__2020 {
    background: #fffacd;
    border-radius: 0 0 15px 15px;
    padding: 10px;
    font-family: "MuseoSansRounded700", 'Arial', sans-serif;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    height: auto;
    max-height: 350px;
    overflow: auto;
    color: #000
}

.bookmark-dropdown-link__2020 {
    border: 2px solid #faa819;
    border-radius: 10px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: auto;
    background: #fffacd;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(250, 168, 25, 1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(250, 168, 25, 1);
    box-shadow: 0px 3px 0px 0px rgba(250, 168, 25, 1);
    cursor: pointer;
    margin-bottom: 10px;
    padding: 5px
}

.bookmark-dropdown-link__2020:hover {
    background: #fed123
}

.bookmark-dropdown-link__2020:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 7px;
    margin-top: 3px
}

.bookmark-dropdown-content__2020 h4 {
    font-size: 11pt;
    margin: 8px 0 6px 4px
}

.bookmark-dropdown-content__2020 ul {
    list-style: none;
    padding: 0;
    margin: auto;
    width: 100%
}

.bookmark-dropdown-icon__2020 {
    width: 30px;
    height: 30px;
    background-size: 100%;
    border-radius: 5px;
    float: left;
    margin-right: 5px
}

.bookmark-dropdown-shade__2020 {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: -1
}
.navsub-bookmark-icon__2020,
.navsub-settings-icon__2020,
.navsub-fav-icon__2020 {
    background-size: 100%;
    height: 30px;
    display: inline-block;
    cursor: pointer
}

.navsub-bookmark-icon__2020 {
    background: url(https://images.neopets.com/themes/h5/basic/images/bookmark-icon.svg) center center no-repeat;
    width: 20px;
    margin-right: 10px;
}

.navsub-settings-icon__2020 {
    background: url(https://images.neopets.com/themes/h5/basic/images/settings-icon.svg) center center no-repeat;
    width: 34px;
    margin-right: 10px;
}

.navsub-fav-icon__2020 {
    width: 34px;
}

.navsub-fav-icon-true__2020 {
    background: url(https://images.neopets.com/themes/h5/basic/images/fav-icon-true.svg) center center no-repeat
}

.navsub-fav-icon-false__2020 {
    background: url(https://images.neopets.com/themes/h5/basic/images/fav-icon-false.svg) center center no-repeat
}

.button-x__2020 {
    background: url(https://images.neopets.com/themes/h5/basic/images/x-icon.svg) center center no-repeat;
    background-size: 100%;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: -12px;
    margin-left: -10px;
    top: 50%;
    left: 50%
}

.button-default__2020.button-userscript {
    height: auto;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 5px 10px;
    border: #fff solid 1px;
    text-align: center;
    font-family: "Cafeteria", 'Arial Bold', sans-serif;
    font-size: 14pt;
    overflow: hidden;
    cursor: pointer;
    outline: none
}

.button-yellow__2020 {
    color: #363636;
    background: #f6e250;
    background: -webkit-linear-gradient(#f6e250, #ebb233);
    background: -moz-linear-gradient(#f6e250, #ebb233);
    background: linear-gradient(#f6e250, #ebb233);
    border-radius: 15px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(246, 226, 80, 1), inset 0px -3px 2px 3px rgba(196, 124, 25, 1), inset 0px 2px 0px 1px rgba(253, 249, 220, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(246, 226, 80, 1), inset 0px -3px 2px 3px rgba(196, 124, 25, 1), inset 0px 2px 0px 1px rgba(253, 249, 220, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(246, 226, 80, 1), inset 0px -3px 2px 3px rgba(196, 124, 25, 1), inset 0px 2px 0px 1px rgba(253, 249, 220, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1)
}

.button-yellow__2020:hover,
.button-yellow__2020:focus,
a:focus>.button-yellow__2020 {
    background: #ffff54;
    background: -webkit-linear-gradient(#ffff54, #ffd328);
    background: -moz-linear-gradient(#ffff54, #ffd328);
    background: linear-gradient(#ffff54, #ffd328);
    border-radius: 15px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 84, 1), inset 0px -3px 2px 3px rgba(234, 143, 9, 1), inset 0px 2px 0px 1px rgba(255, 255, 243, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 84, 1), inset 0px -3px 2px 3px rgba(234, 143, 9, 1), inset 0px 2px 0px 1px rgba(255, 255, 243, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 84, 1), inset 0px -3px 2px 3px rgba(234, 143, 9, 1), inset 0px 2px 0px 1px rgba(255, 255, 243, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1)
}

.button-yellow__2020:active {
    background: #ebb233;
    background: -webkit-linear-gradient(#ebb233, #f6e250);
    background: -moz-linear-gradient(#ebb233, #f6e250);
    background: linear-gradient(#ebb233, #f6e250);
    border-radius: 15px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(235, 178, 51, 1), inset 0px -1px 2px 3px rgba(196, 124, 25, 1), inset 0px 2px 0px 1px rgba(253, 249, 220, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(246, 226, 80, 1), inset 0px -1px 2px 3px rgba(196, 124, 25, 1), inset 0px 2px 0px 1px rgba(253, 249, 220, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(246, 226, 80, 1), inset 0px -1px 2px 3px rgba(196, 124, 25, 1), inset 0px 2px 0px 1px rgba(253, 249, 220, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1)
}

.button-blue__2020 {
    color: #fff;
    text-shadow: 0 0 4px #000;
    background: #539ff3;
    background: -webkit-linear-gradient(#539ff3, #2556ba);
    background: -moz-linear-gradient(#539ff3, #2556ba);
    background: linear-gradient(#539ff3, #2556ba);
    border-radius: 15px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(83, 159, 243, 1), inset 0px -3px 2px 3px rgba(29, 63, 112, 1), inset 0px 2px 0px 1px rgba(208, 229, 252, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(83, 159, 243, 1), inset 0px -3px 2px 3px rgba(29, 63, 112, 1), inset 0px 2px 0px 1px rgba(208, 229, 252, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(83, 159, 243, 1), inset 0px -3px 2px 3px rgba(29, 63, 112, 1), inset 0px 2px 0px 1px rgba(208, 229, 252, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1)
}

.button-blue__2020:hover,
.button-blue__2020:focus,
a:focus>.button-blue__2020 {
    color: #fff;
    text-shadow: 0 0 4px #000;
    background: #59c2ff;
    background: -webkit-linear-gradient(#59c2ff, #195de0);
    background: -moz-linear-gradient(#59c2ff, #195de0);
    background: linear-gradient(#59c2ff, #195de0);
    border-radius: 15px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(89, 194, 255, 1), inset 0px -3px 2px 3px rgba(15, 61, 130, 1), inset 0px 2px 0px 1px rgba(245, 255, 255, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(89, 194, 255, 1), inset 0px -3px 2px 3px rgba(15, 61, 130, 1), inset 0px 2px 0px 1px rgba(245, 255, 255, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(89, 194, 255, 1), inset 0px -3px 2px 3px rgba(15, 61, 130, 1), inset 0px 2px 0px 1px rgba(245, 255, 255, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1)
}

.button-blue__2020:active {
    color: #fff;
    text-shadow: 0 0 4px #000;
    background: #2556ba;
    background: -webkit-linear-gradient(#2556ba, #539ff3);
    background: -moz-linear-gradient(#2556ba, #539ff3);
    background: linear-gradient(#2556ba, #539ff3);
    border-radius: 15px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(37, 86, 186, 1), inset 0px -1px 2px 3px rgba(29, 63, 112, 1), inset 0px 2px 0px 1px rgba(208, 229, 252, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(37, 86, 186, 1), inset 0px -1px 2px 3px rgba(29, 63, 112, 1), inset 0px 2px 0px 1px rgba(208, 229, 252, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(37, 86, 186, 1), inset 0px -1px 2px 3px rgba(29, 63, 112, 1), inset 0px 2px 0px 1px rgba(208, 229, 252, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1)
}

.button-green__2020 {
    color: #000;
    background: #3bc92e;
    background: -webkit-linear-gradient(#3bc92e, #2b8a27);
    background: -moz-linear-gradient(#3bc92e, #2b8a27);
    background: linear-gradient(#3bc92e, #2b8a27);
    border-radius: 15px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(59, 201, 46, 1), inset 0px -3px 2px 3px rgba(36, 103, 23, 1), inset 0px 2px 0px 1px rgba(201, 240, 198, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(59, 201, 46, 1), inset 0px -3px 2px 3px rgba(36, 103, 23, 1), inset 0px 2px 0px 1px rgba(201, 240, 198, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(59, 201, 46, 1), inset 0px -3px 2px 3px rgba(36, 103, 23, 1), inset 0px 2px 0px 1px rgba(201, 240, 198, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1)
}

.button-green__2020:hover,
.button-green__2020:focus,
a:focus>.button-green__2020 {
    color: #000;
    background: #37ef26;
    background: -webkit-linear-gradient(#37ef26, #2b8a27);
    background: -moz-linear-gradient(#37ef26, #2b8a27);
    background: linear-gradient(#37ef26, #2b8a27);
    border-radius: 15px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(55, 239, 38, 1), inset 0px -3px 2px 3px rgba(24, 118, 7, 1), inset 0px 2px 0px 1px rgba(239, 255, 235, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(55, 239, 38, 1), inset 0px -3px 2px 3px rgba(24, 118, 7, 1), inset 0px 2px 0px 1px rgba(239, 255, 235, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(55, 239, 38, 1), inset 0px -3px 2px 3px rgba(24, 118, 7, 1), inset 0px 2px 0px 1px rgba(239, 255, 235, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1)
}

.button-green__2020:active {
    color: #000;
    background: #2b8a27;
    background: -webkit-linear-gradient(#2b8a27, #3bc92e);
    background: -moz-linear-gradient(#2b8a27, #3bc92e);
    background: linear-gradient(#2b8a27, #3bc92e);
    border-radius: 15px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(43, 138, 39, 1), inset 0px -1px 2px 3px rgba(36, 103, 23, 1), inset 0px 2px 0px 1px rgba(201, 240, 198, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(43, 138, 39, 1), inset 0px -1px 2px 3px rgba(36, 103, 23, 1), inset 0px 2px 0px 1px rgba(201, 240, 198, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(43, 138, 39, 1), inset 0px -1px 2px 3px rgba(36, 103, 23, 1), inset 0px 2px 0px 1px rgba(201, 240, 198, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1)
}

.button-red__2020 {
    color: #fff;
    text-shadow: 0 0 4px #000;
    background: #f0311e;
    background: -webkit-linear-gradient(#f0311e, #ac2f1d);
    background: -moz-linear-gradient(#f0311e, #ac2f1d);
    background: linear-gradient(#f0311e, #ac2f1d);
    border-radius: 15px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(240, 49, 30, 1), inset 0px -3px 2px 3px rgba(130, 14, 13, 1), inset 0px 2px 0px 1px rgba(252, 219, 214, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(240, 49, 30, 1), inset 0px -3px 2px 3px rgba(130, 14, 13, 1), inset 0px 2px 0px 1px rgba(252, 219, 214, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(240, 49, 30, 1), inset 0px -3px 2px 3px rgba(130, 14, 13, 1), inset 0px 2px 0px 1px rgba(252, 219, 214, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1)
}

.button-red__2020:hover,
.button-red__2020:focus,
a:focus>.button-red__2020 {
    color: #fff;
    background: #ff3721;
    background: -webkit-linear-gradient(#ff3721, #cf270b);
    background: -moz-linear-gradient(#ff3721, #cf270b);
    background: linear-gradient(#ff3721, #cf270b);
    border-radius: 15px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 55, 33, 1), inset 0px -3px 2px 3px rgba(143, 2, 0, 1), inset 0px 2px 0px 1px rgba(255, 245, 246, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 55, 33, 1), inset 0px -3px 2px 3px rgba(143, 2, 0, 1), inset 0px 2px 0px 1px rgba(255, 245, 246, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 55, 33, 1), inset 0px -3px 2px 3px rgba(143, 2, 0, 1), inset 0px 2px 0px 1px rgba(255, 245, 246, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1)
}

.button-red__2020:active {
    color: #fff;
    background: #ac2f1d;
    background: -webkit-linear-gradient(#ac2f1d, #f0311e);
    background: -moz-linear-gradient(#ac2f1d, #f0311e);
    background: linear-gradient(#ac2f1d, #f0311e);
    border-radius: 15px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(172, 47, 29, 1), inset 0px -1px 2px 3px rgba(130, 14, 13, 1), inset 0px 2px 0px 1px rgba(252, 219, 214, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(172, 47, 29, 1), inset 0px -1px 2px 3px rgba(130, 14, 13, 1), inset 0px 2px 0px 1px rgba(252, 219, 214, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(172, 47, 29, 1), inset 0px -1px 2px 3px rgba(130, 14, 13, 1), inset 0px 2px 0px 1px rgba(252, 219, 214, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1)
}

.button-purple__2020 {
    color: #fff;
    text-shadow: 0 0 4px #000;
    background: #9153f3;
    background: -webkit-linear-gradient(#9153f3, #7223b7);
    background: -moz-linear-gradient(#9153f3, #7223b7);
    background: linear-gradient(#9153f3, #7223b7);
    border-radius: 15px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(145, 83, 243, 1), inset 0px -3px 2px 3px rgba(67, 29, 112, 1), inset 0px 2px 0px 1px rgba(225, 208, 252, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(145, 83, 243, 1), inset 0px -3px 2px 3px rgba(67, 29, 112, 1), inset 0px 2px 0px 1px rgba(225, 208, 252, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(145, 83, 243, 1), inset 0px -3px 2px 3px rgba(67, 29, 112, 1), inset 0px 2px 0px 1px rgba(225, 208, 252, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1)
}

.button-purple__2020:hover,
.button-purple__2020:focus,
a:focus>.button-purple__2020 {
    color: #fff;
    text-shadow: 0 0 4px #000;
    background: #ac7bff;
    background: -webkit-linear-gradient(#ac7bff, #ad22f6);
    background: -moz-linear-gradient(#ac7bff, #ad22f6);
    background: linear-gradient(#ac7bff, #ad22f6);
    border-radius: 15px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(172, 123, 255, 1), inset 0px -3px 2px 3px rgba(94, 21, 174, 1), inset 0px 2px 0px 1px rgba(253, 253, 255, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(172, 123, 255, 1), inset 0px -3px 2px 3px rgba(94, 21, 174, 1), inset 0px 2px 0px 1px rgba(253, 253, 255, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(172, 123, 255, 1), inset 0px -3px 2px 3px rgba(94, 21, 174, 1), inset 0px 2px 0px 1px rgba(253, 253, 255, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1)
}

.button-purple__2020:active {
    color: #fff;
    text-shadow: 0 0 4px #000;
    background: #7223b7;
    background: -webkit-linear-gradient(#7223b7, #9153f3);
    background: -moz-linear-gradient(#7223b7, #9153f3);
    background: linear-gradient(#7223b7, #9153f3);
    border-radius: 15px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(114, 35, 183, 1), inset 0px -1px 2px 3px rgba(67, 29, 112, 1), inset 0px 2px 0px 1px rgba(225, 208, 252, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(114, 35, 183, 1), inset 0px -1px 2px 3px rgba(67, 29, 112, 1), inset 0px 2px 0px 1px rgba(225, 208, 252, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(114, 35, 183, 1), inset 0px -1px 2px 3px rgba(67, 29, 112, 1), inset 0px 2px 0px 1px rgba(225, 208, 252, 1), 0px 0px 0px 2px rgba(0, 0, 0, 1)
}

a:focus>.button-yellow__2020,
a:focus>.button-blue__2020,
a:focus>.button-green__2020,
a:focus>.button-red__2020,
a:focus>.button-purple__2020 {
    outline: none !important
}

.nl-ad-top {
    display: none !important;
}