/* CSS placed here will be applied to all skins */
.cwg-table {background:#eee;color:black; margin-bottom:20px;}
.cwg-table tr {background:white;}
.cwg-table tr td {border-bottom:solid #eee 1px;padding:1px 15px;}
.cwg-table th {background:#ccc;text-align:left;padding:3px 15px;}

.cwg-chapter-nav {width:100%}
.cwg-chapter-nav th {background:#eee;text-align:left;padding:3px 10px;}

.cwg-callout { 
  background-color:#eee;
  padding:10px; }

.cwg-callout-title { 
  padding:0px 5px;
  margin:3px;
  text-transform:uppercase;
  font-weight:bold;
  color:white;
  background-color:#666;}

.chapterLabel { color:#bbb; }

code { font-size:110%; }