html {
    font-size: 14px;
}
body {
    font-family: 'Open Sans', Verdana, Geneva, sans-serif, sans-serif;
    width: auto;
}
body strong {
    font-size: 88%;
    line-height: 88%;
}
#content {
    padding-left: 0;
    padding-right: 0;
}


#image-list {
    position: relative;
    font-size: 0;
    line-height: 0;
    padding-bottom: 40em;
    min-width: 800px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.reveal-modal-bg {
    background-color: rgba(0,0,0,0) !important;
}
.reveal-modal {
    top: 120px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-color: white;
    padding: 1.2em 1.2em;
}
.reveal-modal .topics {
    max-width: 192px;
}
.reveal-modal label {
    font-weight: bold;
    padding-top: 1em;
}
.reveal-modal h2 {
    color: dodgerblue;
    font-weight: bold;
    font-size: 114%;
}
.reveal-modal .text  {
    border: 3px solid dodgerblue;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -ms-border-radius: 8px 8px 8px 8px;
    -o-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    padding: 1em 1em;
    display: none;
}
.reveal-modal .text.active {
    display: inline;
}
.reveal-modal .topics {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 114%;
}
.reveal-modal .overview {
    text-align: right;
    padding-right: 0;
    padding-top: 1em;
}
.reveal-modal .topics li,
.reveal-modal .overview a {
    padding: 0.25em;
    margin-top: 0.75em;
    border: 3px solid dodgerblue;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -ms-border-radius: 8px 8px 8px 8px;
    -o-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    cursor: pointer;
}
.reveal-modal .topics a,
.reveal-modal .overview a {
    color: #565656;
    font-weight: bold;
}
.reveal-modal .overview a:hover,
.reveal-modal .overview a:active,
.reveal-modal .topics li:hover,
.reveal-modal .topics li:active,
.reveal-modal .topics li.active {
    color: white;
    background-color: dodgerblue;
}
.reveal-modal .topics li:hover a,
.reveal-modal .topics li:active a,
.reveal-modal .topics li.active a {
    color: white;
}
.reveal-modal #close-button {
    display: none;
}

#footer {
    position: absolute;
    bottom: 1ex;
    margin: 1ex 1em;
    padding-top: 0.5ex;
    border-top: thin solid #999;
    font-size: 80%;
    width: 96%;
}
#footer .copyright-link {
    padding: 0;
    text-align: left;
}
#footer .usage {
    white-space: nowrap;
    display: inline-block;
}
#footer .references-link {
    padding: 0;
    text-align: right;
}
