/* Route cards */
table.rc {
    border-spacing: 0px;
/*    border-collapse: collapse; */
    background: #C2DD6C;
    border: 6px solid #C2DD6C;
    font-family: "verdana", Arial; color="#000000";
    font-size: 12px;
}
table.rc th {
    text-align: left;
    font-weight: Bold;
    font-size: 14px;
    padding: 0.1em 0.5em;
    border: 0px;
    border-bottom: 1px solid #5D8419;
}
table.rc td {
    text-align: left;
    border: 0px;
    border-bottom: 1px solid #5D8419;
    border-left: 1px solid #5D8419;
    padding: 0.1em 0.5em;
}
table.rc td.left {
    text-align: center;
    font-size: 12px;
    border: 0px;
    border-bottom: 1px solid #5D8419;
    padding: 0.1em 0.5em;
}
table.rc thead th {
    text-align: center;
    font-weight: Bold;
    font-size: 14px;
    font-weight: bold;
    color: #6C6C9A;
    border-left: 1px solid #5D8419;
}
table.rc th.Corner {
    text-align: center;
    font-weight: Bold;
    font-size: 14px;
    border-left: 0px;
}
table.rc th.directions {
    text-align: left;
    font-weight: Bold;
    font-size: 14px;
    border-left: 1px solid #5D8419;
}
table.rc tr.Odd {
    background: #E8F6B8;
}



