

main table td {
    padding: 10px;
    text-align: center;
}

#SectionJumpList {
    display: flex;
    justify-content: space-between;
    
    background-color: #333;
    padding: 7px 10%;
}

div.photo {
    float:left;
    margin: 15px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

h2, h3 {
    clear:left;
}