/**
 * @file
 * Use this CSS file to override components CSS rules
 * MB 02.12.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: lightskyblue; /*yellow;*/  /*inherit;*/
text-decoration: none; /*text-decoration: underline;*/
/*font-weight: bold; */    /*font-weight: normal;;*/
font-size: 0.70em;
border: 0px;
font-weight: unset;
display: inline-block;
/*content: none;*/
line-height: inherit;
min-height: inherit; 
}

.block-language ul.links li a:hover {
background: #357CCE; /* none */
color: white;  /*inherit;*/
text-decoration: underline;
}

.block-language ul.links li a:after {
content: none;
}
