/* visual formatting for Tom Oakley's CV */

.role, .organisation {
    clear: both;
    width: 60%;
    float: left;
}

.date, .location {
    width: 39%;
    float: right;
    text-align: right;
}

p, ul {
    clear: both;
}