/**
 * style.css
 *
 * @author Martin Ludvik <matolud@gmail.com>
 * @copyright Copyright &copy; 2013 by Martin Ludvik
 * @license http://opensource.org/licenses/MIT MIT license
 */

table.e-calendar-view thead th,
table.e-calendar-view tbody td {
  padding: 4px 5px;
  text-align: center;
}

table.e-calendar-view td {
  width:50px;
}
table.e-calendar-view td.current {
color:blue;
  font-weight: bold;
}

table.e-calendar-view td.not-relevant {
  color: rgb(221, 221, 221);
}

table.e-calendar-view td a{
  color: rgb(0, 0, 0);
  text-decoration: none;
}
table.e-calendar-view td.not-relevant a{
  color: rgb(221, 221, 221);
}