.plugin_item_language_switcher { background: url('./language_switcher/editaddLanguage.png') 7px 7px no-repeat  #161616; }
.plugin_language_switcher { display: flex;
font-size: 20px;
text-align: center;
font-weight: bold;
font-family: arial,san-serif;
color: #FFFFFF !important;
text-transform: uppercase;
width: 300px;
margin: 0 auto;
    margin-top: 0px;
align-content: center;
align-items: center;
justify-content: center;
margin-top: 24px;
}
.plugin_language_switcher div.item { cursor:pointer;padding-left:30px;padding-right:20px;position:relative;}
.plugin_language_switcher div.item img {
	position:absolute;left:0px;top:6px;
    margin-right: 4px;
    width: 16px;
    height: 11px;
    background-image: url("./../images/icons-390.jpg");
    border: 0px;
}