.fancybox-content {
    border-radius: 10px;
}

.fifu-quick-button {
    background-color: #2271b1; /* Green */
    border: none;
    color: white;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    width: 48%;
    cursor: pointer;
}

tr.color:nth-child(even) {
    background-color: #efefef !important;
}
