.newstape a {
	color: #F5F7FA;
}

.newstape .news-block h3{
	color: #fff;
}

.newstape .news-block p{
	color: #fff;
	font-size: 14px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

.newstape {
	color: #fff;
	height: 400px;
	overflow: hidden;
}

.newstape-content {
	position: relative;
	padding: 10px 15px;
}

.newstape-drag {
	cursor: ns-resize;
}