html {
    color: white;
}
body {
    background: url(../img/rf/bg.gif) repeat;
}
pre, code {
    font-family: monospace;
    font-size: 15.5px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
.mof--hidden {
    display: block;
}
.rf--hidden {
    display: none;
}
a {
    color: white;
}
#link, #postlink {
    text-decoration: none;
}
#link:hover,
#link:focus,
#postlink:hover,
#postlink:focus {
    text-decoration: underline;
}
#blog {
    padding-top: 32px;
    padding-bottom: 32px;
}
#blog li,
#blog ul,
#tagarray {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
#tagarray li {
    display: inline-block;
    margin-right: 0.5em;
}
.blogpost h1,
.blogpost h2,
.blogpost h3,
.blogpost h4,
.blogpost h5,
.blogpost h6 {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}
.blogpost img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 16px auto;
}
.blogpost p,
.blogpost li {
    line-height: 1.4;
}
.head,
.section {
    padding-top: 16px;
    padding-bottom: 16px;
}
.head.blog, .section {
    display: block;
}
.head.blog #title {
    padding: 0;
}
.button {
    display: inline;
}
.button8831 img {
    image-rendering: pixelated;
    padding-left: 2px;
    padding-right: 2px;
    transition: 0.2s;
}
.device #device-img {
    width: 0;
}
.device {
    display: block;
}
.footer {
    text-align: center;
    padding: 16px;
}
#nocss {
    display: none;
}
@media (max-width: 768px) {
    .content {
        margin-left: 8px;
        margin-right: 8px;
    }
    .gif {
      margin-top: 20px;
    }
}
@media (min-width: 768px) {
    html {
        font-size: 20px;
    }
    pre, code {
        font-size: 17.5px;
    }
    .gif {
      float: right;
    }
}