.bg-black {
    background-color: #000000;
}

#picContainer {
    max-width: 595px;
}

.spinner {
    background-image: url('//static.fastpic.ru/v2/images/spinner_view.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 40px;
}

.image {
    cursor: zoom-in;
}
.btn-copy {
    cursor: pointer;
    margin-left: 0.25rem;
}

span.code-for-forums {
    color: #9d1f1f;
    font-weight: bold;
}
span.code-big-bbcode {
    color: #c7c7c7;
}
span.code-common {
    display: block;
}

/* disable sticky-top on mobile devices */
@media (max-width: 600px) {
    .sticky-top { position: relative !important; }
}
