/* sonuclar */
.sonuclar {
    margin-top: 50px;
}


    .sonuclar table {
        border-collapse: collapse;
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .sonuclar tbody tr {
        font-size: 17px;
        color: #808080;
        line-height: 1.6;
        font-weight: unset;
    }

        .sonuclar tbody tr:nth-child(even) {
            background-color: #f5f5f5;
        }

    .sonuclar table tbody tr {
        /*height: 50px;*/
        border-radius: 5px;
        overflow: hidden;
    }

    .sonuclar table td, table th {
        text-align: left;
        vertical-align: top;
        padding: 10px;
    }

    .sonuclar .column1 {
        font-weight: 700;
        color: #ff0000;
        padding-right: 16px;
        text-wrap: nowrap;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .sonuclar .column2 {
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }


    .sonuclar .bkz-kelime {
        color: #00809D;
        text-decoration: underline;
        cursor: pointer;
    }



