/* Table Ad */
@media only screen and (max-width: 1272px){
	
}

/* Remove Rail */
@media only screen and (max-width: 992px){
	
}

@media only screen and (max-width: 820px){
	
}

@media only screen and (max-width: 768px){
	
}
/* Small Phone */
@media only screen and (max-width: 500px){
	.menu.main{
		display: none !important;
	}
	.menu.less{
		display: block !important;
	}
	.dividhead{
		display: none !important;
	}
}

.white-space-pre{
	white-space: pre-wrap;       /* Since CSS 2.1 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

table.fullcontent{
	width:100%;
	table-layout:fixed;
	text-align:center;
}

.boardhidden span{
	color: #090;
}

.data-origin{
	margin-top:10px;
	color:#F33;
}

.data-translate{
	margin-bottom:10px;
	color:#090;
}