﻿	.board-theme .theme-list table td:nth-child(1) { max-width:60px!important; }
	.board-theme .theme-list table td:nth-child(3) { max-width:130px!important; }
	.board-theme .theme-list table td:nth-child(4) { max-width:90px!important; }

@media (min-width:993px) and (max-width:1199px) {
	.board-theme .theme-list table th, .board-theme .theme-list table td { font-size:14px!important; }
	.board-theme .theme-list table tbody td.document-title a { font-size:14px!important; }
}

@media (min-width:768px) and (max-width:992px) {
	.board-theme .theme-list table td:nth-child(3) { max-width:175px!important; }
	.board-theme .theme-list table td:nth-child(4) { max-width:130px!important; }
}

@media (max-width: 767px) {
	.board-theme .theme-list table tbody td.document-title a { white-space:inherit; }
	.board-theme .theme-list table td:nth-child(1) { max-width:45px!important; }
	.board-theme .theme-list table td:nth-child(3) { display:none!important; }
	.board-theme .theme-list table td:nth-child(4) { max-width: 100px!important; }
	.board-theme .theme-list table th, .board-theme .theme-list table td { max-width:235px!important; }
	.board-theme .theme-detail .detail-video iframe { height:54vw!important; }
	#dimodeBoard.board-detail .board-share { display:none; }
}