#fb-live-event {
  border-top: 8px solid #FFA820;
  background: #F8F3EC;
  min-height: 168px;
  width: 202px;
  padding: 12px 15px;
}

#fb-attenders {
  overflow: hidden;
}

.fb-user {
  display: block;
  float: left;
  text-align: center;
  padding: 0 5px;
  overflow: hidden;
  width: 50px;
}

.fb-user a {
  display: block;
  text-decoration: none;
  color: #034678;
  font-size: 0.9em;
  margin: 5px 0;
  font-family: "Din Display Pro Bold", sans-serif;
  font-style: italic;
  font-height: 18px;
  color: black;
}

.fb-user a img {
  float: none;
  padding: 0;
  width: 50px;
  height: 50px;
}

.modal button {
  color: #000;
  background-color: #EEE;
  border: 1px solid #CCC;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  float: right;
}
.modal .modal-footer button {
  background-color: #034678;
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  border: none;
}
.modal .modal-body p {
  margin-bottom: 1em;
}
.modal .modal-footer button:hover {
  background-color: #0C5F9C;
}
#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-size: 26px;
}
#fb-header p {
  padding: 0;
  margin: 10px 0;
  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;
  display: none;
}
#fb-footer {
  margin: 10px 0;
  padding: 10px 0 0 0;
  clear: left;
  font-weight: 300;
}
#facebook_message {
  width: 100%;
}
#fb-attendees {
  overflow-y: scroll;
  max-height: 270px;
}
#fb-attendees::-webkit-scrollbar {
  width: 8px;
}
#fb-attendees::-webkit-scrollbar-thumb {
  background: #ffa820;
}
#fb-attendees::-webkit-scrollbar-track {
  border: 1px solid #ffa820;
}