.panel {
	margin-top: 30%;
}

.panel a.logo img {
	width: 200px;
}

.ui.top.secondary.menu {
	margin-top: 15px;
	height: 58px;
}

footer {
	padding-top: 80px;
	margin-top: 10px;
	margin-bottom: 50px;
}

footer .address {
	font-size: 12px;
	line-height: 14px;
	color: rgba(34, 36, 38, .55);
}

footer .tos {
	font-size: 12px;
	line-height: 14px;
	color: rgba(34, 36, 38, .55);
}

ol.tospp li {
	margin-top: 10px;
	margin-bottom: 10px;
}

li.tos {
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: bold;
}

.keybox {
	word-break: break-all;
	color: black;
	width: 90%;
}

.mainpage {
	min-height: 700px;
}

.apikey {
	font-family: 'Cutive Mono', monospace;
}

.main.logo {
	width: 160px;
}

.muted {
	opacity: 0.5;
	font-size: 0.8em;
}

.desktop.only {
	display: none !important;
}

@media (min-width:992px) {
	.desktop.only {
		display: block !important;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', serif !important;
}

.ui.breadcrumb {
	width: 100%;
}

.ui.breadcrumb .ui.right.floated.label {
	display: block;
	float: right;
	margin-top: -11px;
}