
#overview ol,
#overview ul {
    list-style: inherit;
}

#overview ol li,
#overview ul li {
    margin: inherit;
    padding: inherit;
}

table.table td
{
    padding: 5pt;
    border-bottom: thin solid black;
}


.bootstrap-wrapper {
    clear: both;
}

@keyframes highlighter {
    0% {
      background: yellow;
    }
    100% {
      background: white;
    }
  }

  input.highlight {
    animation: highlighter 2s;
  }