.demo-content { padding: 1em; }
.demo-content ul { list-style-type: none; }
.demo-content ul li {
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0.2em;
  margin: 0.1em;
  cursor: pointer;
}
.demo-content a {
  display: block;
  float: left;
  padding: 1em;
  cursor: pointer;
  text-align: center;
  margin: 2em;
  -moz-border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  background-color: #507261;
}
.demo-content a a:hover { background-color: #3d4e53; }
.overlay {
  background-color: #bbcccc;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 90;
}
.left-column, .right-column {
  display: block;
  float: left;
  width: 280px;
  padding-right: 10px;
}
.badge-new {
  background-image: url('/media/images/new_badge.png');
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.badge-uc {
  background-image: url('/media/images/uc_badge.png');
  background-repeat: no-repeat;
  width: 45px;
  height: 48px;
}
.greenbox {
  background-color: #507261;
  color: #a0a5af;
  margin-left: 200px;
  width: 200px;
  padding: 10px;
}
.hlist { list-style-type: none; }
.hlist li { float: left; }
