.language-switch a {
    position: fixed;
    display: block;
    z-index: 9999999;
    top: 10px;
    left: 172px;
    width: 150px;
    height: 28px;
    background: coral;
    color: white;
    text-align: center;
    line-height: 28px;
    border-radius: 3px;
}
.language-switch a:hover {
    background:rgb(0, 93, 171);
    color:white;
}
.logged-in .language-switch a {
	top:42px
}
.page-id-969 .language-switch { display:none !important } /* hide translate button on vaccines for teens page */