body, a {
	font-family: Verdana, Tahoma !important;
	margin: 0;
}

.hidden {display: none}

#noNukiWebApi {
	text-align: center;
	font-weight: bold;
	float: left;
	background: #d7e4ed;
	width: 100%;
	padding: 5px 0;
	border-radius: 5px;
}

#cd-timeline {
    margin: 0 auto !important;
    padding: 20px 0 0 0 !important;
}

#cd-timeline::before {z-index: -1}
#cd-timeline::after {
    content: '';
    height: 30px;
    width: 30px;
    background: #d7e4ed;
    border-radius: 15px;
    margin: 30px auto 0 auto;
}

.locks {
	list-style-type: none;
	background-color: #7f8c97;
	margin-top: 0;
	padding: 10px;
	text-align: center;
	border-bottom-right-radius: 0.25em;
	border-bottom-left-radius: 0.25em;
	position: fixed;
	top: 0;
	z-index: 101;
}

.locks li {display: inline}

.locks li,
.locks li a {color: #fff}
.locks li a {cursor: pointer}
.locks li a.active {font-weight: bold !important}
.locks li a:hover {text-decoration: underline}

.locks .menu:not(:first-child)::before {content: ' | '}

.title {
    margin: 0;
	padding: 10px;
}

.cd-name {
	line-height: 60px;
	margin: 0;
	padding: 0 0 0 20px; 
}

.cd-description {
	font-size: 10px !important;
	padding: 0 0 10px 20px;
	margin: 0 !important;
}

.cd-timeline-block {
    margin: 2em 0 !important;
}

.cd-timeline-content {
	min-height: 60px;
	padding: 0 !important;
}

.cd-timeline-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60% 60%;
}

.copyright {
	text-align: center;
    font-size: 11px;
	margin: 50px 0 30px 0;
}