.newstape a {
	color: #F5F7FA;
}


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

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

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

.newstape {
	background-color: #777a7b;;
	color: #fff;
	height: 400px;
	overflow: hidden;
}

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

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