.no-border {
    border: 0;
    box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}

td {
    position: relative;
}

.btn-right {
    position: absolute;
    right: 10px;
    top: 5px;
}

li {
    list-style: none;
}