#notificationRibbon {
    display: none;
}
.notification-card-holder {
    margin-top: 30px;
    margin-bottom: 30px;
}

#msgHideButton:hover {
    color: red;
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 10px;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-align: center;
}
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

#msgHideButton {
    background-color: #fff;
    border-color: #17a2b8;
    float: right;
}

a.notificationMoreInfoLink {
    background-color: #fff;
    color: #888;
    border-color: #17a2b8;
}

p.notificationsAttributions {
    line-height: 1.0;
}

p.notificationsAttributions small {
    font-size: 72%;
}

/* Styles for page review data */
.review-data-visible {
  display: block !important;
  padding-bottom: 30px;
  font-family: "Open Sans", sans-serif;
  font-size: smaller;
  line-height: 1.4;
  font-weight: 100;
  color: #212529;
  margin-left: 12px;
}

.person-name {
    //text-capitalize: true;
}

.confirmation-required {
    color: #fff900;
    display: list-item !important;
    border-bottom-style: none !important;
}

.confirmation-required-colour {
    color: #fff900;
}

.confirmed {
    display: list-item !important;
    border-bottom-style: none !important;
}

#dutiesInfo a {
    color: white;
    text-decoration: underline;
}

.go-to-duytmans-link {
    color: #white;
    text-decoration: underline;
}

#clubDutiesList {
    list-style-type: disc !important;
    margin-left: 20px !important;
    padding-left: 10px !important;
    margin-bottom: 14px;
}


