.page-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.guideHeader {
 display: flex;
 flex-direction: row;
 width: 100%;
 margin-top:10px; 
 margin-bottom:10px;

}

.headerLogo{

  background-image: url('https://docs.microsoft.com/_themes/docs.theme/master/en-us/_themes/styles/microsoft-logo-light.c77142eb.png');
  background-size:contain; 
  background-repeat:no-repeat; 
  background-position-x: 50%; 
  background-position-y: center; 
  height:23px; 
  width: 108px; 
  margin-right: 15px;
  float: left; 
}

.headerText{
  border-left: 2px solid black; 
  padding-left: 10px; 
  font-family:"Segoe UI",sans-serif; color:#333333; 
  font-size:18px; 
  font-weight: 600;
  line-height:23px; 
}

button{
  background-color: white;
  border-radius: 4px;
  border:1px solid gray;
  text-align: center;
  font-family:"Segoe UI",sans-serif; 
  color:#333333; 
  font-size:18px; 
  font-weight: 600; 
}


.headerButton1{
  display:flex;
  margin-left: auto;
  margin-right: 10px;
  }


.headerButton2{
    display:flex;
    margin-right: 20px;
    }
  

.copyButton{

      background-image: url(../images/copy_button_light_theme.png); 
      background-size: 13px 13px; 
      background-color: white;
      height: 13px; 
      width: 13px; 
      border-style:none;
      border-color: white;
    }
    

.interactive-guide-container {
   display:flex;
   flex-direction: row;
   width: 100%;
   flex-grow: 1;
  }

 
  .captivateSimContainer {
    display:flex;
    background-color: blue; 
    height: 90vh;
    flex-grow: 1;
    margin: 0px 0px 00px 0px;
 }
  
  .labGuideContainer {
    height: 90vh;
    /*width: 400px;*/
    width: 30vw;
    margin: 0px 0px 0px 20px;
    overflow: auto;
    visibility: hidden;
    transition: visibility 0.2s linear;
  }

  .labGuide, .labGuideContainer:hover, .labGuideContainer:focus{
    visibility: visible;
    transition: visibility 0.2s linear;
  }

.captivateSim{
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}


/* header and list item definitions */

h1{
  font-size:14.5pt;
  font-family:"Segoe UI",sans-serif;
  color:#333333; 
}

h2{
  font-size:13pt;
  font-family:"Segoe UI",sans-serif;
  color:#333333; 
}

h3{
  font-size:12pt;
  font-family:"Segoe UI",sans-serif;
  color:#333333; 
}

p, li{
  font-size:10.5pt;
  font-family:"Segoe UI",sans-serif;
  color:#333333; 
  line-height: normal;
  font-weight: normal;
}

input[type="checkbox"]:checked{
  background-color: blue;
}

code{
  font-family:"Consolas";
  background-color: lightgray;
}
