html {
    border: 0;
}
body {
    padding-top: 0;
    padding-bottom: 0;
}
p {
    text-align: justify;
}
code {
    font-family: "Droid Sans Mono", monospace, sans-serif;
}
ol {
    margin-left: 20px;
}
.white a, a.white {
    color: inherit;
    text-shadow: inherit;
    text-decoration: underline;
}
header {
    margin-top: 30px;
}
.subtitle {
    font-size: 80%;
}
footer {
    margin-bottom: 24px;
    text-align: center;
}
p img {
    margin: 0 12px;
    padding: 24px;
    float: right;
    background-color: rgba(255,255,255,0.15);
    -webkit-box-shadow: inset 0px 0px 48px 0px rgba(255,255,255,0.5);
    -moz-box-shadow: inset 0px 0px 48px 0px rgba(255,255,255,0.5);
    box-shadow: inset 0px 0px 48px 0px rgba(255,255,255,0.5);
}
