 .vx-note-lvl1 {
        margin-left: 20px;
    }

    .vx-note-lvl2 {
        margin-left: 40px;
    }

    .vx-note-header {
        font-weight: bold
    }

    .info-cell {
        position: relative;
    }

    .info-cell-split-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .info-cell--topRight {
        position: absolute;
        right: 8px;
        top: 8px;
        width: 40%;
        text-align: right
    }

    .info-cell--bottomLeft {
        position: absolute;
        left: 8px;
        bottom: 8px;
    }

    .table-bordered {
        border-color: #dddddd;
    }

    th {
        vertical-align: middle;
    }

    td {
        vertical-align: middle;
    }

    tr > th:not(:first-child) {
        text-align: center
    }

    tr > td:not(:first-child) {
        text-align: center
    }