.custom-button {
    background-color: #4CAF50;;
    color: #fff;
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    box-sizing: border-box;
    width: 120px;
    white-space: nowrap;
    cursor: pointer;
}

.custom-button:hover {
    background-color: #3D8C40 !important;
}

.user-membership-box {
    background-color: #f9f9f9;
    padding: 1.5em;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    width: 100%;
}

.user-membership-box h3,
.user-membership-box h4 {
    margin-top: 0;
    color: #333;
}

.user-membership-box ul {
    padding-left: 20px;
	 list-style-type: none;
}

.user-membership-box li {
    margin-bottom: 0.5em;
}