.butonmkols:hover,
.butonmkols:focus {
  background-color: #b3d3ea;
  color: #2c5777;
}

.butonmkols:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.butonmkols:active {
  background-color: #a0c7e4;
  box-shadow: none;
  color: #2c5777;
}

.ozelliklistetagbir{padding: 15px 20px;
    border-radius: 4px;
    color: #fff;
    line-height: 20px;
    margin-bottom:10px;
    background-color: #007bff!important;
}
.ozelliklistetagiki{padding: 15px 20px;
    border-radius: 4px;
    color: #fff;
    margin-bottom:10px;
    line-height: 20px;
    background-color: #dc3545!important
}
.ozelliklistetaguc{padding: 15px 20px;
    border-radius: 4px;
    color: #fff;
    margin-bottom:10px;
    line-height: 20px;
    background-color: #fd7e14!important
}
.ozelliklistetagdort{padding: 15px 20px;
    border-radius: 4px;
    color: #fff;
    margin-bottom:10px;
    line-height: 20px;
    background-color: #1d1f26!important
}
.ozelliklistetagbes{padding: 15px 20px;
    border-radius: 4px;
    margin-bottom:10px;
    color: #fff;
    line-height: 20px;
    background-color: #28a745!important;
}
#butonmks{text-align:center;}
.butonmkols{
    background-color: #e1ecf4;
        border-radius: 3px;
        border: 1px solid #7aa7c7;
        box-shadow: rgb(255 255 255 / 70%) 0 1px 0 0 inset;
        box-sizing: border-box;
        color: #39739d;
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        margin: 0;
        outline: none;
        padding: 8px 0.8em;
        position: relative;
        text-align: center;
        text-decoration: none;
        user-select: none;
        -webkit-user-select: none;
        vertical-align: baseline;
        white-space: nowrap;
        margin-top:10px;
        margin-bottom:10px;
        
    }