﻿#Edit {
    position: relative;
    width: 96%;
    left: 2%;
    margin-top: 10px;
    background-color: #e6e2c1;
}

    #Edit tr.sql {
        font-weight: bold;
        background: #EEEEEE;
    }

    #Edit table {
        width: 100%;
        border-spacing: 0px;
        border-color: #000000;
        background: #F0F0F0;
        font-size: 12pt;
    }

    #Edit input {
        font-size: 12pt;
    }

    #Edit td {
        border-color: #a0a0a0;
        border-style: solid;
        border-width: thin;
        text-align: center;
    }
    #Edit td.entry {
        border-color: #a0a0a0;
        border-style: solid;
        border-width: thin;
        text-align: left;
    }
