<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pc-tab &gt; input,
.pc-tab section &gt; div {
	display: none;
}

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab3:checked ~ section .tab3 {
	display: block;
}
.tab1 label,.tab2 label,.tab3 label {
	cursor:pointer;
}

#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2,
#tab3:checked ~ nav .tab3 {
	color: red;
}

/* Visual Styles */
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pc-tab {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.pc-tab ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pc-tab ul li label {
	float: left;
	padding: 15px 25px;
	border: 1px solid #ddd;
	border-bottom: 0;
	color: #444;
}

.pc-tab ul li label:hover {
	background: #dddddd;
}

.pc-tab ul li label:active {
	background: #ffffff;
}

.pc-tab ul li:not(:last-child) label {
	border-right-width: 0;
}

.pc-tab section {
	clear: both;
	padding:0;
	margin:0;
}

.myfiles {
	width:auto; float:left;
	margin-right:5px;
}

.pc-tab section div:not(.myfiles, .libfiles) {
	padding: 10px;
	width: 100%;
	font-size:0.9em;
	background: #fff;
	line-height: 1.5em;
	letter-spacing: 0.3px;
	color: #444;
	border:1px solid #f0f0f0;
}

.pc-tab section div h2 {
	margin: 0;
	letter-spacing: 1px;
	color: #34495e;
}

#tab1:checked ~ nav .tab1 label,
#tab2:checked ~ nav .tab2 label,
#tab3:checked ~ nav .tab3 label {
	background: white;
	color: #111;
	/*position: relative;*/
}

#tab1:checked ~ nav .tab1 label:after,
#tab2:checked ~ nav .tab2 label:after,
#tab3:checked ~ nav .tab3 label:after {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #ffffff;
	left: 0;
	bottom: -1px;
}


.libfiles {
	padding:10px;
	display:inline-block;
	width:100%;
	font-size:0.9em;
	background-color:white;
}

.paginate  {
	font-size: 0.9em;
	background-color:#f9f9f9; 
	color:#555;
	padding:5px;
	margin:3px;
	border:1px solid #dadada;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}</pre></body></html>