.buffer-example-full-wrapper {
    margin: 20px auto;
    max-width: 700px;
}

.buffer-example-wrapper, .buffer-example-new-wrapper {
    margin: 20px auto;
    width: calc(100% - 40px);
    height: 80px;
    display: block;
    max-width: 700px;
}

.buffer-example-new-wrapper {
    margin: 5px 0;
    width: 100%;
    max-width: 700px;
}

.buffer-example-vertex, .buffer-example-new-vertex {
    width: calc((100% / 3) - 2px);
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: white;
    background: #aaa7bf;
    border: 1px solid black;
    border-bottom: none;
    float: left;
}

.buffer-example-new-vertex {
    width: calc(100% - 2px);
}

.buffer-example-value-position, .buffer-example-value-color, .buffer-example-new-value-position, .buffer-example-new-value-color {
    width: calc((100% / 9) - 2px);
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: white;
    background: #4b73a6;
    border: 1px solid black;
    float: left;
}

.buffer-example-new-value-position, .buffer-example-new-value-color { 
    width: calc((100% / 6) - 2px);
}

.buffer-example-value-color, .buffer-example-new-value-color {
    color: white;
    background: #a6844a;
}

.buffer-arrow {
    margin: 0 0 15px;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    line-height: 50px;
}

.attribute-buffer-wrapper {
    margin: 20px auto 0;
    width: calc(100% - 40px);
    max-width: 700px;
    height: 80px;
    text-align: center;
    display: block;
}

.attribute-pointer-wrapper {
    margin: 0 auto 20px;
    width: calc(100% - 40px);
    max-width: 700px;
    height: 102px;
    text-align: center;
    display: block;
}

.attribute-pointer-arrow-old {
    width: calc(100% / 9);
    height: 50px;
    color: red;
    font-size: 50px;
    line-height: 48px;
    display: inline-block;
}

.attribute-pointer-attribute-old {
    width: calc((100% / 9) - 4px);
    border: 2px solid red;
    display: inline-block;
}

.attribute-pointer-iteration-old {
    width: calc((100% / 3) - 4px);
    border: 2px solid red;
    border-top: none;
    display: inline-block;
}

.attribute-pointer-wrapper-new {
    margin: 0 0 20px;
    width: 100%;
    height: 102px;
    text-align: center;
    display: block;
}

.attribute-pointer-arrow-new {
    width: calc((100% / 6));
    height: 50px;
    color: red;
    font-size: 50px;
    line-height: 48px;
    display: inline-block;
}

.attribute-pointer-attribute-new {
    width: calc((100% / 6) - 4px);
    border: 2px solid red;
    display: inline-block;
}
.attribute-pointer-attribute-empty {
    width: calc((100% / 6));
    border-bottom: 2px solid red;
    display: inline-block;
}

.attribute-pointer-iteration-new {
    width: calc(100% - 4px);
    border: 2px solid red;
    border-top: none;
    display: inline-block;
}