body {
    font-size: 16px;
	}
	
p {
    margin: 10px 0;
}


.navbar {
    min-height: 30px;
    margin-bottom: 0;
	}
	
.container {
	padding-right: 0;
    padding-left: 0;
	}
	
.content {
    justify-content: normal;
	}
	
.breadcrumb {
    background-color: #fff;
	}
	
label {
    font-weight: 100;	
	}	
	
.information__form {
    width: auto;
    max-width: 500px;
}

.content__left .consultation {
    border: 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
}	


.checkbox input[type=checkbox] {
    width: 20px;
	}
