.CFRewardSection .TextContent {
    color: #777;
    padding: 10px 20px;
}

.CFReward_URLTable {
    background-color: #fff;
    border-collapse: collapse;
}

.CFReward_URLTable th,
.CFReward_URLTable td
{
    padding: 10px 5px;
}

.CFReward_URLTable tr {
    border-bottom: solid 2px #fff;
}
.CFReward_URLTable .UsedURL {
    background-color: #9ddbb5;
}
.CFRewardSection .UsedURLSample {
    background-color: #9ddbb5;
    padding: 5px;
}

.CFReward_URLTable .Number {
    color: #555;
    text-align: center;
}
.CFReward_URLTable .URL {
    font-size: 11px;
    color: #333;
}
.CFReward_URLTable .DateTime {
    font-size: 11px;
    color: #999;
}

.CFReward_Description {
    display: grid;
    gap: 10px;
    justify-content: center;
    justify-items: center;
    padding: 10px 0px 20px 0px;
}
.CFReward_Description .Title {
    font-size: 25px;
    font-weight: 900;
    color: #333;
}
.CFReward_Description .Content {
    font-size: 18px;
    font-weight: 300;
    color: #555;
}