/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
*/

.table table, th, td {border: 2px solid gray;}
.table caption {font-size:2em;padding:1em 0;}
.table td {text-align:center;vertical-align:middle;}
.table img {border:0px;}
.table th {background-color:DarkRed;color:white;}
.table tr:hover, .datatable tr.hilite {background-color: #FFFFCC;color: #000000;}
