@charset "UTF-8";

/* CSS Document */

html {
    /* Maintain font size when going into landscape on iPhone, so we get more content instead of bigger text. */
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-family: Lato, sans-serif;
    font-size: 16px;
}

body p {
    margin-top: 0;
}

a:link,
a:visited {
    color: #000099;
    text-decoration-style: dotted;
}

a:hover,
a:active {
    color: #000099;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    text-decoration-style: solid;
}

img {
    max-width: 100%;
}

.credit {
    font-size: 85%;
    font-style: italic;
    text-align: left;
    margin-left: 2em;
    /* un-indent just the first line */
    text-indent: -1em;
}

.credit::before {
    /* 2014 is the hex equivalent of &mdash; */
    /* 00A0 is the hex equivalent of a &nbsp; */
    content: "\2014\00A0";
}

p+.credit {
    margin-top: -0.7em;
}

.leftimage {
    float: left;
    margin-right: 10px;
}

.rightimage {
    float: right;
    margin-left: 10px;
}

.border {
    border: 1px solid #333640;
}

hr {
    border: none;
    height: 1px;
    background-color: #333640;
    opacity: 0.25;
}
