.wy-nav-content {
    max-width: 1200px !important;
}

@media screen and (min-width: 480px) {
    .iframe_video {
    height: 300px;
    width: 90%;
    }

    .iframe_video_youtube {
        height: 300px;
        width: 90%;
    }    
}

@media screen and (min-width: 800px) {
    .iframe_video {
    height: 640px;
    width: 95%;
    }

    .iframe_video_youtube {
        height: 640px;
        width: 95%;
    }    
}

.wy-side-nav-search .wy-dropdown>a, .wy-side-nav-search>a {
    background-image: url('https://cenit.fastsuite.cn/academy/Fastsuite_E2_CN_white.png');
    background-size: cover;
    text-indent: -9999px; 
    height: 55px;
    width: 250px;
}

.wy-side-nav-search .wy-dropdown>a:hover, .wy-side-nav-search>a:hover {
    background-image: url('https://cenit.fastsuite.cn/academy/Fastsuite_E2_CN_white.png');
    background-size: cover;
    text-indent: -9999px; 
    height: 55px;
    width: 250px;
}


.reference a {
    target-name:new;
    target-new:tab;
}



/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #acc434;
  }
  
  input:checked + .iframe_video {
      visibility: hidden;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #acc434;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .local-resources {
    width: 890px;
    display: none;
}

.wy-side-nav-search {
  background-color: #acc434;
}

.wy-menu-vertical header, .wy-menu-vertical p.caption {
  color: #acc434;
}


#technologies h4 img {
  width: 50px;
}

#technologies h4 {
  font-size: 12px;
  width: 300px;
}

#technologies .section {
  float: left;
}

div#id9 {
  display: block;
  clear: both;
}


video.iframe_video.basic_highlighted_video {
  width:60%;
  height:60%;
  display:block;
}

div#id3 ul.simple li {
  float: left;
}
/* 
section img {
  width: 50%;
  display: block;
} */


img[alt="alt l"] { 
  max-width:  80%; 
  display: block;
}

img[alt="alt m"] { 
  max-width:  50%; 
  display: block;
}

img[alt="alt text"] { 
  max-width:  50%; 
  display: block;
}


img[alt="alt s"] { 
  max-width:  30%; 
  display: block;
}

table img  {
  max-width: fit-content !important; 
}