.icon-question
{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/question-icon.png) no-repeat;
}

a:hover .icon-question
{
    background: url(../images/question-icon-hover.png) no-repeat;
}


.cookie-error-box .link-box
{
    text-align: center;
    padding-top: 10px;
}

.cookie-error-box .link-box a
{
    font-weight: bold;
}

#registration-messages-modal.modal.fade.in {
    top: 65%;
}

#membership-agreements pre {
    word-break: normal;
}

span.text-question {
    position: absolute;
    padding: 4px 6px;
}