
div.workHistory img:nth-child(odd) {
    margin: -20px;
    padding: 0;
}
.workHistory { display: inline-block; }
.workHistory img {
    max-width: 450px;
    height: auto;
}
.imgCaption {
    position: relative;
    bottom: 100px;
    max-width: 450px;
    text-align: right;
    padding-right: 50px;
}

#text { fill: #0cf; }

#numbers { fill: #0ad; }

#arrows { fill: #333; }

#rails { fill: #968f7e }

ol {
    list-style-position: inside;
    line-height: 1.5em;
    list-style-type: none;
    counter-reset: listCounter;
}

ol li { counter-increment: listCounter; }

ol li::before {
    content: counter(listCounter);
    background-color: #C2B59B;
    color: #1D2125;
    margin-right: 0.5em;
    padding: 0em 1em 0em 0.25em;
    border-radius: 10px;
    border-top-right-radius: 30px;
    font-weight: 700;
}

table {
    width: 100%;
    text-align: center;
}

table, th, td {
    border: 1px dotted #333;
}
th {
    background-color: #3C444D;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    text-align: center;
}

td {
    width: 25%;
    padding: 8px 10px 4px;
}

tr:nth-child(even) {
    background-color: #1D2125;
}

tr:nth-child(odd) {
    background-color: #16191C;
}

/*.row { border: 1px solid yellow; }

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-me-12 {
    border: 1px solid purple;
}*/