/** CSS placed here will be applied to all skins */

table.guide_table {
    background-color: #FCFCFC;
    border: 1px dotted #C03;
    border-collapse: collapse;
    color: #666;
    margin: 1em 1em 1em 0;
}
table.guide_table td {
    border: 1px dotted #C03; 
    vertical-align: top;
    padding: 0.3em;
}