.j3u-subscriptions-wrapper {
	margin-top: 20px;
}

.j3u-subscriptions-table {
	width: 100%;
	border-collapse: collapse;
}

.j3u-subscriptions-table th {
	text-align: left;
	padding: 12px;
	background: #f5f5f5;
	font-weight: 600;
}

.j3u-subscriptions-table td {
	padding: 12px;
	border-bottom: 1px solid #eee;
}

.status-active {
	color: #28a745;
	font-weight: 600;
}

.status-cancelled {
	color: #dc3545;
	font-weight: 600;
}

.j3u-cancel-btn, .op-re-sub-btn {
	padding: 6px 12px;
	background: #dc3545;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 3px;
}

.j3u-cancel-btn:hover {
	opacity: 0.8;
}
.j3u-pagination {
	margin-top: 20px;
}

.j3u-pagination a {
	padding: 6px 10px;
	margin-right: 5px;
	border: 1px solid #ddd;
	text-decoration: none;
}

.j3u-pagination a.active {
	background: #333;
	color: #fff;
}
.op-usr-table td , .op-usr-table th {
	font-size: 15px;
}
.op-usr-table td.op-usr-no-subscription-products {
	text-align: center;
}