
body {
    font: 16px/26px Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
    background-color: #181a1b;
    color: #eee;
}

a, a:visited {
    color: #ea1e63;
    text-decoration: underline;
}

a:hover {
    color: #ffc4d7;
}

.label-tech {
    background-color: #ea1e63;
}

.hidden {
    visibility: hidden;
}

.visible {
    display: block !important;
    visibility: visible;
}

#text-four {
    line-height: 2em;margin-top:-5px;
}

.row {
    padding-left: 25px;
    padding-right: 25px;
}

.great {
  opacity: 1;
}

.good {
  opacity: 0.7;
}

.medium {
  opacity: 0.3;
}

.low {
  opacity: 0.1;
}