#rublon-toolbar-logo {
    border: 0 !important;
    background: transparent !important;
    width: 16px;
    height: 16px;
    padding: 0;
    line-height: 24px;
    vertical-align: middle;
    margin: -4px 0 0 6px;
    float: none;
    display: inline;
}

.rublon-badge-link {
    float: right;
    position: relative;
    font-size: 10px;
}

.rublon-badge-link a {
    text-decoration: none;
}

#rublon-badge {
    padding-top: 10px;
    padding-bottom: 8px;
    clear: both;
    text-align: center;
    overflow: hidden;
}

#rublon-badge p.submit input {
    float: left;
}

.rublon-badge-image {
    position: absolute;
    height: 32px !important;
    max-width: none !important;
    right: 0;
}

.rublon-clear {
    clear: both;
}

.rublon-login-message {
    margin: 0 0 16px 8px !important;
    padding: 12px !important;
}

.rublon-login-message > a.rublon-link {
    color: #21759b !important;
}

.rublon-app-button {
    width: 50%;
    text-align: center;
    display: inline-block;
    margin-bottom: 0.5em;
}

.rublon-width-full {
    width: 100%;
}

div#rublon-badge-img {
    background: url('../images/rublon_badge_32.png') no-repeat center;
    width: 90px;
    height: 32px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    div#rublon-badge-img {
        background: url('../images/rublon_badge_32@2x.png') no-repeat center;
        background-size: cover;
        width: 90px;
        height: 32px;
    }
}