body {
    text-align: left;
    line-height: 1.4em;
    padding: 50px 0;
}

table {
    width: 700px;
    text-align: center;
}

pre {
    background-color: #eeeeee;
    padding: 10px;
    width: 700px;
    color: #000000;
    text-align: left;
    font-weight: 800;
}

td {
    position: relative;
}

.icon-version {
    position: absolute;
    font-size: 12px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 10px;
    padding: 0 5px;
    top: 0;
    outline: 1px solid #000000;
    font-weight: 800;
}