body {
    overflow-x: hidden; /* Prevent horizontal scroll */
}

.apm-header {
    height: 50px;
    /* width:100%; */
    background-color: red;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: thin solid #ccc;
}

.subitem-indent {
  text-indent: 20px;
}

thead, tbody, tfoot, tr, td, th {
  border-style: none;
}