.aava-layout-table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.aava-layout-table td {
    text-align: left;
    vertical-align: top;
    border: none;
}

.aava-layout-table.twocol td { width: 50%; }
.aava-layout-table.threecol td { width: 33%; }
.aava-layout-table.threecol td:nth-child(2) { width: 34%; }
.aava-layout-table.fourcol td { width: 25%; }

.aava-layout-table td { padding: 0 10px; }
.aava-layout-table td:first-child { padding: 0 10px 0 0; }
.aava-layout-table td:last-child { padding: 0 0 0 10px; }