.frFlagInGrid {
    background: url(../images/flag_FR.svg);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center;
    width: 25px;
    height: 25px;
}

.gbFlagInGrid {
    background: url(../images/flag_GB.svg);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center;
    width: 25px;
    height: 25px;
}

.usFlagInGrid {
    background: url(../images/flag_US.svg);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center;
    width: 25px;
    height: 25px;
}

.allergen-container {
    width:80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.50);
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.familyLabel {
	margin:auto; 
}

.typeLabel {
	margin:auto; 
}
