body {
	overflow-x: hidden;
	font-family: "Open sans", sans-serif;
}
.jumbotron {
	background: linear-gradient(148deg,#77C52E 10%,#69BE63 90%);
	box-shadow: inset 20px 20px 90px -30px rgba(7, 165, 57, 0.91);
	text-shadow: 0 1px 1px rgba(110, 110, 110, 1);
	color: #fff;
}
.jumbotron h1 {
	margin-top: 0;
}
.jumbotron a {
	color: #fff;
	font-size: 14px;
}
.jumbotron .version {
	font-size: 12px;
	font-weight: bold;
}
.example {
	margin-bottom: 40px;
}
.controls label {
	display: block;
	font-weight: normal;
}
.controls input.numeric {
	width: 66px;
}
.controls .layer-list .src {
	font-size: 10px;
	overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
	width: 200px;
	color: #9FB7CB;
}
.controls .layer-list .src.active {
	color: #337ab7;
}
.controls .layer-list a {
	text-decoration: none;
	margin-right: 2px;
	cursor: pointer;
	color: #999;
}
.controls .layer-list a:hover {
	color: #333;
}
.controls .active-layer-src {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	display: block;
}
#full .result-image img {
	max-width: 100%;
}
#full .same-origin-warning {
	margin-top: 10px;
}
#upload .plugin-description {
	margin-top: 10px;
}
#footer {
	padding: 30px 0;
	text-align: center;
}