.dashboard-list li {
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #999;
  border-radius: 5px;
  line-height: 50px;
}

.dashboard-item--title {
  margin-top: 30px;
}

.box-footer {
  background: none;
  text-align: center;
}

.box-footer a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 130%;
}

.box-footer .expand {
  background-size: 28px 62px;
  width: auto;
  padding-left: 33px;
}

.box-footer .collapse {
  background-position: left bottom;
}
