
html body .pageContent ul.cat-list li.cat-list-item img {
    margin: 0;
    padding: 0;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
    display: inline-block;
    visibility: visible;
    position: static;
    background: none;
    cursor: pointer;
}

.cat-class-item-name,
.cat-name-item {
    cursor: pointer;
    font-weight: bold;
}

.off {
    display: none;
}

.class-div {
    width: auto;
}

label.reg-label, input.simple-input, .be-element, .simple-select {
    display: block;
    float: left;
}

label.reg-label {
    font-weight: bold;
    margin-right: 20px;
}

br.form-clear {
    clear: both;
}

input.reg-submit {
    display: inline-block;
}

.class-registration-submit-button-wrapper {
    text-align: center;
    margin-top: 1em;
}

.cat-list {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
}

.class-description {
    width: auto;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}

.class-description {
    margin-left: 1.1em;
}

.cat-list,
.class-list {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 100%;
}

.class-list {
    margin: 10px 0 0 20px;
}

.class-registration-form-inner-wrapper {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
