.left {
    float: left;
    width: 50%;
}

.right {
    float: right;
    width: 50%;
}

.hidden {
    display: none !important;
}

.fixedCenter {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.fixedFirstThird {
    position: absolute;
    left: 35%;
}

.fixedThird {
    position: absolute;
    right: 35%;
}

table, tbody, tr {
    border: 0;
!important;
}

td, th {
    text-align: center !important;
    border: 1px solid white !important;
    border-collapse: collapse;
}

.description {
    margin-top: 16px;
}