/*!
 * CSS for quippets.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

footer {
    margin: 50px 0;
}


/* navigation */
nav {
    text-transform: uppercase;
}


/* Posts */
.post-title {
    font-size: 1.2em;
}

.post-title a {
    color: inherit;
    text-decoration: none;
    font-size: 1.2em;
}

.btn {
    border-radius: 0;
}

.pager li>a {
    color: inherit;
    border-radius: 0;
    border: 0;
    padding: 0.9em 1.4em;
}


.newpost textarea {
    max-width: 100%;
}
