#homepageWidget {
  width: 703px;
  padding: 14px 20px 18px 28px;
  background: #0c2e45 url(http://www.swimming.org/images/finadiving/blue-cta.jpg) no-repeat 304px 0;
  position: relative;
}

#homepageWidget a,
#homepageWidget p,
#homepageWidget h4 {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

#homepageWidget h4 {
  font-family: "Din Display Pro Bold", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 39px;
  line-height: 46px;
}

#homepageWidget p.description {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: italic;
  line-height: 27px;
  font-size: 19px;
}

#homepageWidget .cta_button {
  display: block;
  position: absolute;
  float: left;
  padding: 0 22px 0 0;
  background: url(http://www.swimming.org/images/finadiving/blue-cta-action.png) no-repeat right 5px;
  right: 20px;
  bottom: 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
}

#homepageWidget a:hover .cta_button {
  text-decoration: underline;
}

#fb-live-event {
  border-top: 8px solid #FFA820;
  background: #F8F3EC;
  min-height: 168px;
  width: 202px;
  padding: 12px 15px;
}

#fb-attenders {
  padding: 10px;
  overflow: hidden;
}

.fb-user {
  display: block;
  float: left;
  text-align: center;
  padding: 0 5px;
  overflow: hidden;
  width: 60px;
}

.fb-user a {
  display: block;
  text-decoration: none;
  font-size: 0.9em;
  margin: 5px 0;
  font-family: "Din Display Pro Bold", sans-serif;
  font-style: italic;
  font-height: 18px;
  position: relative;
}

.fb-user a.fb-image {
  height: 60px;
  box-shadow: rgb(0, 0, 0) 1px 1px 2px;
}

.fb-user a img {
  float: none;
  padding: 0;
  width: 60px;
  height: 60px;
}

.fb-user a img.small_flag {
  float: none;
  padding: 0;
  width: 32px;
  height: 22px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#fb-attendees {
  margin: 15px 0 0 0;
  overflow: hidden;
}

#fb-header {
  overflow: hidden;
}
#fb-header img {
  padding: 5px !important;
  margin: 5px;
  background: #EEE;
}
#fb-header h4 {
  color: #474747;
  text-transform: capitalize;
  padding: 0;
  margin: 5px 0;
  font-family: "Din Display Pro Medium", sans-serif;
  font-weight: 400;
  font-size: 26px;
}
#fb-header p {
  padding: 0;
  margin: 10px 0;
  font-family: "Ubuntu";
  font-weight: 300;
  font-size: 14px;
}
#attendButton {
  color: #fff;
  background-color: #3c5b9b;
  border: none;
  padding: 4px 10px 4px 30px;
  margin: 10px;
  border-radius: 5px;
  cursor: pointer;
  float: right;
  background-image: url('fb.jpg');
  background-repeat: no-repeat;
}
#unattendButton {
  color: #fff;
  background-color: #3c5b9b;
  border: none;
  padding: 4px 10px;
  margin: 10px;
  border-radius: 5px;
  cursor: pointer;
  float: right;
  background-repeat: no-repeat;
}
#fb-live-event p.number_of_attendees {
  display: block;
  text-align: right;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
#view_more {
  font-size: 14px;
}
#fb-footer {
  margin: 10px 0;
  padding: 10px 0 0 0;
  clear: left;
  font-family: "Ubuntu";
  font-weight: 300;
}
#facebook_message {
  width: 100%;
}
#fb-attendees.view_more {
  overflow-y: scroll;
  max-height: 270px;
}