
pre
{
    background: none repeat scroll 0 0 #FCFCF1;
    border: 1px dashed #CCCCCC;
    font: 13px/18px 'lucida console',monospace;
    margin: 12px 0;
    overflow-x: auto;
    overflow-y: visible;
    padding: 10px;
}

table.grid
{
    border-collapse: separate;
    border-spacing: 0;
    line-height: 18px;
    border: 1px solid #CCC;
    border-collapse: collapse;
    margin-bottom: 15px;
}

    table.grid, table.grid th, table.grid td
    {
        border: 0 none;
        vertical-align: middle;
    }

table.grid
{
    border: 1px solid #CCC;
    border-collapse: collapse;
}

    table.grid caption
    {
        text-align: left;
        font-weight: bold;
    }

    table.grid thead th, table.grid thead td
    {
        vertical-align: middle;
        background: #F0F0F0;
    }

    table.grid th, table.grid td
    {
        padding: 2px 6px;
        border: 1px solid #CCC;
        text-align: center;
        font-weight: normal;
    }

    table.grid th, table.grid thead td
    {
        font-weight: bold;
    }
    table.grid td
    {
        background:#FFFFFF;
        text-align:center;
    }
    table.grid td:nth-child(even)
    {
        background:#F0F0F0;
    }




.table.table2
{
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.625em;
}

    .table.table2 tr th
    {
        background: #a1a1a1;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 2.6em;
        text-transform: uppercase;
    }

    .table.table2 td
    {
        border: none !important;
        border-top: 1px solid #ddd !important;
        padding: 6px 10px 6px 0;
    }


.widefat
{
    background-color: #FFFFFF;
    border-color: #DFDFDF;
}

.widefat
{
    border-radius: 4px;
    border-spacing: 0;
    border:1px solid #DFDFDF;
    clear: both;
    margin: 0;
    width: 100%;
}

    .widefat th
    {
        line-height: 1.3em;
        padding: 7px 7px 8px;
        text-align: left;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
        color: #333333;
    }

    .widefat td, .widefat th
    {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color:#DFDFDF;
        font-size: 11px;
    }

    .widefat td
    {
        padding: 3px 7px;
        vertical-align: top;
    }
