/* site.css */
/*html { font-size: 16px; color: #55A3CB;}*/
html { font-size: 16px; color: white;}

/*.pure-table td, .pure-table th { padding: 0.8em; }*/
.pure-table td, .pure-table th { padding: 0em 0.4em 0em 0.4em; }

/*table.repositories a.detail { padding-right: 10px }*/
table.repositories a.detail { padding-right: 10px }

/*.content { width: 980px; margin: 0 auto; padding-bottom: 50px; }*/
.content { width: 1366px; margin: 0 auto; padding-bottom: 50px; }

.main { background-color: #252525; }

a {
    /*color: #4183c4;*/
    /*color: #777777;*/
    color: white;
}

.pure-table thead {
    /*background: #e0e0e0;*/
    background: #252525;
    /*color: #000;*/
    color: grey;
}

.pure-table td, .pure-table th {
    /*border-bottom: 1px solid #f6f6f6;*/
    border-bottom: 1px solid grey;
}

.Tree #files .path {
    /*width: 230px;*/
    width: 400px;
}

.validation-summary-errors, .summary-error { background: #252525; }
.summary-success { background: #252525;}

/* pure-min.css */
/*.pure-table td, .pure-table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 6px 12px;
}*/

.pure-table td, .pure-table th {
    padding: 0px 1px;
}

.pure-button-primary,.pure-button-selected,a.pure-button-primary,a.pure-button-selected{background-color: #3B3B3B; color:#fff}

/* Inlinestyle uebersteuern: https://forum.selfhtml.org/self/2008/jul/21/kann-ich-inline-style-uebersteuern/1269593 */
/* inlineformatierung */
.fa-sign-out {color:grey !important;}
.fa-globe {color:grey !important;}

/* guthub.css */

.hljs {background: #f8f8f8 !important;}

