.tablo {
    margin-bottom: 1rem;
    background-color: transparent;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #eceeef;
}
.tablo th,
.tablo td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}

.tablo .heading td {
    background-color: #404049;
    color: #fff;
    border-right: 1px solid #fff;
    font-size: 19px;
    padding: 15px 0.75rem;
    font-weight: bold;
}

.tablo td {
    border-right: 1px solid #eceeef;
    font-size: 14px;
}

.tablo td a {
    background-color: transparent !important;
    color: rgb(22, 143, 199) !important;
}

.yazdir {
    background-color: #00a65a;
    border-color: #00a65a;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    width: auto !important;
}