/* 
 * Travel
 */
#travel ul  {
    padding: 0 0 0.5rem 0.5rem;
    margin: 0;
}

#travel ul li:first-child {
    text-wrap: nowrap;
}

#travel ul li.note {
    font-style: italic;
    color: #828282;
}