.pt-reward-listing {

}

.pt-reward-listing .pt-reward-item
{

}

.pt-reward-listing .pt-reward-box {
	border: 1px solid #EFEFEF;
}

.pt-reward-listing .pt-reward-item .pt-title
{
	font-size: 18px;
	margin: 12px 10px 3px 10px;
}

.pt-reward-listing .pt-reward-item .pt-reward-info
{
	margin: 0 10px;
	padding-top: 10px;
	position: relative;
	bottom: 10px;
	width: calc(100% - 20px);
}

.pt-reward-listing .pt-reward-item .pt-reward-info .bot
{
	font-size: 14px;
	color: #222;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
}

.pt-reward-listing .pt-reward-item .pt-reward-info .rewardtype
{
	float: right;
}

.pt-reward-listing .pt-reward-item .pt-reward-info .graph 
{
	background: #dae2ed;
    position: relative;
    height: 5px;
}

.pt-reward-listing .pt-reward-item .pt-reward-info .graph .bar {
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0;
    background: #d370f8;
}

.pt-reward-listing .pt-reward-item .pt-reward-info .day 
{
	font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-top: 5px;
    height: 35px;
    /*margin-bottom: 40px;*/
    position: relative;
}

.pt-reward-listing .pt-reward-item .pt-reward-info .day span
{
	float: left;
	position: relative;
}

.pt-reward-listing .pt-reward-item .pt-reward-info .day span.date 
{
    width: 25%;
    color: #d370f8;
    font-weight: bold;
}

.pt-reward-listing .pt-reward-item .pt-reward-info .day span.mon 
{
	width: 50%;
	text-align: center;
	line-height: 20px;
	letter-spacing: 0px;
}

.pt-reward-listing .pt-reward-item .pt-reward-info .day span.per 
{
	width: 25%;
	text-align: right;
	line-height: 20px;
	letter-spacing: 0px;
}