/*--------------------------------------------------------------------------*\
    Illustration image
\*--------------------------------------------------------------------------*/

.table__illustration-image {
    /*box*/
    display: block;
    margin: auto;

    /*border*/
    border-radius: 50%;
}

/*--------------------------------------------------------------------------*\
        Sizes
\*--------------------------------------------------------------------------*/

.table__illustration-image--sm {
    /*box*/
    height: 30px;
    width: 30px;
}

.table__illustration-image--md {
    /*box*/
    height: 50px;
    width: 50px;
}