.component-select {
    min-width: 200px;
    width: fit-content;
    width: -moz-fit-content;
    position: relative;
    margin: 5px; }
    .component-select__current, .component-select__options {
      border-radius: 4px; }
    .component-select__current {
      font-size: 15px;
      line-height: 24px;
      background-color: rgba(0, 0, 0, 0.09);
      color: rgba(0, 0, 0, 0.54);
      height: 35px;
      padding: 5px 30px 5px 10px;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      position: relative;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .component-select__current::after {
        font-size: 24px;
        font-size: 1.5rem;
        display: block;
        font-family: 'Roboto', sans-serif;
        content: '∨';
        position: absolute;
        top: 6px;
        right: 10px;
        -webkit-transition: -webkit-transform 0.25s ease-in-out;
        transition: -webkit-transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
      .component-select__current--is-active {
        color: #2196f3;
        background-color: #e3eff8; }
        .component-select__current--is-active::after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .component-select__current--is-disabled {
        cursor: default; }
        .component-select__current--is-disabled::after {
          display: none; }
    .component-select__options-container {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      margin: 1px 0 0;
      padding: 0;
      list-style-type: none;
      background: #ffffff;
      -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      border-radius: 4px; }
    .component-select .component-select__current--is-active + .component-select__options-container {
      display: block;
      z-index: 1; }
    .component-select__option {
      font-size: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 8px 10px;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .component-select__option:hover {
        background-color: #ededed; }
      .component-select__option::before {
        display: none; }
      .component-select__option--is-active {
        background-color: #e3eff8; }

#version-switcher-ul{
  overflow-y: auto;
  max-height: 300px;
}

#version-switcher-select {
  display: inline-block;
  display: -webkit-inline-box;
}
.header-wrapper, #sidebar, .feedbackbox, .footer-wrapper, .tip-visible {display:none !important} .mb20 .nextprev {display:none !important} div.master-wrapper {padding-top:0px !important} div.content-block {margin-left: 0 !important} div.content-wrap div.content {padding:18px 10px 0 10px !important} p {max-width:none !important} div.content-wrap {width:100% !important} #content-wrap.opened-sidebar { width:100% !important; padding-left:0 !important} .suggest, .scrollToFeedback, .otherversionswrapper {display:none !important} table.list tr:hover {outline: none !important} div.master-wrapper {min-width:0 !important} div.content-wrap div.content div.section {min-height:0 !important} .container {width:auto !important;} .sidenav, #search-results, header, footer {display:none !important} .article.grid-right {margin: 0 0 40px 0 !important} .sideaffix {display:none !important} h1:before, h2:before, h3:before, h4:before {margin-top:0 !important; height:0 !important} .col-md-10 {float:none !important; width:auto !important} .page-history, .page-edit {display:none !important}
