body {
    font-family: 'Ubuntu Mono', monospace;
    /*color: #eeeeec !important;
    background-color: #232729 !important;*/
    color: #2e3436;
    background-color: #ffffff;
}

a {
    color: #729fcf;
}

b {
    font-weight: bold;
    color: #8ae234;
}

.green {

}

h4 {
    font-size: 1em !important;
    font-weight: bold !important;
}

code {
    font-family: 'Ubuntu Mono', monospace;
    background-color: transparent;
    font-weight: bolder;
    color: inherit;
    font-size: 1em;
    padding: 0;
    border: none;
}

ul {
    list-style-position: inside;

}

.fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}