TD IMG.tableCellTiresIcon {
    height: 15px;
    width: 15px;
}

DIV.infoBoxTiresContainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-radius: 2px;
}

DIV.infoBoxTiresContainer:hover {
    cursor: pointer;
    background: #bababa;
}

DIV.tableCellTiresContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    padding: 2px 10px;
}

DIV.tableCellTiresContainer:hover {
    cursor: pointer;
    background: #959595;
}

SPAN.tableCellTiresErrorText {
    font-weight: bold;
    color: #b71f1f;
}

SPAN.tableCellTiresOkText {
    color: #219d26;
}