body,
html,
ul,
ul li {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
}
#header,
#header .wrapper {
    position: relative
}
#header #language,
#header .social {
    background-color: rgba(132, 141, 170, .15);
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    top: 0
}
#nav ul,
ul {
    list-style: none
}
#toggleMenu span:nth-child(1),
#toggleMenu span:nth-child(2) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center
}
#filter,
#infobar {
    border-bottom: 1px solid #dee1e9
}
#infinite,
#toggleMenu,
a {
    cursor: pointer
}
#infinite,
.wrapper,
footer {
    clear: both
}
body,
html {
    font-family: Oswald, Arial
}
* {
    box-sizing: border-box
}
a {
    -webkit-transition: color .35s ease-in-out;
    -moz-transition: color .35s ease-in-out;
    -ms-transition: color .35s ease-in-out;
    -o-transition: color .35s ease-in-out;
    transition: color .35s ease-in-out;
    text-decoration: none
}
#header #language a,
.gamble-site-box#codebox input {
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}
:focus {
    outline: 0
}
.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px
}
#nav ul,
#nav ul li {
    padding: 0;
    margin: 0
}
#header {
    background: url(../img/header.png) top center no-repeat #23252b;
    height: 249px;
    display: block;
    border-bottom: 2px solid #ea6362;
    float: left;
    width: 100%
}
#header * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.logo {
    line-height: 249px
}
#header .social {
    font-size: 22px;
    position: absolute;
    right: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
#header .social a {
    color: #fff;
    width: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center
}
#header .social a:hover,
#nav ul li a:hover {
    color: #ea6362
}
#infobar,
#nav {
    width: 100%;
    float: left
}
#header #language {
    display: inline-block;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
    left: 0
}
#header #language a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: .5;
    padding: 8px 0 4px 8px;
    display: inline-block
}
#header #language a:last-child {
    padding-right: 8px
}
#header #language a.active,
#header #language a:hover {
    opacity: 1
}
#header h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 16px;
    color: #727782;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
