/**
 * @file
 * Use this CSS file to override components CSS rules
 * MB 03.03.2019
 */
.block-language ul.links {
padding: 0px 0;  /* padding: 5px 0;*/
list-style: none;
}
.block-language ul.links li {
padding: 0;
position: relative;
display: inline;
margin-right: 8px; /* margin-right: 5px;*/
}
.block-language ul.links li a {
min-width: initial;
padding: 0px 0;    /* padding: 5px 0; */
margin: 0;
min-width: 0px; /* 105px in IE11.00 */
background: none;
color: yellow;  /*inherit;*/
text-decoration: none; /*text-decoration: underline;*/
/*font-weight: bold; */    /*font-weight: normal;;*/
}
.block-language ul.links li a:hover {
background: #357CCE; /* none */
color: white;  /*inherit;*/
text-decoration: underline;
}
