div.custom ul li {
    list-style-type: disc;
    display: list-item;
    margin-left: 20px;
}

div.custom ul ul li {
    list-style-type: circle;
    display: list-item;
    margin-left: 60px;
}

div.custom ul ul ol li {
    list-style-type: decimal;
    display: list-item;
    margin-left: 80px;
}

div.config-content code {
    white-space: pre-line;  /*Make every line in html on their own line without adding <br> tags everywhere*/
    display : block;
}
div.config-content code::first-line {
    white-space: normal;  /*Remove whitespace from the first line*/
}

#iot_ticket {
    border-collapse: collapse;
    width: 100%;
}

#iot_ticket td, #iot_ticket th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}

#iot_ticket th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #F4F5F7;
  font-weight: bold;
}

#iot_ticket td:first-child {
    text-align: left;
}

#iot_ticket tr:nth-child(even){background-color: #f2f2f2;}