#belgeSorgu {
    padding: 20px;
    background: #222222;
}



#fields_table {
    width: 100%;
    border-style: solid;

}

#fields_table thead {
    text-align: left;
    background: #222222;
}

#fields_table thead tr {
    padding: 11px;
    height: 34px;

}


#fields_table thead tr th {
    font-family: 'Quicksand', sans-serif;
    padding: 9px;
    border: 1px solid #fff;
    color: #222222;
    font-weight: 700;
    font-size: 11px;
    /* padding-top: 30px; */
    text-align: left;
    font-style: inherit;
    text-transform: uppercase;
    background: #e6cf13;
}

#fields_table td {
    padding: 10px;
    /* border: 1px solid #ffffff; */
    /* margin: 0; */
    font-size: 14px;
    /* text-align: center; */
    word-break: normal;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    /* padding: 16px; */
}

tr:first-child a.yukaributton {
    display: none;
}

tr:last-child a.asagibutton {
    display: none;
}

#fields_table th {
    word-break: normal!important;
    text-align: center;
}

#bS_search_type {
    padding: 12px 5px 13px;
    border: 1px solid #000000;
    float: left;
    margin-right: 2.3%;
    width: 30%!important;
    max-width: 30%!important;
    height: 50px;
    min-width: 30%;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    color: #000000;
    background: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
}

#bS_search_key {
    padding: 8px 10px 8px;
    border: 1px solid #000000;
    float: left;
    margin-right: 3.3%;
    width: 30%;
    min-width: 30%;
    max-width: 30%;
    height: 50px;
    color: #000000;
    font-weight: 600;
}

#bS_search_panel button {
    border: 1px solid #222222;
    background: #222222;
    padding: 15px 20px 16px;
    float: left;
    width: 30%;
    min-width: 32%;
    /* max-width: 30%; */
    max-width: 29%;
    : 50px;
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    height: 50px;
    margin-bottom:20px;
}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
    
#bS_search_panel .form-group {
    margin: 15px 0;
    display: block;
    overflow: hidden;
}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    thead {
        display:block;
         float:left; 
    }

    td{
        display:block;
        float:left;
        width: 300px;
        height:100px;

    }

   

    th{
        display:block;
        width:90px;
        height:100px;
        
        
    }
    
}

tr {display:table-row;}
td {
    display:table-cell;
    text-align: justify;

    
}
tbody {
    display:block;
    float:left;
    width: 100px;
