
body { font-family: 'roboto', Arial, Helvetica, sans-serif }

.newstape a { color: #ffffff; }

#wrapper {
  width: 250px;
  margin: 0 auto;
}

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-justify { text-align: justify; }

.newstape {
  background-color: #ffffff;
  color: #000;
  height: 100px;
  overflow: hidden;
}

.newstape-content {
  position: relative;
  padding: 12px;
}

.newstape-drag { cursor: ns-resize; }


