.insertposition {
  position: relative;
  top: -35px;
  left: 25px;
}
.insertposition:before {
  content: "_ ";
}

.table {
  table-layout: fixed;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.table td {
  white-space: normal;
}  

.text-report {
  color: #f6f9fc;
}

.navbar-vertical .navbar-nav .nav-link .icon {
  padding: 2px;
}