.title-box-content
{
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
}


.title-box-content ul
{
  list-style: square;
  margin-left: 10px;
}


.title-box-content ul li + li
{
  margin-top: 6px;
}


.layout-content table
{
  width: 529px;                     /* CONFIG: Set this to w*x*3 + (x - 1), where w is the width of each cell and x is the number of cells, the (x - 1) term accounts for the borders */
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  text-align: center;
}


.layout-content table tr
{
  height: 90px;                    /* CONFIG: Set this to the desired height of each cell */
}


.layout-content table td
{
  width: 25%;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  vertical-align: middle;
}


/* The last cell of the table should have no right border */
.layout-content table td:last-child
{
  border-right: none;
}


/* The last row of the table should have no bottom border */
.layout-content table tr:last-child td
{
  border-bottom: none;
}


.quotes cite
{
  color: #336699;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  display: block;
}


.quotes cite:before
{
  content: '\2014';
}


.quotes ul li + li
{
  margin-top: 35px;
}
