

#wrapper {
    width: 250px;
    margin: 0 auto;
}

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

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

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




.newstape {
    background: none;
    height: 316px;
    overflow: hidden;
    color:black;
}

.newstape-content {
    position: relative;
    padding: 15px;
}

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