header,
article,
nav {
    display: block
}

body {
    font-family: Verdana, sans-serif;
    font-size: smaller;
    max-width: 980px !important;
    margin-left: auto !important;
    margin-right: auto !important
}

p {
    display: inline;
    background-color: rgba(0, 0, 0, .25);
    padding: 0.1em 1em;
    box-decoration-break: clone;
    text-shadow: 0 0 0 #000, 0 0 1px transparent;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 1);
}

a img {
    border: 0
}

a {
    color: #224375
}

a:hover {
    color: #5273a5
}

a:visited {
    color: #9043cc
}

a:visited:hover {
    color: #a063ec
}

#content-wrapper {
    float: left;
    width: 100%
}

#main-article {
    margin-left: 190px
}

#main-header {
    font-family: Trebuchet MS;
    background-color: #ffec8b;
    padding: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    border-radius: 5px
}

#main-header>h1 {
    padding: 0;
    margin: 0
}

#left-sidebar {
    float: left;
    width: 180px;
    margin-left: -100%
}

#left-sidebar nav {
    margin-top: 0
}

#left-sidebar ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0
}

#left-sidebar li {
    display: block;
    margin-bottom: 2px
}

#left-sidebar>* {
    background-color: #d1eeee;
    border-radius: 5px;
    margin: 5px;
    padding: 5px
}

@media(max-width:900px) {
    #left-sidebar {
        float: none !important;
        width: auto !important;
        margin-left: 5px !important;
        margin-top: 1em !important
    }
    #content-wrapper {
        float: none !important;
        width: auto !important
    }
    #main-article {
        margin-left: 5px !important;
        margin-right: 5px !important
    }
}

@media(max-width:600px) {
    h1 {
        font-size: 1.25em !important
    }
}

@namespace url(http://www.w3.org/1999/xhtml);
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}

@font-face {
    font-family: 'Droid Serif';
    font-style: italic;
    font-weight: 700;
    src: local('Droid Serif Bold Italic'), local('DroidSerif-BoldItalic'), url(https://fonts.gstatic.com/s/droidserif/v6/c92rD_x0V1LslSFt3-QEpo9ObOXPY1wUIXqKtDjSdsY.woff2) format('woff2');
}

body {
    /*background-image: url('../img/background.jpg') !important;*/
    background-repeat: repeat !important;
    background-attachment: fixed !important;
    background-color: #242736 !important;
    background-position: top left !important;
    background-size: 100% 100% !important;
    color: #f0f0f0 !important;
    font-family: "Open Sans", Verdana, Arial, sans-serif !important;
}

a {
    color: #f0f0f0 !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(149, 223, 246, 0.2) !important;
}

a:hover {
    color: #d0d0d0 !important;
}

#main-header,
#left-sidebar>* {
    background: rgba(17, 22, 32, 0.6) !important;
}

#main-header {
    padding: 15px !important;
}

#main-header h1 a {
    text-transform: lowercase !important;
    font-size: 120% !important;
    font-family: "Droid Serif" !important;
    font-style: italic !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

#left-sidebar ul {
    padding: 8px 10px !important;
}

#left-sidebar {
    width: 200px !important;
}

#main-article {
    margin-left: 210px !important;
    background: rgba(17, 22, 32, 0.4) !important;
    padding: 8px 25px !important;
    border-radius: 5px !important;
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.3) !important;
}

div[id^="repos"] ul li:hover {
    background: rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2) !important;
}

div[id^="repos"] ul li {
    list-style: none;
    padding: 5px 5px !important;
}

div[id="repos"] li {
    float: left;
    width: 20%;
    padding: 10px 10px;
    margin-left: 10px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

ul,
menu,
dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.repo-group {
    display: block;
    vertical-align: top;
    overflow: auto;
    max-height: 50%;
    max-width: 100%;
}

::selection {
    background: #8D65FF;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #8D65FF;
    /* Gecko Browsers */
}

#top-image {
    background: url('../img/background.jpg') -25px -10%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    background-size: calc(100% + 10%);
    z-index: -1;
}