#section_label {
    background: #000; 
    color: #fff; 
    text-transform: uppercase; 
    margin: 0 0 0 10px; 
    padding: 0 5px 0 5px; 
    display: inline;
}

#section_hr {
    border-bottom: 1px solid #000; 
    margin: -1px 0 10px 0;
}

.search_button {
    background: #000; 
    color: #fff; 
    border: 0; 
    width: 60px;
}

#table_result {
    width: 95%;
    border: 1px solid #000;
}
#table_result th {
    color: #fff;
    background: #000;
    border-right: 1px solid #fff;
}
#table_result td {
    padding: 5px;
    border-bottom: 1px solid #000;
}

