.scammer,
.scammer-btn {
    margin-bottom: 20px !important;
}

.scammer {
    background: #d22121;
    border-radius: 2px;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    height: 50px;
    margin-right: 5px;
    width: 820px;
    vertical-align: top;
}

.scammer-text {
    margin-top: 9px;
    margin-left: 15px;
}

.scammer-text > span.description {
    font-size: 15px;
    display: inline;
    padding: 0;
    color: #fff;
}
.scammer-text > span.h1 {
    font-size: 17px;
    display: inline;
    padding: 0;
    color: #fff;
}

.scammer-text > p {
    display: inline-block;
    margin-top: 0;
    font-size: 15px;
}

.scammer-icon {
    background: url(/images/scammer-csgo.png) no-repeat;
    height: 30px;
    display: inline-block;
    width: 24px;
    vertical-align: middle;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .scammer-icon {
        background: url(/images/scammer-csgo@2x.png) no-repeat;
        background-size: 24px 24px;
    }
}

.scammer-btn {
    background: #82C4C9;
    border-bottom: 2px solid #82C4C9;
    color: #1B4A4D;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    box-sizing: border-box;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    width: 180px;
}

.scammer-btn:hover {
    background: #70BCC1;
    border-bottom: 2px solid #459AA0;
    color: #1b4a4d;
    cursor: pointer;
}

.scammer-btn:hover .scammer-btn-icon {
    transform: translateX(5px);
}

.scammer-btn-icon {
    background: url(/images/csgo-arrow.svg) no-repeat;
    display: inline-block;
    height: 20px;
    margin-left: 10px;
    transition: .3s ease-in-out;
    width: 16px;
    vertical-align: middle;
}

.scammer:hover .scammer-icon {
    background: url(/images/close.svg) no-repeat;
    cursor: pointer;
    display: inline-block;
    position: relative;
    height: 30px;
    width: 24px;
    vertical-align: middle;
    top: 5px;
    left: 5px;
}

