.indented {
    margin-left: 25px;
}

.column3 {
    float: left;
    width: 33%;
}

.column4 {
    float: left;
    width: 25%;
}

.bordered {
    border: 2px solid;
}
  
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}