.activity-empty-message {
  font-size: 12px;
  color: #666;
  text-align: center;
}
.activity-filter {
  position: fixed;
  top: 60px;
  width: 220px;
}
.activity-filter-title {
  color: #318abd;
  font-size: 16px;
  margin-bottom: 5px;
}
.activity-filter-option {
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
}
.activity-filter-option.selected {
  font-weight: 500;
}
.activity-sort-title {
  color: #318abd;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.activity-sort-option {
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
}
.activity-sort-option.selected {
  font-weight: 500;
}
.activity-stream {
  width: 740px;
  margin-left: 200px;
}
.activity-left {
  position: absolute;
  width: 50px;
}
.activity-right {
  position: absolute;
  width: 50px;
  margin-left: 540px;
}
.activity-actor {
  float: right;
  width: 40px;
  height: 40px;
  border: 1px solid white;
  border-radius: 20px;
  margin-right: 10px;
  cursor: pointer; cursor: hand;
}
.activity-middle {
  width: 480px;
  margin-left: 60px;
  margin-bottom: 10px;
  min-height: 40px;
}
.activity-header {
  height: 10px;
}
.activity-score.ui-slider {
  height: 18px;
}
.activity-score.ui-slider.ui-state-disabled {
  opacity: 1.0;
}
.activity-score.ui-slider.ui-corner-all {
  border-radius: 0;
}
.activity-score.ui-slider .ui-slider-handle {
  padding-top: 3px;
  height: 22px;
}
.activity-review {
  background: white;
  text-align: center;
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  padding: 5px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.activity-topic-snapshot {
  height: 150px;
  border: 1px solid #eee;
  background: white;
  cursor: hand; cursor: pointer;
}
.activity-topic-img {
  padding: 10px;
  width: 180px;
  position: absolute;
  height: 150px;
  text-align: center;
}
.activity-topic-img img {
  max-width: 160px;
  max-height: 130px;
}
.activity-topic-desc {
  width: 300px;
  height: 150px;
  max-height: 150px;
  position: absolute;
  margin-left: 180px;
  padding: 10px;
}
.activity-topic-title {
  font-size: 14px;
}
.activity-topic-tagline {
  color: #999;
  font-size: 12px;
  margin-left: 10px;
  font-weight: 300;
}
.activity-topic-snippet {
  display: block;
  font-weight: 300;
  color: #666;
  margin-top: 5px;
}

#welcome {
  background: #318abd;
  text-align: center;
  color: white;
}
#welcome .welcome-title {
  font-size: 36px;
  font-weight: 200;
  margin: 15px;
}
#welcome .welcome-logo {
	display: block;
  width: 100px;
  height: 100px;
  margin: auto;
}
#welcome .welcome-subtitle {
  font-size: 24px;
  margin: 15px;
  font-weight: 200;
}
#welcome .welcome-message {
  margin: 10px;
}

.minimal-modal { padding: 0; border: none; }
.minimal-modal .ui-dialog-titlebar { display: none; }
