﻿.Menu_TopMenu .round-button-white-background .Menu_Button {
    color: #fff;
    line-height: 2.43;
    font-size: 16px;
}

.Menu_DropDownButton:first-child .Menu_TopMenu:hover {
    border: none;
}

/* Set lang link properties */
.leftlink {
   padding-right: 4px; 
}
div.currentlang a {
    color: black !important;
    text-decoration: underline !important;
}
div.notcurrentlang a {
    color: black !important;
    text-decoration: none !important;
}

.linkcontainer {
    widht: 110px;
    float: right;
}
/* Override class to force link spacing as wanted */
.ThemeGrid_Width1 {
    width: 25px !important;
}
/* Add line break on links vs userlink on screen width 400px */
@media screen and (max-width: 400px) {
    .ThemeGrid_Width1 { 
    width: 25px !important;
    float: right !important;
    display: block !important;
    }
}