.user_select_none {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  list-style: none;
}
.yanone {
  font-family: arial, serif;
}
/* TOPBAR */
div#topbar-inner > div {
  float: left;
}
div#topbar-lng {
  height: 35px;
  /* 140px */

  width: 260px;
}
div#topbar-logo {
  height: 105px;
  /* 140px */

  width: 260px;
}
div#topbar-search {
  height: 70px;
  /* 140px */

  width: 504px;
}
div#topbar-nav {
  height: 70px;
  /* 140px */

  width: 504px;
}
div#topbar-cal {
  height: 140px;
  /* 140px */

  width: 244px;
}
a#topbar-accos {
  display: block;
  padding: 99px 50px 0 20px;
  height: 41px;
  color: White;
  font-size: 24px;
  text-decoration: none!important;
}
#languageSwitcher {
  margin: 0;
  padding: 16px 0 0 40px;
  list-style-type: none;
  color: White;
}
#languageSwitcher a {
  text-decoration: none;
  color: White;
}
ul#languageSwitcher li {
  display: inline;
}
/* DropDownEx overrides */
#topbar-right {
  padding: 96px 0 0 16px;
}
#topbar-right .dropdownex {
  width: 220px;
  position: relative;
}
#topbar-right .dropdownex ul {
  width: 210px;
}
#topbar-right .dropdownex a {
  color: #304b56;
}
#topbar-right .dropdownex li a.active {
  color: #83a809;
}
#topbar-right .dropdownex > a {
  height: 32px;
  line-height: 32px;
}
#topbar-right .dropdownex > a div {
  width: 32px;
}

