.blueSpacer{
    background: url("../images/coachBlueSpacer.png") no-repeat scroll 0 0 transparent;
    height: 3px;
    margin-bottom: 32px;
    margin-top: 32px;
    width: 1029px;
}

.headline{
    margin-bottom: 32px;
    display: block;
}

.faqLinks li{
    list-style: none;
}

.faqLink.active{
    color: #4696D8;
}

.faqLinks{
    margin: 0 0 12.5px 15px;
}

#faqText{
    min-height: 388px;
}

.feedback-complete-marker {
    margin-top: 0;
}

.whiteRoundInfoBox{
    position: absolute;
    width: 175px;
    top: 0;
    bottom: 0;
    padding: 5px;
    min-height: 388px;
}

.whiteRoundInfoBox .scrollbarAlwaysOn{
    overflow: auto;
}

.positionFixed{
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 15px 15px 15px 0px;
}

.overflow{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 90%;
}

.contactButton, .privacyLink{
    text-decoration: underline;
    text-transform: none;
}

.faqLink{
    text-transform: none;
}

.faqHeadline{
    margin-bottom: 32px;
}

div.scrollbarAlwaysOn {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

div.scrollbarAlwaysOn::-webkit-scrollbar {
    -webkit-appearance: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

div.scrollbarAlwaysOn::-webkit-scrollbar:vertical {
    width: 11px;
    background-color: rgba(80, 94, 104, 0.12);
}

div.scrollbarAlwaysOn::-webkit-scrollbar:horizontal {
    height: 11px;
}

div.scrollbarAlwaysOn::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 0px solid white;  /*should match background, can't be transparent*/
    background-color: rgba(0, 0, 0, .5);
}