
/* Alteravel */
#last {background: #111; border: 0px;}
.last_title {border-bottom: 2px solid #222; color:#eee;}
.last_date {color: #bbb;}


/*************/
#last_box{
	margin-left:0px;
	width:100%;
	max-width:240px;
        margin-top:0px;
        margin-bottom:30px;
}

#last {
	margin:0px;
	padding:10px;
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 12px;
	-moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px;
}

.last_title {
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 12px;
	font-weight: bold;
    	padding-bottom:3px;
    	margin-bottom:8px;
}

.last_page {
	line-height: 20px;
	padding:3px 0px;
}

a.last_page {
        font-weight:bold;
        color:#69F;
}
a.last_page:hover {
        color:#36F;
}

.last_date {
	font-size: 10px;
}
