/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here 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.mytable { width: 100%; padding: 0px; border: none; border: 2px solid #dddddd;}
table.mytable th { font-size: 14px; border: none; color: blue; background-color: #F4F4F4; vertical-align: middle; padding: 4px; font-weight: bold; border-bottom: 1px solid #bbbbbb; text-align: left; }
table.mytable td { font-size: 13px; border: none; vertical-align: middle; padding: 4px; border-right: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee;}
table.mytable tr.thebolid td { font-weight: bold; }
table.mytable tr.theend td { border-top: 2px solid #dddddd;  }
table.mytable td.theblue { font-weight: bold; color: blue; }
table.mytable td.theblack { font-weight: bold; color: black; }
table.mytable td.thepic { border-right: 1px solid #f1f1f1; text-align: center; }
table.mytable td.thenone { border: none; }

