.ru-membership-table {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.15);
}
.ru-membership-notification {
    background-color: #EAA0AF40;
    border-radius: 5px;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.15);
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
	margin: 20px 0px;
}
.membership-label {
    background-color: #FFFFFF80;
    width: fit-content;
    padding: 2px;
    font-family: 'Noto Sans TC';
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #D14853;
    line-height: 1.6em;
	padding: 2px 5px;
}
.membership-data {
    width: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-between;
    height: 100%;
	flex: 1 1;
}
.membership-image {
    width: 20%;
    display: flex;
    justify-content: flex-end;
}
.membership-image img {
    width: 150px;
}
span.memebership-expiredate {
    text-align: center;
    font-family: Noto Sans TC;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1px;
    padding: 5px 10px;
}
span.memebership-total {
    font-family: Noto Sans TC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    width: 100%;
    margin-top: 20px;
}
div#level_progress {
    width: 100%;
    background-color: #FFF;
    height: 5px;
    margin: 10px 0px;
    border-radius: 3px;
}
.progress {
    border-radius: 3px;
    height: 5px;
    background-color: #D14853;
}
p.memebership-notice {
    font-family: Noto Sans TC;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
	margin-bottom: 0px;
}