/* SVN FILE: $Id: screen.css 28 2008-08-06 23:08:34Z Chris $ */
/**
 * CSS for the index view of the rates controller
 *
 * @copyright    Copyright 2008 PBM Web Development - All Rights Reserved
 * @package      app
 * @subpackage   app.webroot.css
 * @since        V1.0.0
 * @version      $Revision: 28 $
 * @modifiedby   $LastChangedBy: Chris $
 * @lastmodified $Date: 2008-08-07 00:08:34 +0100 (Thu, 07 Aug 2008) $
 */

th {
  font-weight: bold;
}
th.h2 {
  font-size: 120%;
  padding-top: 10px;
}
th.distance {
  padding-left: 10px;
}
td {
  text-align: right;
}
td.time {
  width: 25%;
}
td.rate {
  padding-right: 55%;
}