.footer p {
    font-size: 80%;
}

.headline {
    color: #839496;
    background: #002b36;
    padding: 1em;
    font-weight: 400;
    border: none;
    box-shadow: rgba(0,0,0,.15) 0 1px 0;
}

.paper-call {
    color: #839496;
    background: #002b36;
    padding: 1em;
    font-weight: 400;
    border: none;
    margin: 1em;
    box-shadow: rgba(0,0,0,.15) 0 1px 0;
    text-align: center;
}

table.debate-schedule {
    width: 100%;
    margin: auto;
}

table.debate-schedule td {
    border-bottom: 1px solid  #002b36;
    padding: 0.5em 0.5em;
}

table.debate-schedule th {
    font-size: 1.5em;
    font-weight: 600;
    color: #839496;
    background: #002b36;
}
.moderator {
    display:block;
    font-style: oblique;
}

.debate-topic {
    font-size: 1.1em;
    color: #DAD5C8;
}

table.debate-schedule td {
    font-size: 1.2em;
}

table.debate-schedule td code {
    font-size: 0.8em;
}

@media only screen and (max-width: 1024px) {
    .logo-box {
        display: none;
    }
}

span.debaters-for {
    color: #fff;
    padding: 1px 3px;
    background: #360;
    line-height: 150%;
    border-radius: 5px;
}

span.debaters-against {
    color: #fff;
    padding: 1px 3px;
    background: #9e0d00;
    line-height: 150%;
    border-radius: 5px;
}

.org-headshots img {
    border: 1px solid #fff;
    border-radius: 5px;
    display:block;
    margin: 0.5em auto;
}

.org-headshots a {
    font-size: 1.1em;
}
.position-papers a {
    text-decoration: underline;
}

.position-papers .special-span {
    background: #222;
    padding: 2px;
}