@CHARSET "UTF-8";

.content {
	width: 800px;
	margin: 0 auto;
}

.content .head {
	margin-top: 100px;
	text-align: left;
}

.content .head ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

.content .head li {
	display: inline-block;
}

.content .head li a {
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	width: 190px;
	text-decoration: none;
	color: rgb(221, 221, 221);
	font-size: 20px;
	font-weight: bold;
	border-bottom: 3px solid rgb(207, 207, 207);
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 10px;
	cursor: pointer;
}

.content .head li.selected a {
	color: rgb(50, 101, 128);
	font-size: 20px;
	font-weight: bold;
	border-bottom: 3px solid rgb(20, 161, 223);
}

.content .title {
	border-bottom: 1px solid rgb(207, 207, 207);
	margin-top: 50px;
}

.content .title h1 {
	margin: 0 10px 6px 0;
	padding: 0 0 3px 0;
	font-size: 17px;
}

.content .cmd {
	text-align: right;
}

.content .cmd a {
	display: inline-block;
	color: black;
	text-decoration: none;
	padding: 5px 20px;
	font-size: 14px;
}

.content .cmd a:hover {
	text-decoration: underline;
}

.content .text {
	box-sizing: border-box;
	min-height: 300px;
	padding: 5px;
}

.content .console {
	text-align: center;
	margin-top: 30px;
}

.content .console input {
	box-sizing: border-box;
	width: 75px;
	height: 25px;
}

.content .file {
	margin-top: 5px;
}

.content .file .list {
	background: rgb(207, 207, 207);
	padding: 5px;
	height: 20px;
	border: 1px solid gray;
	overflow: hidden;
}

.content .file .list a {
	display: block;
	font-size: 12px;
	color: black;
	white-space: nowrap;
	text-overflow: ellipsis;
}
