body {
    background: white;
    color: black;
 }

h1 {
    background: white;
    color: rgb(55%, 55%, 55%);
    font-family: monospace;
    font-size: x-large;
    text-align: center;
}

h2 {
    background: white;
    color: rgb(40%, 40%, 40%);
    font-family: monospace;
    font-size: large;
}

h3, h4, h5 {
    background: white;
    color: rgb(40%, 40%, 40%);
    font-family: monospace;
}

a {
    background: white;
    color: blue;
}

em.navigation {
    font-weight: bold;
    font-style: normal;
    background: white;
    color: rgb(40%, 40%, 40%);
    font-family: monospace;
}

img.toplogo {
    vertical-align: middle;
}

span.check_ok {
    color: black;
    text-decoration: underline;
}

span.check_ko {
   background: #F43C4B;
   font-weight: bold;
   color: white;
   padding: 1px 5px;
   text-decoration: underline;
}

span.check_yo {
    color: #E8D400;
    text-decoration: underline;
}

span.CRAN {
    color: #276DC3;
    text-decoration: underline;
}

span.BioC {
    color: #87B13F;
    text-decoration: underline;
}

span.GitHub {
    color: #1F883D;
    text-decoration: underline;
}

span.Rforge {
    color: #BD6798;
    text-decoration: underline;
}

span.Ohat {
    color: #C45613;
    text-decoration: underline;
}

span.Gcode {
    color: #A97C1A;
    text-decoration: underline;
}

span.acronym {
    font-size: small;
}

span.env {
    font-family: monospace;
}

span.file {
    font-family: monospace;
}

span.option {
    font-family: monospace;
}

span.pkg {
    font-weight: bold;
}

span.samp {
    font-family: monospace;
}

td.r {
    text-align: right;
}

td.check_yo {
    background-color: #F7A845;
}

td.check_yo > a {
    background: #F7A845;
    font-weight: bold;
    color: black;
}

td.check_ko {
    background-color: #F43C4B;
}

td.check_ko > a {
    background: #F43C4B;
    font-weight: bold;
    color: white;
}

td.check_ok {
     background-color: white;
}

td.check_ok > a {
     background: white;
     color: black;
}
