﻿.me2day div
{
    font-family:dotum;
    font-size: 8pt;      
}
.me2day .timespan 
{
    color: silver;        
    line-height: normal;
}
.me2day .recently a
{
    background-color: white !important;
    color: #2080D0 !important;
}
.me2day .recently .timespan
{
    color: #30C0FF !important;
}
.me2day div
{
    overflow: hidden;   
    white-space: nowrap;   	
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;	
	text-overflow-mode: ellipsis;	
}
.me2day div a nobr
{
	-moz-binding: url(ellipsis-xbl.xml#ellipsis);
}