a {
     text-decoration: underline;
}

html body .container {
    color: #ddd;    !important
}

input#search.form-control{
      height: 30px;
}

table {
    background-color: #272b30;
}
pre {
    color: white;
    font-size: 16px;
    background-color: #503030;
}

hr {
    border: 1px solid gray;
}
