table.center {
    margin-left: auto;
    margin-right: auto;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

table {
    border-collapse: collapse;
}

tr {
    border: none;
}

th,
td {
    border-collapse: collapse;
    border: 1px solid black;
    padding-top: 0;
    padding-bottom: 0;
}

.verticalSplit {
    border-top: none;
    border-bottom: none;
}

.verticalSplit:first-of-type {
    border-left: none;
}

.verticalSplit:last-of-type {
    border-right: none;
}

.topleftborder {
    border-bottom: none;
    border-right: none;
}

.toprightborder {
    border-bottom: none;
    border-left: none;
}

.topborder {
    border-bottom: none;
    border-left: none;
    border-right: none;
    vertical-align: bottom;
}

.noborder {
    border: none;
}

.caption {
    text-align: center;
    font-size: 30px;
    display: block;
}
.iconContainer {
    height: 200px;
    display: flex;
    align-items: center;
}
.icon {
    width:150px;
}

.vertbottom {
    vertical-align: bottom;
}

.notLastRowPadding {
    padding-bottom: 40px;
}