<!--
div.content select {
    width: 45%;
    font-size: 1em;
    font-family: Arial, sans-serif;
    }
div.content table {
    background-color: #F9F8F3;
    border: 1px solid #DFE0D2;
    margin: 0;
    }
div.content table td {
    border-bottom: 0;
    }
div.content table th {
    border-right: 0;
    }     
div.content .taba table {
    /*font-size: 11px;*/
    width: 100%;
    background-color: #fff;
    border: 0;
    padding: 0;
    margin: 0;
    border: 1px solid #DFE0D2;
    }    
div.content .taba {
    padding: 0;
    margin: 20px 0 0 0;
    }
div.content .taba .taba {
    border: 0;
    margin: 0;
    }    
div.content .taba table {
    width: 100%;
    background-color: #fff;
    border: 0;
    padding: 0;
    margin: 0;
    border: 1px solid #DFE0D2;
    }
div.content .taba table td {
    padding: 0;
    }
div.content .taba table table, .taba table table table {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: #fff;
    }
div.content .taba table table table td {
    padding: 10px;
    background-color: #fff;
    }
div.content .taba table table table th {
    border-right: 0;
    }       
-->