.righteous-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.righteous-modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    position: relative;
    border-radius: 6px;
}

.righteous-close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.righteous-discount-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.righteous-discount-table th,
.righteous-discount-table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
    font-size: 14px;
}

.righteous-discount-table th {
    background-color: #f4f4f4;
    font-weight: 600;
}
#righteous-discount-btn {
    display: inline-block;
    vertical-align: middle;
}
.rca-single-deco {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}

.rca-deco-float-img {
    max-width: 200px;
    max-height: 125px;
    margin-right: 15px;
    border-radius: 4px;
}

.rca-deco-info p {
    margin: 4px 0;
    font-size: 14px;
}
.righteous-discount-nav-btn {
    display: inline-block;
    padding: 8px 14px;
    background-color: #D44153;
    color: #fff !important;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s ease;
	padding-bottom: 14px !important;
    margin-bottom: 26px !important;
}

.righteous-discount-nav-btn:hover {
    background-color: #D44153;
	color: #fff !important;
}
#deco-template-name{
padding: 10px;
margin: 8px;
min-width: 40%;
}
