.navbar-fixed {
    height: 79px;
}
nav {
    background-color: #333;
    height: auto;
    line-height: normal;
}
nav ul.right {
    height: 32px;
}
nav ul a {
    line-height: 32px;
    color: #aaa;
}
nav ul i.right {
    height: auto;
    line-height: 32px;
    width: 20px;
    margin-left: 0px;
}
.dropdown-content li a {
    font-size: 1rem;
    color: #88aa88;
    padding: 2px 10px;
}
nav ul li:hover, nav ul li.active {
    background-color: rgba(255,255,255,0.1);
}
blockquote {
    border-left: 5px solid #009688;
}
pre {
    font-size: 0.9rem;
    padding: 7px 12px 7px 12px;
    border: solid 1px rgba(51, 51, 51, 0.12);
}
.header-title {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ccc;
    font-weight: 500;
    font-size: 1.64rem;
    white-space: nowrap;
}
.header-name {
    color: #aaa;
    font-weight: 300;
    font-size: 0.8rem;
    margin-left: 5px;
}
.bold {
    font-weight: bold;
}
.recon-thumb {
    height: 150px;
}
