#topic {
  margin-bottom: 20px;
}
#topic_my_rating {
  /* width: 480px; margin-left: 240px; */
  width: 540px; margin-left: 190px;
  height: 40px;
  margin-bottom: 10px;
}
#topic_actor_img {
  position: absolute;
  text-align: center;
  width: 50px;
}
#topic_my_rating img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
}
.ui-slider {
  height: 38px;
  text-align: center;
}
#topic_my_rating .ui-slider {
  position: absolute;
  margin-left: 50px;
  width: 480px;
}
.ui-slider .ui-slider-handle {
  height: 42px;
  width: 40px;
  padding-top: 15px;
  color: white;
}
#topic_rating_review {
  width: 480px;
  margin-bottom: 10px;
  margin-left: 240px;
  text-align: center;
  background: none;
  border: none;
  color: #666;
  font-size: 14px;
  font-style: italic;
  cursor: hand; cursor: pointer;
  resize: none;
}
#topic_rating_review.focus {
  font-style: normal;
  background: white;
  border: 1px solid #666;
  color: #333;
}
#topic_rating_review_count {
  width: 480px;
  margin-bottom: 10px;
  margin-left: 240px;
  text-align: right;
}
#topic_rating_review_count.warning {
  color: orange;
}
#topic_rating_actions {
  width: 50%; margin: auto;
  text-align: center;
  margin: 10px auto;
}
#topic_rating_actions a {
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
  width: 100px;
  margin: 0px 10px;
}
#topic_rating_actions #topic_rating_delete {
  color: #ED2E2E;
  border: 1px solid #ED2E2E;
}
#topic_rating_actions #topic_rating_delete:hover {
  color: white;
  background: #ED2E2E;
}
#topic_rating_actions #topic_rating_cancel {
  color: #999;
  border: 1px solid #999;
}
#topic_rating_actions #topic_rating_cancel:hover {
  color: white;
  background: #999;
}
#topic_rating_actions #topic_rating_save {
  color: #15C87E;
  border: 1px solid #15C87E;
}
#topic_rating_actions #topic_rating_save:hover {
  color: white;
  background: #15C87E;
}
#topic_body {
  width: 540px;
  margin-left: 190px;
}
#topic_toolbar {
  width: 50px;
  min-height: 150px;
  position: absolute;
  text-align: center;
}
#topic_toolbar .fa {
  display: block;
  margin: 10px;
  color: #318abd;
  font-size: 24px;
}
#topic_snapshot {
  width: 480px;
  margin-left: 50px;
  background: white;
  padding: 20px;
  border: 1px solid #eee;
  text-align: center;
}
#topic_similar {
  width: 480px;
  margin-left: 50px;
  margin-top: 20px;
  background: white;
  padding: 20px;
  border: 1px solid #eee;
  text-align: center;
}
.topic-title {
  font-weight: 400;
  font-size: 18px;
}
.topic-tagline {
  font-weight: 300;
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
.topic-snippet {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  max-height: 300px;
}
.topic-image {
  margin: 10px;
  max-height: 400px;
  min-height: 250px;
  max-width: 400px;
}
.topic-carousel-image {
  margin: 10px;
  max-height: 400px;
  min-height: 250px;
  max-width: 400px;
}
.topic-carousel {
  margin: 10px -20px;
}
#friendPicker {
  text-align: center;
  padding: 0;
  font-family: "Ubuntu", sans-serif;
}
#friendPickerHeader {
  background: #318abd;
  color: white;
  font-weight: 400;
  font-size: 18px;
  padding: 10px;
}
#friendPickerHeader .fa-times {
  float: left;
  color: white;
}
#friendPickerBody .friend-row {
  height: 50px;
  margin: 10px 0px;
  padding: 0px 10px;
  border-bottom: 1px solid #ccc;
}

#friendPickerBody .friend-photo {
  height: 40px;
  width: 40px;
  border: 1px solid white;
  border-radius: 20px;
  margin-right: 5px;
  float: left;
}
#friendPickerBody .friend-name {
  font-weight: 300;
  font-size: 18px;
  margin-top: 12px;
  float: left;
}
#friendPickerBody .fa-paper-plane {
  float: right;
  color: #318abd;
  margin-top: 12px;
  font-size: 18px;
}
