﻿.dashboard-project {
  display: block;
  width: 184px;
  float: left;
  padding: 3px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}
.dashboards h2 {
  background: url(../images/tabs-divider.png) repeat-x bottom center;
}
.dashboards a {
  text-decoration: none;
}
.dashboards .project-name {
  color: #51565B;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  white-space: pre;
}
