html body table td {
border: 1px solid #888;    
padding: 4px 8px;
}

#content {
    margin: 0 50px;
}

#litters_view {
    font-family: Arial, sans-serif;
    font-size: 100%;
}

table.info_table {
    table-layout: fixed;
    /*width: 40%;
    min-width: 780px;
    max- */
    min-width: 920px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 2px;
    text-align: left;
}

table.info_table td {
   padding: 4px;
   margin: 2px;
   vertical-align: top;
}

table.info_table td.kennel_name {
    text-align: center;
}

table.info_table td em {
    font-style: normal;
    font-weight: bold;
}

div.litters_section table.info_table tr { background-color: #ddd;}
div.litters_section table.info_table tr.first_row td { background:  #ccc; }
/*div.litters_section table.info_table tr:hover { background:  #eee; }*/

div.breedings_section table.info_table tr { background-color: #dfd;}
div.breedings_section table.info_table tr.first_row td { background:  #cfc; }

div.dogs_section table.info_table tr { background-color: #ddf;}
div.dogs_section table.info_table tr.first_row td { background:  #ccf; }
