body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
}

.container {
  max-width: 768px;
}

.logo {
    margin: 0 auto;
    text-align: center;
}

.headline h1 {
    font-size: 23px;
    text-align: center;
	margin-bottom: 78px;
}

.badge-title {
    font-size: 10px;
    font-weight: 400;
    vertical-align: top;
    color: white;
    background-color: #00a57e;
}

.badge-menu {
	font-weight: 400;
    vertical-align: top;
    color: white;
    background-color: #bbb;
}

h2 { margin-bottom: 38px; line-height: 1.62 !important; }

.btn-primary {
	background-color: #00DC5A;
	border-color: #00DC5A;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #7aeda2;
}

.btn-outline-secondary {
	border-color: #FF7900;
	color: #FF7900;
}	

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #ff8e26;
}	

.modal-dialog {
	max-width: 700px;
}


img.emoji {
	max-width: 17px;
}

#perc_01, #perc_02, #perc_03 {
	width: 85%;
	margin-top: 10px;
}

#perc_01_value, #perc_02_value, #perc_03_value {
	margin: -10px 0 0 10px;
	font-weight: 600;	
}

#footer {
	margin-top: 100px !important;
	font-size: 0.9em;
	text-align: center;
}	

a.nav-link {
	color: #333;
	padding: 0.5em;
	text-decoration: underline;
}	

a.nav-link.nav-link-disabled {
    text-decoration: none;
}

#footer .powered {
    font-size: 16px;
    font-weight: 600;
}

img.cb-logo-img {
    max-width: 250px;
    margin: 23px auto;
}