﻿.newstape a {
    color: #f5f7fa;
}

.newstape {
    background-color: white;
    color: #333;
    height: 283px;
    overflow: hidden;
    border:1px solid #915e00;
}
.newstape-content {
    padding: 5px;
    position: relative;
}
.newstape-drag {
    cursor: ns-resize;
}