#header h1 strong {
    color: #fff;
    font-size: 20px
}
#nav {
    background-color: #383b43;
    display: block;
    z-index: 100
}
#nav ul li {
    float: left
}
#nav ul li a {
    padding: 0 15px;
    margin: 0;
    float: left;
    color: #cacedb;
    line-height: 50px
}
#nav ul li.active {
    background-color: #42444c
}
#infobar {
    background-color: #eef0f4;
    height: 95px;
    margin-bottom: 70px
}
#infobar .box {
    height: 125px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px 1px #d4d6df;
    box-shadow: 0 2px 3px 1px #d4d6df;
    margin-top: 20px;
    width: 25%;
    float: left;
    position: relative
}
#infobar .box#supporter .supported {
    position: absolute;
    text-align: center;
    left: 0;
    top: -10px;
    width: 100%
}
#infobar .box#supporter .supported p {
    padding: 6px 10px;
    margin: 0;
    display: inline-block;
    font-size: 11px;
    background-color: #f7f6f7;
    color: #bdb9b9
}
#infobar .box#supporter .arrow {
    width: 10%;
    position: absolute;
    top: 0;
    height: 100%;
    text-align: center;
    padding-top: 50px;
    cursor: pointer
}
#infobar .box#supporter .arrow::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #23252b;
    -webkit-transition: color .35s ease-in-out;
    -moz-transition: color .35s ease-in-out;
    -ms-transition: color .35s ease-in-out;
    -o-transition: color .35s ease-in-out;
    transition: color .35s ease-in-out
}
#infobar .box#supporter ul li.active,
#infobar .box#supporter ul li.fadeOutLeft {
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out
}
#infobar .box#supporter .arrow:hover::before {
    color: #ea6362
}
#infobar .box#supporter .left {
    left: 0
}
#infobar .box#supporter .right {
    right: 0
}
#infobar .box#supporter .left::before {
    content: "\f053"
}
#infobar .box#supporter .right::before {
    content: "\f054"
}
#infobar .box#supporter ul {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    padding: 10% 0
}
#infobar .box#supporter ul li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    left: -100%;
    padding-top: 15px;
    opacity: 0
}
#infobar .box#supporter ul li p {
    color: #24252b
}
#infobar .box#supporter ul li.active {
    left: 0;
    transition: all .35s ease-in-out;
    opacity: 1
}
#infobar .box#supporter ul li.fadeOutLeft {
    transition: all .35s ease-in-out;
    left: -100%;
    opacity: 0
}
#infobar .box#supporter ul li.fadeOutRight {
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    left: 100%
}
#infobar .box#supporter ul li.fadeInRight {
    left: 100%
}
#infobar .box#supporter ul li.fadeInLeft {
    left: -100%
}
#infobar .box#siteInfo p {
    line-height: 125px;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #6b6e77;
    font-size: 18px
}
#infobar .box#siteInfo p b {
    color: #ea6261
}
#infobar .box#giveaway {
    text-align: center
}
#infobar .box#giveaway img {
    display: block;
    margin: -10px auto -16px
}
#infobar .box#giveaway h2 {
    padding: 3px 15px;
    margin: 0;
    font-size: 13px;
    background-color: #ea6261;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #24252b
}
#infobar .box#giveaway p {
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 30px;
    color: #24252b
}
#infobar .box#addNew p {
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    color: #24252b
}
#toggleMenu {
    width: 30px;
    height: 35px;
    position: absolute;
    left: 20px;
    top: 20px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: none
}
#toggleMenu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ea6362;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}
#toggleMenu span:nth-child(1) {
    top: 0;
    transform-origin: left center
}
#toggleMenu span:nth-child(2) {
    top: 8px;
    transform-origin: left center
}
#toggleMenu span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}
#toggleMenu.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -5px;
    left: 3px
}
#toggleMenu.open span:nth-child(2) {
    width: 0;
    opacity: 0
}
#toggleMenu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 16px;
    left: 3px
}
@-webkit-keyframes pulsate {
    0% {
        transform: scale(.8, .8);
        opacity: 0
    }
    100% {
        transform: scale(1, 1);
        opacity: 1
    }
}
@-moz-keyframes pulsate {
    0% {
        transform: scale(.8, .8);
        opacity: 0
    }
    100% {
        transform: scale(1, 1);
        opacity: 1
    }
}
@-ms-keyframes pulsate {
    0% {
        transform: scale(.8, .8);
        opacity: 0
    }
    100% {
        transform: scale(1, 1);
        opacity: 1
    }
}
@-o-keyframes pulsate {
    0% {
        transform: scale(.8, .8);
        opacity: 0
    }
    100% {
        transform: scale(1, 1);
        opacity: 1
    }
}
@keyframes pulsate {
    0% {
        transform: scale(.8, .8);
        opacity: 0
    }
    100% {
        transform: scale(1, 1);
        opacity: 1
    }
}
#filter {
    background-color: #eef0f4;
    padding: 10px
}
#filter h2 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400
}
#filter select {
    background-color: #fff;
    border: 1px solid #dee1e9;
    padding: 0 5px;
    margin: 0 5px 0 0;
    height: 30px;
    display: inline-block;
    width: 100%;
    max-width: 150px
}
#content {
    display: block;
    width: 100%
}
#content.border {
    border: 1px solid rgba(0, 0, 0, .1)
}
#content .gamble-site {
    background-color: #fff;
    border-bottom: 1px solid #d4d6df;
    border-right: 1px solid #d4d6df;
    display: inline-block;
    float: left;
    width: 20%;
    overflow: auto
}
#content .gamble-site h3 {
    color: #ea6261;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 13px;
    height: 25px;
    width: 100%;
    line-height: 25px
}
#content .gamble-site>img {
    width: 80%;
    height: auto;
    margin: 15px auto;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
#content .gamble-site:nth-child(5n+1) {
    border-left: 1px solid #d4d6df
}
#content .gamble-site .preview {
    position: absolute;
    z-index: 10000;
    width: 250px;
    background-color: #23252b;
    padding: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 12px;
    color: #cacedb;
    display: none
}
#content .gamble-site .preview p,
#content .gamble-site img:hover+.preview,
#footer,
#infinite,
#right,
#toplist,
#toplist li,
.content {
    display: block
}
#content .gamble-site .preview h2 {
    padding: 5px;
    margin: 0;
    font-size: 13px;
    display: block;
    color: #ea6261
}
#content .gamble-site .preview p {
    padding: 0 5px 5px;
    margin: 0
}
#content .gamble-site .preview .previewImg {
    width: 100%;
    height: 120px;
    overflow: hidden;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
#content .gamble-site .preview .previewImg img {
    margin: 0 auto;
    width: 250px
}
#infinite {
    padding: 15px;
    text-align: center;
    background-color: rgba(0, 0, 0, .1);
    margin-top: 15px;
    width: 100%;
    float: left
}
.content {
    width: 100%;
    font-size: 15px;
    padding: 25px
}
.content.border {
    border: 1px solid rgba(0, 0, 0, .1)
}
.content input {
    padding: 5px;
    margin-top: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .1)
}
.content input[type=submit] {
    padding: 7px 19px;
    margin-top: 7px;
    background-color: #ea6261;
    color: #24252b;
    border: 0
}
#toplist li img,
.toplists {
    -webkit-border-radius: 6px;
    float: left
}
.content a {
    color: #ea6261
}
#footer {
    background-color: #23252b;
    margin-top: 25px;
    float: left;
    width: 100%
}
#footer .logo {
    float: left;
    line-height: normal;
    margin-bottom: 60px;
    margin-right: 40px
}
#footer #footerNavigation {
    float: right;
    background-color: #26292f;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
