.btn-circle {
    width: 30px;
    height: 30px;
    padding: 0px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

button{
    margin-left: 5px;
    margin-top: 5px;
    }

 .row-cursor{
        cursor:pointer;
        }