body {
    font-size: 1.2em;
    font-family: 'Droid Sans', sans-serif;
}

#nav {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: orange;
    margin-bottom: 2em;
}

#nav ul {
    list-style-type: none;
}

#nav ul li {
    display: inline;
    margin-right: 0.5em;
}

#home {
    font-size: 2.5em;
    margin-right: 0.5em;
}

#nav a:link {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

#nav a:visited {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

pre {
    max-height: 300px;
    overflow: scroll;
    font-size: 0.9em;
    padding: 10px;
    margin: 1em;
    border-style: solid;
    border-width: 2px;
    border-color: orange;
    border-radius: 10px;
}

iframe[id^='twitter-widget-'] {
    width: 100%;
}

#footer {
    color: gray;
    text-align: center;
    margin-top: 1em;
    font-size: small;
}

#footer a:link {
    color: gray;
}

#footer a:visited {
    color: gray;
}