#footer #footerNavigation li {
    float: right
}
#footer #footerNavigation li a {
    color: #727782;
    padding: 20px 25px;
    display: inline-block;
    font-size: 14px
}
#footer #footerNavigation li a:hover {
    color: #ea6362
}
#footer #pageinfo {
    background-color: #26292f;
    display: inline-block;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 100%
}
#footer #pageinfo p {
    display: inline-block;
    padding: 25px;
    color: #7e828f;
    font-size: 13px
}
.toplists {
    position: relative;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    width: 23%;
    margin: 10px 1%
}
.toplists h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px 0;
    margin: 0;
    text-align: center;
    background-color: rgba(35, 37, 43, .8);
    color: #fff;
    font-weight: 400;
    width: 100%;
    float: left
}
#toplist {
    margin: 8px
}
#toplist li {
    width: 50%;
    padding: 8px;
    float: left;
    position: relative;
    border-bottom: 1px solid rgba(35, 37, 43, .2)
}
#toplist li:nth-child(4n+3),
#toplist li:nth-child(4n+4) {
    background-color: rgba(100, 100, 100, .1)
}
#toplist li img {
    display: inline-block;
    margin-right: 15px;
    -moz-border-radius: 6px;
    border-radius: 6px
}
#toplist li h3 {
    display: inline-block;
    padding: 0;
    margin: 0 0 4px;
    font-weight: 400;
    width: auto;
    color: #23252b
}
#toplist li p {
    font-size: 11px;
    padding: 0;
    margin: 0
}
#toplist li code {
    background-color: #d8d8d8;
    color: #23252b;
    padding: 2px 6px;
    font-family: Arial, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}
#toplist li .visit,
#toplist li code:hover {
    background-color: #ea6362
}
#toplist li .visit {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    padding: 8px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #23252b
}
#left {
    float: left;
    margin-right: 20px
}
#right {
    width: auto;
    overflow: auto
}
.gamble-site-box .visit,
.gamble-site-box img.gamble-site-screenshot {
    display: block;
    width: 100%
}
.gamble-site-box {
    border: 1px solid #dee1e9;
    padding: 10px;
    margin-bottom: 10px
}
.gamble-site-box.no-border {
    border: 0
}
.gamble-site-box h1 {
    display: block
}
.gamble-site-box img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.gamble-site-box .visit {
    padding: 15px 0;
    margin: 0;
    background-color: #ea6261;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #24252b;
    text-align: center;
    font-size: 20px;
    border: 3px solid #F7706F
}
.gamble-site-box #categories li {
    border-bottom: 1px solid #dee1e9;
    font-size: 18px
}
.gamble-site-box #categories li:last-child {
    border-bottom: 0
}
.gamble-site-box #categories li a {
    display: block;
    color: #ea6261;
    padding: 15px
}
.gamble-site-box h1,
.gamble-site-box h2 {
    padding: 15px;
    margin: -10px -10px 15px;
    border-bottom: 1px solid #dee1e9;
    background-color: #EDEFF5;
    font-weight: 400;
    font-size: 17px
}
.gamble-site-box hr {
    border: 0;
    border-bottom: 1px solid #dee1e9;
    background-color: transparent;
    padding: 0;
    margin: 20px 0
}
.gamble-site-box#codebox p {
    font-size: 11px;
    max-width: 300px
}
.gamble-site-box#codebox input {
    display: block;
    width: 100%;
    padding: 8px;
    margin: 0;
    border: 2px solid #dee1e9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #F2F4F7;
    font-size: 18px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.gamble-site-box#codebox input:hover {
    background-color: #ea6261;
    border: 2px solid #F7706F
}
.gamble-site-box#codebox code {
    display: none
}
.imprint {
    padding: 15px;
    font-size: 12px
}
.imprint hr {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #dee1e9
}
.imprint a {
    color: #ea6261
}
.contact {
    padding: 15px;
    font-size: 14px
}
.contact label {
    display: inline-block;
    width: 300px
}
.contact input {
    display: block;
    width: 100%
}
.contact input,
.contact textarea {
    padding: 6px;
    border: 3px solid #dee1e9;
    margin: 0 0 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.contact textarea {
    width: 100%
}
.contact .form-group {
    display: block
}
.contact input[type=submit] {
    width: 100%;
    max-width: 302px;
    background-color: #ea6261;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 9px 16px;
    color: #24252b;
    border: none
}
.alert {
    padding: 20px;
    color: #fff;
    margin-bottom: 15px
}
.alert.red {
    background-color: #EDAEAB;
    color: #822A26
}
.alert.green {
    background-color: #ABEDAF;
    color: #1C6921
}
#alternative {
    position: relative
}
#alternative ul li {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(150, 150, 150, .15);
    margin-bottom: 2px
}
#alternative ul li a {
    color: #383b43;
    line-height: 40px;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
