.checkbox-inline.no-indent,
.checkbox-inline.no-indent + .checkbox-inline.no-indent {
    margin-left: 0;
    margin-right: 10px;
}
.checkbox-inline.no-indent:last-child {
    margin-right: 0;
}
/* prevent margin removal: .panel-body class removes any margins of last child */
#collapse-offer .form-group {
    margin-bottom: 15px !important;
}
/* Equals BS list-unstyled class */
.typo3-messages {
    list-style: outside none none;
    padding-left: 0;
}