
.divMiddleStyle {
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
}

.container {
    display: table;

}

.divRight {
    display: table-cell;
    width: 50%;
    margin-left: 12px;
}

.leftDiv {
    display: table-cell;
    width: 50%;
    text-align: right;
}


#wrapper {
    display: table;
}

#right {
    display: table-cell;
    padding-left: 10px;
}

#left {
    display: table-cell;
    width: 50%;
    text-align: right;
}

#cleared {
    clear: both;
}
