.echron-dashboard {
  padding: 25px 0;
  color: #fff;
}
.echron-dashboard ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.echron-dashboard ul li {
  width: 23%;
  background: #1b80c2;
  border-radius: 3px;
}
.echron-dashboard h2 {
  background-color: rgba(255, 255, 255, 0.1);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px;
  display: flex;
  justify-content: space-between;
}
.echron-dashboard .content {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  font-size: 42px;
}
.echron-dashboard .more {
  background: #0a5a8d;
  width: 100%;
  padding: 5px 15px;
}
.echron-dashboard .more a {
  color: #fff;
  text-decoration: none;
}
.echron-dashboard .more a:hover {
  text-decoration: underline;
}