.n360-column {
    float: left;
    width: 45%;
    margin: 0 5% 1em 0;
}
  
/* Clear floats after the columns */
.n360-row:after {
    content: "";
    display: table;
    clear: both;
    margin-bottom: 1em;
}

.n360-timing {
    width: 8ch;
    margin-left: 15px;
}

/* Responsive layout - makes the columns stack on top of each other */
@media screen and ( max-width:768px ) {
    .n360-column {
        width: 100%;
    }
}