h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.position_center {
    float: none;
    width: 100%;
}

.position_left {
    float: left;
    width: 50%;
}

.position_right {
    float: right;
    width: 50%;
}

.njba-side-left, .njba-side-right {
    width: 100px;
}

.njba-divider-content {
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.njba-separator-line {
    display: table-cell;
    vertical-align: middle;
}
