/* This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */
/*header{
  background: black;
}*/
/* dashboard */
div.pm-dashboard {
  width: 50%;
  float: left;
}
div.pm-dashboard.first dt.pmcomponent {
  margin: 10px 20px 10px 0px;
}
div.pm-dashboard.last dt.pmcomponent {
  margin: 10px 0px 10px 20px;
}

#site-clock-wrapper time.time {
  display: block;
}
