.expand {
  cursor: pointer;
  display: block;
  height: 19px;
  line-height: 17px;
  margin: 0 0 15px 0;
  padding: 0;
  text-align: left;
  padding-left: 10px;
  border-bottom: 1px solid #eee;
}
.expand .content {
  clear: both;
  display: none;
}
.expand .expand button {
  color: #555;
  font-weight: bold;
  font-size: 11px;
  vertical-align: middle;
  margin-top: 10px;
  border-radius: 2px;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  border: 1px solid transparent;
  background-color: transparent;
  background-image: linear-gradient(to bottom, #f8f8f8 0, #fafafa 100%);
}
.expand:hover button {
  border-color: #c6c6c6;
  background-image: linear-gradient(to bottom, #f2f2f2 0, #eeeeee 100%);
}
