body {
    font-family: 'Raleway', sans-serif;
}

#header {
    background-color: steelblue;
    color: white;
    font-size: 1em;
    top: 0;
    left: 0;
    padding: 5px;
}

#header ul {
    list-style-type: none;

}

#header ul li {
    display: inline;
    padding: 5px;
}

#header a {
    text-decoration: none;
    color: white;
}

#header a:hover {
    color: lightgray;
}

h1, p, .center {
    text-align: center;
}

.front-page {
    text-align: left;
}

h1 + p {
    margin-top: -1%;
}

input {
    border: 1px solid gainsboro;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

input[type=text] {
    width: 350px;
    height: 35px;
    font-size: .9em;
}

input[type=submit] {
    color: white;
    background-color: steelblue;
    border-color: steelblue;
    font-weight: bold;
    width: 100px;
    height: 35px;
    font-size: .9em;
}

#d3-dpla, #message, #hide {
    margin-bottom: 15px;
    float: left;
    position: relative;
}

#message {
    padding-left: 5%;
    font-weight: bold;
    font-size: 1.1em;
    font-family: Arial, sans-serif;
}

.hide {
    display: none;
}

.notes {
    margin-left: 5%;
    text-align: left;
}

.start {
    margin-top: 30px;
}

img { border: none; }

.bottom {
    margin-bottom: 25px;
}