﻿
#editerBody {
}

    #editerBody table {
        width: auto;
        border-collapse: collapse;
        border-spacing: 1;
        margin:0 auto;
    }

        #editerBody table tbody {
        }

        #editerBody table tr {
        }

            #editerBody table tr:first-child {

            }

                #editerBody table tr:first-child td, #editerBody table tr:first-child th {
                    height: 1.8rem;
                    line-height: 1.8rem;
                    background: #e6f4ff;
                    color: #333333;
                    text-align: left;
                    border: #d7e9fc 1px solid;
                    padding-left: 10px;
                    font-size: 0.8rem;
                    font-weight: bold;
                    font-family: Arial, sans-serif;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

        #editerBody table td {
            height: 1.6rem;
            line-height: 1.6rem;
            color: #000000;
            text-align: left;
            font-size: 0.8rem;
            border: #d7e9fc 1px solid;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 5px 0 5px 10px;
        }
