.docs-logo {
  height: 30px;
}

.products li a h3, .products li a p {
left: 20px;
}

.products li a:hover {

  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 186, 255, 0.25), 0 7px 17px 0 rgba(0, 186, 255, 0.25);
      box-shadow: 0 1px 5px 0 rgba(0, 186, 255, 0.25), 0 7px 17px 0 rgba(0, 186, 255, 0.25);
}



.green-check {
  height: 22px;
  display: absolute;
  display: inline;
  margin-bottom: 5px;
}

.checkbox-paragraph {
  display: inline;
  padding-left: 10px;
}

strong {
  font-weight: 600;
}

.hardware-requirements, .get-started {
  padding-top: 40px;
}


footer {
  border-top: 2px solid #f4f6f7;
  padding: 39px 0;
}


.toggle-content:hover {
  color: rgba(0, 186, 255, 0.25);
}


#sidebar nav {
  left: calc(100% - 470px);
}

#sidebar .logo {
  padding-left: 0px;
}


.doc-contents {
  display: none;
}


.hardware-bottom {
  margin-top: 40px;
}


.thead {
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.04)
}


.gpu-table {
  margin-top: 100px;
}


article aside.important:not(:last-child) {
    margin: 30px 0 40px 0;
}

.code {
  color: #6516B0;
font-family: Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
padding: .2rem .4rem;
background-color: #f7f7f9;
border-radius: .25rem;
font-weight: 600;
font-size: 90%;

}

.bios-img {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;

}
