.box {
    background: none repeat scroll 0 0;
    margin: 20px 10px 10px;
}

.box ul {
	background-color: #fff;
}


.box li:first-child {
    border-bottom: 2px solid #333;
    border-top: medium none;
}
.box li {
    border-bottom: 1px dotted;
    line-height: 34px;
    padding: 0 0 0 9px;
}
.box > p {
    background: none repeat scroll 0 0 #fff;
    line-height: 26px;
    margin: 0;
    padding: 10px 8px;
}
.box > time {
    background: none repeat scroll 0 0 #333;
    color: #fff;
    padding: 0 6px;
}

.past_list {
	margin: 0 0 0 8px;
}