/* reset styles */

p {
  padding: 0px;
  margin: 0px;
}

ul {
  list-style-type: none;
  padding: 0px;
}

li {
  white-space: nowrap;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

table thead tr th {
  font-weight: normal !important;
}

.row-max-width-replacement {
  max-width: none !important;
}
