div.field--name-body{
  overflow: auto;
}
table table{
  border:none !important;
}
table{
  overflow-x: auto;
  display: block;
  border-bottom: 1px solid #c1c1c1 !important;
}
table tbody tr:nth-child(2n) td {
    background: #fff;
}
table tbody tr td span{
    margin: 0px 1px 0px 1px;
}
.container #main table tbody tr {
    border: none;
}
#main-content .container{
  margin-top: 0px !important;
  width: auto !important;
  max-width: inherit;
}
.meta.submitted{
  display:none;
}
#sidebar-first ul.menu>li>a{
  width:auto;
}
body.cmi-left-sidebar-page #sidebar-first ul.menu>li>a {
    font-size: 1rem;
    font-weight: 400;
    line-height: 16px;
    margin-left: 10px;
}
body.cmi-left-sidebar-page #main-content .container {
    /* margin-top: -90px; */
    max-width: 1500px;
}
.cmi-left-sidebar-page .container #main table {
       max-width: fit-content;
}
table thead tr th{
width:30rem !important;
}