#sp-header {
  height: 60px;
  width: 100%;
  position: relative;
  z-index: 99;
  box-shadow: none;
  animation: spFadeIn 0.5s;
}
tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
}
img {
  display: inline;
  max-width: 100%;
  height: auto;
}