@charset "utf-8";

.twoColumn_container
{
    width: 100%;
}

.twoColumn_column_block
{
    display: inline-block;
    width: calc(50% - 5px);
    vertical-align: top;
}

