
.newstape a { color: inherit; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-justify { text-align: justify; }

.newstape {
  background-color: transparent;
  color: inherit;
  height: auto;
  /* Establish BFC to prevent later floats from overlapping this section */
  overflow: hidden;
}

.newstape-content {
  position: relative;
  padding: 8px; /* compact spacing */
}

.newstape-drag { cursor: ns-resize; }
