﻿.body
{
    color: #000;
    font-size: 13px;
    background: #ffffcc;
    background: #fffeee; /*Ivory*/
    background: #696969;
    font-family: "Vardana" , sans-serif;
    height:100%;
}
.container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}
.table
{
    color: #000;
    background: #dcdcdc;
    /*border: solid 1px #333;*/
    min-width: 450px;
    font-family: Vardana , sans-serif;
    margin: 0 0 1em;
}
.table th
{
    font-size: 13px;
    font-weight: 500;
}
.table tr
{
    font-size: 13px;
    font-weight: 500;
}
.table td div
{
    /*padding: 10px;*/
}
.table td a
{
    padding: 5px 15px;
    color: #333;
    background: #FFE100;
    border-color: #FFE100;
    text-decoration: none;
    font-size: 16px;
    border-radius: 4px;
    white-space: nowrap;
    display: inline-block;
}
.table td a:hover
{
    color: #FFE100;
    background: #333;
    border-color: #333;
}
@media (max-width:450px)
{
    .table th
    {
        display: none;
        width: 100%;
    }
    .table td
    {
        display: inline-block;
        display:block;
        margin-top: -1px;
        width: 100%;
    }
    .table td div
    {
        /*float: left;*/
        /*min-width: 120px;*/
    }
    .table tr
    {
        border-bottom: solid 2px #333 !important;
    }
}
