.facebook {
    position: absolute;
    top: 0;
    right: 0;
}
.facebook img {
    width: 40px;
    height: 40px;
}
.resultater {
    font-size: 16px;
    font-weight: bold;
}
.event {
    position: relative;
}
.event_day {
    position: absolute;
    color: #000;
    font-size: 18px;
    width: 100%;
    text-align: center;
    top: 6px;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.youtube-video {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
select.result-year-picker {
    margin: 0;
    font-size: 35px;
    background: black;
    padding: 0;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    color: #fff;
    width: auto;
    text-shadow: 0 1px 0 rgb(54, 54, 54);
    font-family: 'Archivo Black';
    border: 0;
}
.smaller {
  font-size: 70%;
  font-weight: normal;
}
.mb-1 {
  margin-bottom: 15px;
}
