﻿.Panel
{
    border: solid 1px #F2EBD4;
}

.Panel th
{
    background-color: #000000;
    text-align: center;
    color: #FFFFFF;
    height: 24px;
}

.Panel tr
{
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
}

.Panel li
{
    margin-left: -10px;
    color: #9B301C;
    padding-left: 0px;
}

