.red_text {
    color: red;
}

a.wiki-anchor {
    display: none;
    margin-left: 6px;
    text-decoration: none;
}
a.wiki-anchor:hover {
    color: #aaa !important;
    text-decoration: none;
}
h1:hover a.wiki-anchor,
h2:hover a.wiki-anchor,
h3:hover a.wiki-anchor {
    display: inline;
    color: #ddd;
}

#releaseChannelWrapper {
   text-align: center;
}
