@import url('https://fonts.googleapis.com/css?family=Montserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&ver=4.9.6#038;subset=latin,latin-ext');
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono");

body {
  font-family: Nunito, Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #696969;
  margin: 0;
}

b,
strong {
  font-weight: 600;
}
a {
  font-weight: 500;
  color: #000000;
}
a:hover {
  color: #002452;
  text-decoration: underline;
}
a.button:hover {
  color: #fff;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, Helvetica, Arial, sans-serif !important;
  color: #198754 !important;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
  box-shadow: none !important;
  border-top: 1px solid #a8a8a8 !important;
  padding: 15px 0px 0px 0px !important;
  margin: 40px 0px 10px 0px !important;
}
h1 > img,
h2 > img,
h3 > img,
h4 > img,
h5 > img,
h6 > img {
  margin-bottom: 0px!important;
}
h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  border-top: none !important;
}
h3 {
  font-size: 16px;
  border-top: none !important;
  padding-top: 0px !important;
  margin-top: 15px !important;
  margin-bottom: 10px !important;
}
h4, h5, h6 {
  font-size: 16px;
  color: #777 !important;
  border-top: none !important;
  padding-top: 0px !important;
  margin-top: 15px !important;
  margin-bottom: 10px !important;
}

code {
  padding: 0px !important;
  border-width: 0px !important;
  font-family: "Roboto Mono", monospace !important;
  background-color: transparent !important;
  font-size: 100% !important;
  color: #198754;
  white-space: break-spaces !important;
  border: none !important;
}
h1 > code,
h2 > code,
h3 > code,
h4 > code {
  font-size: 100%;
  font-family: "Roboto Mono", monospace;
  text-transform: none;
}


li.device {
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 25px;
  padding-bottom: 2px;
  font-size: large;
}
ul.devices {
  list-style-type: none;
  padding: 5;
  margin: 0;
}

select {
    background-color: #f4fbfc;
    border-radius: 16px;
    border: 1px solid #e5f5f7;
    color: #696969;
    cursor: pointer;
    padding: 4px 8px;
    margin: 2px 10px 2px 10px;
}


.red {
  color: #ff7059;
}