/* Color Options */
.image-options {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    display:table-cell;
    vertical-align:top;
    padding-right: 25px;
}

.image-option {
    width: 100%;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    border: 1px solid #d3d3d3;
    align-items: center;
    padding: 0 40px 0 0;
    margin:15px;
    background-color:white;
}

.image-option:nth-of-type(6n) {
    page-break-before: always;
}

.image-option img {
    border-radius: 45%;
    border: 1px solid #efefef;
}

.image-option > .text {
    padding-left:10px;
    font-size:0.92rem;
}

.test {
    display:table;
}

/* Image Container */
.image-container {
    margin-bottom: 20px;
    display:table-cell;
    width:550px;
    height:550px;
}

.image-container img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}