참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
.Liberty .content-wrapper .liberty-content .liberty-content-main .liberty-table-wrapper {
	overflow-x: auto;
	overflow-y: hidden;
	max-width: 100%;
	display: block;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main .table-right {
	float: right;
}

/* List that inside table margin remove */
.Liberty .content-wrapper .liberty-content .liberty-content-main .liberty-table-wrapper table ul {
	margin: 0.28125rem 0 0.28125rem 0.1875rem;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox {
	width: auto;
	background: #fff;
	border: none;
	border-radius: 0.328125rem;
	border-collapse: separate;
	border-spacing: 0;
	float: none;
	margin: 0.75rem 0;
	padding: 0;
	/*color: #373a3c;*/
	color: #000;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox {
	float: right;
	margin-left: 0.75rem;
	margin-bottom: 2rem;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table caption {
	font-size: 1.125rem;
	padding: 0.1875rem 0;
	font-weight: bold;
	text-align: center;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main .mw-collapsed caption {
	display: inline-block;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.jquery-tablesorter th.headerSort {
	padding-right: 1.40625rem;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable {
	width: auto;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable th {
	background-color: #f5f8fa;
	text-align: center;
	word-break: keep-all;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable {
	border-collapse: collapse;
	border-radius: 0.328125rem;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > td {
	border: 1px solid #e1e8ed;
	padding: 0.28125rem 0.5625rem;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox {
	border-collapse: separate;
	border-radius: 0.328125rem;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td {
	border: 0;
	padding: 0.28125rem 0.5625rem;
	border-top: 1px solid #e1e8ed;
	border-right: 1px solid #e1e8ed;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th:first-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td:first-child {
	border-left: 1px solid #e1e8ed;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th:last-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td:last-child {
	border-right: 1px solid #e1e8ed;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > th,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > td {
	border-bottom: 1px solid #e1e8ed;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > th:nth-child( 1 ),
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > td:nth-child( 1 ) {
	border-radius: 0.328125rem 0 0 0;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > th:nth-last-child( 1 ),
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > td:nth-last-child( 1 ) {
	border-radius: 0 0.328125rem 0 0;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > th:only-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > td:only-child {
	border-radius: 0.328125rem 0.328125rem 0 0;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > th:nth-child( 1 ),
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > td:nth-child( 1 ) {
	border-radius: 0 0 0 0.328125rem;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > th:nth-last-child( 1 ),
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > td:nth-last-child( 1 ) {
	border-radius: 0 0 0.328125rem 0;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > th:only-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > td:only-child {
	border-radius: 0 0 0.328125rem 0.328125rem;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > th:nth-child( 1 ),
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > td:nth-child( 1 ) {
	border-radius: 0.328125rem 0 0 0.328125rem
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > th:nth-last-child( 1 ),
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > td:nth-last-child( 1 ) {
	border-radius: 0 0.328125rem 0.328125rem 0
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > th:only-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > td:only-child {
	border-radius: 0.328125rem 0.328125rem 0.328125rem 0.328125rem;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox th {
	background-color: #f5f8fa;
	text-align: center;
	word-break: keep-all;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th[rowspan]:first-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td[rowspan]:first-child {
	border-right: 0;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th[rowspan]:first-child + td,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th[rowspan]:first-child + th,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td[rowspan]:first-child + td,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td[rowspan]:first-child + th {
	border-left: 1px solid #e1e8ed;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > th,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > td {
	border: 0;
	border-right: 1px solid #e1e8ed;
	border-bottom: 1px solid #e1e8ed;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > th:first-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > td:first-child {
	border-left: 0;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > th:last-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > td:last-child {
	border-right: 0;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:first-child > th:only-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:first-child > td:only-child {
	border-radius: 0;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:last-child > th,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:last-child > td {
	border-bottom: 0;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:last-child > th:nth-child( 1 ),
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:last-child > td:nth-child( 1 ) {
	border-radius: 0;
}