#alternative ul li a:hover {
    color: #ea6261
}
#alternative ul li img {
    display: inline-block;
    height: 40px;
    margin-right: 6px;
    float: left
}
#alternative ul li:last-child {
    line-height: 40px;
    gamble-site padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0
}
#searchSites button,
#searchSites input {
    height: 30px;
    line-height: 30px;
    background-color: #51555f;
    color: #eceef3;
    float: left
}
@media only all and (max-width: 1000px) and (min-width: 771px) {
    #content .gamble-site {
        width: 25%
    }
    #content .gamble-site:nth-child(5n+1) {
        border-left: 0
    }
    #content .gamble-site:nth-child(4n+1) {
        border-left: 1px solid #d4d6df
    }
    #toplist li {
        width: 100%
    }
}
@media only all and (max-width: 770px) {
    #infobar .box#addNew,
    #infobar .box#siteInfo,
    #nav {
        display: none
    }
    #nav.open,
    #toggleMenu {
        display: block
    }
    #header,
    #left .gamble-site-box {
        text-align: center
    }
    #header .wrapper {
        position: relative
    }
    #infobar .box {
        width: 50%
    }
    #nav {
        position: absolute;
        left: 0;
        top: 160px;
        background-color: rgba(56, 59, 67, .98);
        -webkit-box-shadow: 0 0 35px 20px rgba(56, 59, 67, .98);
        box-shadow: 0 0 35px 20px rgba(56, 59, 67, .98);
        transform: scale(.8, .8);
        opacity: 0;
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -ms-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out
    }
    #nav.open {
        -webkit-animation: pulsate .4s forwards;
        -moz-animation: pulsate .4s forwards;
        -o-animation: pulsate .4s forwards;
        animation: pulsate .4s forwards
    }
    #nav ul li {
        width: 100%
    }
    #nav ul li a {
        width: 100%;
        border-bottom: 1px solid #4b4f59
    }
    #infobar .box#supporter .supported {
        top: 0
    }
    #infobar .box#supporter .supported p {
        padding: 3px
    }
    #infobar .box#supporter .arrow {
        width: 20%
    }
    #content .gamble-site {
        width: 50%
    }
    #left,
    #right {
        width: 100%
    }
    #content .gamble-site:nth-child(5n+1) {
        border-left: 0
    }
    #content .gamble-site:nth-child(2n+1) {
        border-left: 1px solid #d4d6df
    }
    #footer .logo {
        margin: 25px auto
    }
    #toplist li {
        width: 100%;
        padding: 4px 10px
    }
    #left {
        margin-right: 0
    }
    #header #language {
        left: 50%;
        transform: translate(-50%, 0)
    }
    #content .gamble-site img:hover+.preview {
        display: none
    }
    .toplists {
        width: 48%;
        margin: 10px 1%
    }
}
#searchSites {
    padding: 10px 0 0!important;
    margin: 0;
    float: right!important
}
#searchSites form {
    padding: 0;
    margin: 0
}
#searchSites input {
    padding: 0;
    margin: 0;
    border: 1px solid #636772;
    text-indent: 6px;
    border-right: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 100%;
    max-width: 150px
}
#searchSites button {
    padding: 0 6px;
    margin: 0;
    border: 1px solid #636772;
    border-left: 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
@media only screen and (max-width: 600px) {
    .social {
        width: 45px!important
    }
    #header h1 strong {
        font-size: 13px
    }
    #searchSites input {
        width: 90%!important;
        max-width: 90%
    }
}
.scam {
    display: block;
    border: 1px solid red;
    background-color: #f4a5a5;
    color: #291111;
}
.scam h1 {
    display: block;
    border-bottom: 1px solid red;
    background-color: #f9c0c0;
    color: #291111;
    font-size: 30px;
    font-weight: bold;
}
.scam a {
    color: #291111;
}