.dashboard-panel > ul {
  list-style-type: none;
  padding: 0; }

.panel-heading {
  margin-top: 5px;
  min-height: 40px; }

.panel-heading:first-child {
  margin-top: 0; }

.dashboard-panel table {
  table-layout: fixed;
  width: 250px; }

.dashboard-panel tr {
  min-height: 25px; }

.dashboard-panel td:nth-child(odd) {
  text-align: left;
  word-break: break-word;
  width: 200px; }

.dashboard-panel td:nth-child(even) {
  text-align: right;
  width: 50px; }

/*# sourceMappingURL=style.css.map */
