html {
	width: 100vw;
	height: 100vh;
	overflow: scroll;
	background-color: #eeeef8;
	color: #224;
}
body {
	padding: 10px;
	margin: 0px;
	font-family: "Avenir", "Avenir Next", "Segoe UI", system-ui, arial;
	font-size: 20px;
	line-height: 1.2;
}
#tb {
	position: sticky;
	width: 100vw;
	height: 60px;
	background-color: #f8f8ff;
	top: 0px;
	margin: -10px;
	margin-bottom: 20px;
	box-shadow: none;
	z-index: 100;
}
#tb.bs {
	box-shadow: 0px 0px 8px #0084;
}
#logo {
	float: left;
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
}
#logo::after {
	content: "Aulaska CodeKit";
}
.tb-btn {
	background-color: #eeeef8;
	border-radius: 10px;
	width: 50px;
	height: 50px;
	margin: 5px;
	float: right;
	margin-left: 0px;
	cursor: pointer;
	box-shadow: inset 0px 2px #fdfdfd, inset 0px -2px #e8e8f4;
	font-size: 50px;
	text-align: center;
	line-height: 1;
}
.tb-btn:hover {
	color: #06f;
}
.tb-search {
	margin-left: 0px;
	background-color: #e8e8f4;
	border-radius: 10px;
	width: 200px;
	height: 50px;
	margin: 5px;
	float: right;
	border: 0px;
	padding: 8px 16px;
	box-sizing: border-box;
	font-size: 20px;
	box-shadow: inset 0px 2px #dde, inset 0px -2px #fff;
	transition: width 0.3s ease-in-out;
	font-family: inherit;
	color: inherit;
}
.tb-search::placeholder {
	color: #0008;
}
.tb-search:focus {
	outline: none;
	width: 400px;
}
.onepen {
	width: calc(40vw - 30px);
	margin: 15px;
	display: inline-block;
	height: calc(calc(40vw - 30px) * 0.75);
	background-color: #f8f8ff;
	border-radius: 10px;
	box-shadow: 0px 4px #e8e8f4;
	transition: 0.2s background-color linear;
}
.penprev {
	width: calc(100% - 20px);
	height: calc(100% - 80px);
	box-shadow: inset 0px 0px 8px #0084;
	margin: 10px;
	border-radius: 4px;
	background-color: #f8f8ff;
	cursor: pointer;
	background-size: 100%;
	background-position: 0px 0px;
}
.list .penprev {
	display: none;
}
.onepen:hover {
	background-color: #fefeff;
}
#pens {
	text-align: center;
}
.pendesc {
	font-weight: bold;
	width: 100%;
	height: 50px;
	padding: 0px 10px;
	box-sizing: border-box;
	text-align: left;
	line-height: 50px;
	font-size: 1.2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pendescL {
	cursor: pointer;
}
.pendescL:hover {
	color: #06f;
}
.pentd {
	cursor: pointer;
	float: right;
	width: 35px;
	height: 35px;
	background-color: #88b;
	position: relative;
	left: 0px;
	top: 10px;
	border-radius: 4px;
	box-shadow: 0px 0px 6px #0084;
	transition: background-color 0.2s ease-in-out;
	background-image: radial-gradient(circle at 50% 50%, #fff 14.5%, #0000 15.5%), radial-gradient(circle at 50% 25%, #fff 11%, #0000 12%), radial-gradient(circle at 50% 75%, #fff 11%, #0000 12%);
}
.pentd:hover {
	background-color: #668;
}
#previewModal {
	background-color: #0028;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	overflow: scroll;
	z-index: 101;
	display: none;
}
#pm-xicn {
	width: 40px;
	height: 40px;
	float: right;
	background-color: #eeeef8;
	border-radius: 0px 0px 50% 50%;
	margin: 0px 10px;
	position: sticky;
	text-align: center;
	line-height: 40px;
	font-size: 40px;
	cursor: pointer;
	position: sticky;
	top: 0px;
	box-shadow: 0px 0px 4px #0084;
}
#pm-section-cont {
	margin: 100px auto;
	width: calc(100% - 10px);
	max-width: 750px;
	transition: margin 0.2s ease-in-out;
}
.pm-section {
	background-color: #eeeef8;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 10px;
	box-shadow: 0px 2px 4px #0084;
	overflow: hidden;
}
#previewModal iframe {
	width: 100%;
	height: 100%;
	border: 0px;
	background-color: #fff;
	display: block;
}
.pm-section.hd {
	font-size: 2em;
	line-height: 1;
	letter-spacing: -2px;
}
.pm-section.bt {
	text-align: center;
	padding: 2px;
}
.pm-button {
	background-color: #88b;
	color: #fff;
	font-size: 0.8em;
	margin: 5px;
	border-radius: 4px;
	padding: 10px;
	display: inline-block;
	cursor: pointer;
	width: calc(75% - 27px);
	transition: background-color 0.1s linear;
}
.pm-button:hover {
	background-color: #668;
}
.pm-button.del {
	background-color: #f04;
	width: calc(25% - 28px);
	margin-left: 0px;
}
.pm-section.ifr {
	padding: 0px;
	height: 500px;
}
.pm-button.del:hover {
	background-color: #d03;
}
@media screen and (min-width: 1200px) {
	.onepen {
		width: calc(30vw - 30px);
		height: calc(calc(33vw - 30px) * 0.8);
	}
}
@media screen and (max-width: 750px) {
	.onepen {
		width: calc(100vw - 60px);
		height: 30vh;
	}
	#pm-section-cont {
		margin: 50px auto;
	}
	#logo {
		letter-spacing: -1.5px;
	}
	#logo::after {
		content: "CodeKit";
	}
	.tb-search {
		width: calc(100% - 180px);
		transition: none;
	}
	.tb-search:focus {
		position: fixed;
		top: 0px;
		left: 0px;
		width: calc(100vw - 10px);
		box-shadow: 0px 0px 0px 5px #f8f8ff;
		border-radius: 0px;
	}
}
#loading {
	width: 100%;
	padding: 20px;
	max-width: 600px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto;
}
#loading::before {
	display: block;
	content: "";
	width: 50px;
	height: 50px;
	border: 3px solid #06f;
	border-left-color: #0000;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin: 0 auto;
}
#loading::after {
	content: "LOADING";
	line-height: 2;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.tb-btn.txt {
	font-size: 20px;
	width: auto;
	line-height: 50px;
	padding: 0px 10px;
}
.tb-btn.attention {
	background-color: #06f;
	color: #fff;
	box-shadow: inset 0px 2px #29f, inset 0px -2px #028;
}
.tb-btn.attention:hover {
	background-color: #04d;
	color: #fff;
}
.list .onepen {
	display: block;
	margin: 15px auto;
	width: calc(100% - 40px);
	max-width: 600px;
	height: 55px;
}
#pm-fpv {
	color: #06f;
	text-decoration: underline;
	cursor: pointer;
	display: inline;
}