
.container {
    max-width: 730px;
}

h1, h2, h3, .navbar {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 2.7em !important;
}

.navbar{
    font-size: 1.6em;
}
.navbar-brand {
    font-size: 1.1em;

}

.red {
    color: #B02B2C;
}

blockquote {
    border-left: 5px solid #777;
    background-color: #eee;
}

td.small {
	font-size: 85%;
	color: #999;
}

.blogpost .title  {
    margin-top: 60px;
    margin-bottom: 50px;
    border-left: 12px solid #B02B2C;
    padding-left: 12px;
}

.blogpost .title p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.footnotes {
    font-size: small;
}

code.highlighter-rouge {
    font-family: Consolas, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New";

    padding: 2px 4px;
    font-size: 90%;
    color: darkblue;
    white-space: nowrap;
    background-color: #f5f5f5;
    border-radius: 4px;
}



