/*Use this file to add your styles that are shared between homepage and app*/
.notification-bubble {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #faa600;
  border-radius: 7px !important;
  padding: 10px 30px 10px 10px;
  max-width: calc(100% - 60px);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.54);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.54);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.54);
}

.notification-bubble .close-notification {
  position: absolute;
  top: 5px;
  right: 3px;
}

.notification-bubble .close-notification a {
  padding: 0px 7px;
  font-size: 20px;
  line-height: 20px;
}

.notification-bubble a {
  color: #fff;
  text-decoration: none;
}

hr.noshade75 {
  width: 75%;
  color: gray;
  background-color: gray;
}

.pl15 {
  padding-left: 15px;
}

span.division-sponsor {
  padding-top: 15px;
}

.division-sponsor img {
  margin: 15px 15px 15px 15px;
}
