@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("twilog.org") {


.user-info p:nth-of-type(1),
.user-info p:nth-of-type(2),
.user-info p:nth-of-type(3){
	white-space:pre-wrap !important;
}
.user-info p:nth-of-type(1) span,
.user-info p:nth-of-type(2) span,
.user-info p:nth-of-type(3) span{
	display:block!important;
}

/*プロフィール部分*/
.user-info p:nth-last-of-type(1),
.user-info p:nth-last-of-type(2),
.user-info p:nth-last-of-type(3){
	white-space:normal !important;
}

.user-info p:nth-last-of-type(1) span,
.user-info p:nth-last-of-type(2) span,
.user-info p:nth-last-of-type(3) span{
	display:inline!important;
}

.tl-text
{
	font-size:14px !important;
	line-height:19px !important;
	white-space:pre-wrap !important;
}

.list-side{
	font-size:14px !important;
	line-height:19px !important;
}

/*広告削除*/
#side>div[style^="width"],
.p-link+div+div
,td#main div div#order+div[style="font-size:12px; border:1px solid #d9b27e; padding:4px 7px; background-color:#fff"]
,html body div#container div table tbody tr td#main div div[style="font-size:12px; border:1px solid #d9b27e; padding:4px 7px; background-color:#fff"]{
	display: none !important;

}

}