::-webkit-scrollbar {
	width: 10px;
	height: 10px
}

::-webkit-scrollbar-thumb {
	background-color: #bbb
}

body{
	height: 100%;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	overflow: hidden;
}

.d-flex {
	display: flex;
}

/*@media screen and (max-width: 700px) {*/
/*	.d-flex {*/
/*		display: block;*/
/*	}*/
/*}*/

.flex-row {
	flex-direction: row;
}
.flex-warp {
	flex-wrap: wrap;
}
.flex-1 {
	flex: 1;
}

#footer {
	line-height: 4vh;
	font-size: 17px;
	text-align: center;
	color: white;
	box-shadow: 4px 0px 4px #00000080;
	height: 4vh;
	background-color: #222222;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
}

#git-branch-a {
	font-family: serif;
	color: inherit;
	text-decoration: none;
	border: none;
	margin-right: 14px;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

.site {
	white-space: nowrap;
	/* margin-left: auto;
		padding-left: 2em; */
}

ion-icon {
	font-size: 1.5em;
}

#git-branch {
	padding: 3px;
	font-size: 1.2em;
	margin-top: 4px;
	margin-bottom: -7px;
}

.logo {
	margin-right: .3em;
}

#git-branch:hover{
	background-color: rgba(131, 130, 130, 0.5);
	border-radius: 5px;
}

#nav-site {
	padding-left: 10px;
	letter-spacing: 2px;
}

#nav-site:hover {
}

.father{
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
#leftChild{
	background-color: #1e1e1e;
	width: 66.66666667%;
	float: left;
	height: 100%;
	resize: horizontal;
	box-sizing: border-box;
}
#rightChild{
	width: 33.33333333%;
	padding: 0 11px;
	float: left;
	height: 100%;
	box-sizing: border-box;
}
#line{
	width: 8px;
	height: 100%;
	float: left;
	cursor: e-resize;
	margin-left: -4px;
	z-index: 99999;
}