/*
.dropdown-content {


    display: none;


    position: absolute;


    width: 100%;


    overflow: auto;


    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);


}

.dropdown:hover .dropdown-content {


    display: block;


}

.dropdown-content a {


    display: block;


    color: #000000;


    padding: 5px;


    text-decoration: none;


}

.dropdown-content a:hover {


    color: #FFFFFF;


    background-color: #00A4BD;


}
*/

@media only screen and (min-width: 76.25em) {
  .md-main__inner {
    max-width: none;
  }
  .md-sidebar--primary {
    left: 0;
  }
  .md-sidebar--secondary {
    right: 0;
    margin-left: 0;
    -webkit-transform: none;
    transform: none;
  }
}


/* Maximum space for text block */
/*
.md-grid {
  max-width: 90%; 
}
*/

html, body {
  height: 100%;
  /*background-color: red;*/
  margin-top: -30px;
  margin-left:-8px;
}

.wrapper {
  /*width: 100%; */
  max-width: 80%; 
  height: 100%;
  margin: 0 auto; 
  /*background: #00FFFF;*/
}

.h_iframe {
  position: relative; 
  padding-top: 80%;
}

.h_iframe iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}        

.h_iframe iframe .tabbed-labels label {
  top: -50; 
  left: 0; 
}        
