

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.428571429 !important;
    margin: 0;
    background-color: #434b52;
}

h2 {
    font-size: 36px !important;
    font-family: 'Ubuntu';
    font-weight: 400 !important;
    line-height: 1.1;
    color: #434b52 !important;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
}

h3 {
    color: #434b52 !important;
    margin-top: 40px !important;
}

u, a {
    color: #434b52 !important;
}

li {
    color: #434b52 !important;
    font-size: 14px !important;
    line-height: 1.428571429 !important;
}

li::marker {
    content: '';
}

.fa {
    padding-right: 4px;
}

.fa-circle {
    font-size: 7px !important;
    vertical-align: middle;
    color: #777777;
}

.fa-circle-o {
    font-size: 9px !important;
    vertical-align: middle;
    color: #777777;
}

.fa-chevron-down {
    font-size: 11px !important;
    vertical-align: middle;
    color: #777777;
}

p {
    color: #434b52 !important;
    font-size: 14px !important;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ddd;
}

nav.column-1 li a {
    color: #434b52;
    text-decoration: none;
    white-space: normal;
    padding: 0 4px 0 1px;
    margin: 0;
    display: inline-block;
}

nav.column-1 li a:hover {
    background-color: #EEEEEE;
    transition: background-color .15s,box-shadow .15s;
}

.active {
    text-decoration: underline !important;
    text-decoration-color: #e61b41 !important;
    font-weight: 800;
    color: #e61b41 !important;
    box-shadow: none;
}

.responsive {
    width: 100%;
    height: auto;
    max-width: 800px;
}

.logo-container {
    float: left;
    margin-left: 15px;
}

.logo {
    height: 40px;
    display: flex;
    margin: auto;
}

.header {
    flex: 1;
    background: #434b52;
    min-height: 40px;
}

#main {
    padding: 0 !important;
}

.pagetitle {
    font-size: 32px !important;
    font-family: 'Ubuntu';
    font-weight: 400 !important;
    color: #434b52 !important;
}

.flex-flow {
    display: flex;
    flex-direction: row;
    background-color: #f0f0f0 !important;
}

#repository {
    padding-top: 10px;
    padding-right: 10px;
}

.sidebar-title {
    margin-top: 0;
    margin-bottom: 0;
    margin: 5px 16px 0px;
    color: #4D5860;
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 1px 0 #e8e8e8;
}

.sidebar-title p {
    font-size: 20px !important;
    font-family: 'Ubuntu';
    margin-top: 14px;
    margin-bottom: 14px;
}

.column-1 {
    background: #ffffff;
    flex: 2;
    margin: 15px;
}

.column-2 {
    display: flex;
    flex-direction: column;
    flex: 5;
}

#content {
    background: #ffffff;
    padding: 30px;
}

@media only screen and (max-width: 800px) {
    .flex-flow {
        flex-direction: column;
    }
}
