.contact{
    margin-bottom: 40px;
}
.contact dd{
    float: left;
}
.contact ul{
    font-size: 1em;
    margin-bottom: 0;
}
.contact li+li{
    margin-top: 0.5em;
}
/* index.html */
.top .localNav .list{
    float: left;
    width: 100%;
}
.top .localNav .list li{
    float: none;
    border-right: none;
    margin-right: 0;
}

/* volunteer.html */
.volunteer table{
    font-size: 0.65em;
}
.volunteer table+.note{
    color:#19b8c8;
    font-weight: bold;
}
.volunteer .apply {
    font-size: 0.75em;
    margin-bottom: 40px;
}
.volunteer .apply dt{
    font-weight: bold;
    margin-bottom: 10px;
}

/* interpreter.html */
.interpreter table{
    counter-reset: requirements;
}
.interpreter tbody th{
    white-space: nowrap;
    counter-increment: requirements;
}
.interpreter tbody th::before{
    content: counter(requirements);
    margin-right: 0.2em;
}
