.opening > a {
    color: #00bbe3;
}

.opening {
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px dotted rgba(127, 127, 127, 0.2);
    border-top: 1px dotted rgba(127, 127, 127, 0.2);
}
section {
    margin-top: 1.5em;
}
section > h3 {
    font-size: 1.8em !important;
    line-height: 1.6em;
    /* font-family: BebasNeue; */
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#board_title{
    display: none;;
}

#wrapper {
    margin-left: 0;
}
#wrapper > h1 {
    display: none;
}