.rental{
    text-align: center;
    font-size: 40px;
}

table.company {
    width: 600px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 18px;
}

table.company th,
table.company td {
    padding: 12px;
}

table.company th {
    background-color: #90295d;
    vertical-align: middle;
    text-align: left;
    width: 260px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
}

table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #90295d;
    border-width: 10px;
    margin-top: -10px;
}

/* firebox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #90295d 10px solid;
        margin-top: -10px;
    }
}

table.company td {
    background: #ebacac;
    width: 400px;
    padding-left: 20px;
}