@import 'https://fonts.googleapis.com/css?family=Poiret+One';

body {
    background-color: #DDD;
    font-family: 'Poiret One', cursive;
}

.aba_logo{
	margin:15px;
	float:right;
	position: relative;
	z-index: 2;
}
.first_row{
	background-color: #153843;
	color:#fff;
}

.glyphicon-menu-hamburger{
	font-size:16pt;
}

#menu_action,#lang_action{
	border:1px solid white;
	background-color: #153843;
	margin: 10px;
	width: 35px;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	line-height: 35px;
	cursor: pointer;
}

#menu_action:hover,#menu_action:focus{
	background-color: #8B0000;
}

.width_to_the_max{
	width: 100%;
	font-size: 30px;
	text-align: center;
	padding-top:10px; 
}
.a_little_left{
	padding-left: -50px !important;
}
.this_is_it{
	background-color: #153843;
}
.content{
	color: #000;
	padding: 5%;
	font-size: 24px;
}
ticks li:before {
  content: "\2713";
padding-right:12px;
}
li{
	
	list-style-type:none; 
}
.scale div{
    width: 24px;
    height: 24px;
    margin-left: 12px;
}