#current {
	position: absolute;
	top: 76px;
	left: 0px;
	width: calc(100% - 20px);
	padding-left: 20px;
	overflow: hidden;
	padding-top: 20px;
	background: #fff;
	z-index: 100;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;

}

.current_holder {
	display: inline-block;
}

.current {
	font-size: 20px;
}

#current_title {
	font-size: 18px;
}

#current_img {
	width: 200px;
}

#repo_content {
	top: 275px;
	position: relative;
	height: 100%;
	overflow: scroll;
}

#crop_holder {
	position: fixed;
	top: 76px;
	left: 0px;
	width: calc(100% - 20px);
	height: 100%;
	padding-left: 20px;
	overflow: hidden;
	padding-top: 20px;
	background: #fff;
	z-index: 1000;
	display: none;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;

}

#crop_image_btn,
#crop_cancel {
	margin-top: 10px;
	border: 2px solid black;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}