body {
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    background-color: white;
    color: black;
}
html {
    background-color: rgb(73, 73, 73);
}

nav.navbar-fixed-top + * {
    margin-top: 100px;
}

.navbar-fixed-top + .container > *:first-child {
    margin-top: 20px;
}

.probe .tag {
    margin-left: 0.5em;
}
.panel h1, .panel h2, .panel h3, .panel h4 , .panel h5 {
    margin-top: 0.5em;
}

.paper {
    font-weight: bold;
}
.thumb {
    height: 75px;
    width: 100px;
}
td.terms {
    font-size: small;
}
table {
    width: 100%;
}
.count0 {
    color: rgb(180, 180, 180);
    text-decoration: line-through;
}
.search_term .errorlist {
    display: inline;
    color: red;
    padding: 0px;
    margin: 0px;
    border: 1px solid black;
}
.small {
    font-size: small;
}
input.tt-input {
    width: 100% !important;
}
.tt-open {
    width: 1000px;
    height: 400px;
    font-size: 1em;
    line-height: 1.2em;
    background-color: white;
    border: 2px solid black;
    overflow: scroll;
    margin: 0px;
}
.tt-suggestion.tt-cursor {
    background-color: lightgray;
}
.bootstrap-tagsinput {
    margin-bottom: 10px;
}
.gene_title {
    text-align: center;
}
.indented-list {
    list-style: none;
}
.cg_name {
    color: rgb(223, 223, 223);
    font-size: 0.8em;
}
.link-list:not(:first-child) {
    margin-left: 1em;
}
.link-list a {
    font-weight: 300;
}

.secret {
    border: 2px red dashed;
}
