
/* template / generic */

.column {
    float: left;
    width: 32%;
    text-align: left;
    margin-left: auto;
    position: fixed;
    bottom: 1%;
}

.content {
    float: right;
    width: 65%;
}

.row {
    margin-left:auto;
    margin-right:auto;
    max-width: 95%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
