body {
  line-height: inherit;
}

p, div, table, td, tr, th, thead, tbody, h1, h2, h3, h4, h5, h6, span, dl, ul, ol, li, img {
  margin: 0 !important;
}

#content {
  display: block; 
  overflow: hidden; 
  text-overflow: clip; 
  white-space: nowrap;
}

table, td, tr, th, thead, tbody {
  border: none !important;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
  width: 100%;
}

.table-cell {
  display: table-cell;
}



.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.vertical-align-top {
  vertical-align: top;
}
.vertical-align-middle {
  vertical-align: middle;
}
.vertical-align-bottom {
  vertical-align: bottom;
}