.vrec--container {
    background: #eee;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.vrec--placement:not(:first-child) {
    border-top: none;
}

.vrec--placement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid black;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px;
    width: 100%;
}

.vrec--placement span strong {
    display: block;
}