
body { font-family: 'roboto', Arial, Helvetica, sans-serif }

.dallu a { color: #000; }

#wrapper {
  /*width: 355px;*/
  margin: 0 auto;
}

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-justify { text-align: justify; }

.dallu {
  background-color: #fff;
  color: #000;
  height: 72px;
  overflow: hidden;
}

.dallu-content {
  position: relative;
  padding: 15px;
}

.dallu-drag { cursor: ns-resize; }
