/*Basic style for shortcode for horizontal flags*/
ul#lsft_horizontal_flags,
ul#sh_lsft_horizontal_flags{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    padding-left: 0;
}
ul#lsft_horizontal_flags .switch_lang,
ul#sh_lsft_horizontal_flags .switch_lang{
  margin-right: 20px;
}  