﻿/* Styles for the featured class block that appears on the homepage */
.float-left
{
  float:left;
}
.classes-list
{
  margin-left:2em;
  margin-right:1em;
  width:280px;
}
ul#featured-class-list
{
  margin:0 auto;
}
ul#featured-class-list .header
{
  margin-bottom:1em;
}
ul#featured-class-list li div.class-name
{
  margin-top:1em;
}
ul#featured-class-list li div.class-date
{
  margin:0 auto;
}
.schedule-text
{
  width:230px;
  margin-bottom:1em;
  font-weight:bold;
}
.schedule-callout
{
  padding:0px;
}

