.csbtn{
	font-size:0.815em !important;
	font-weight: 600 !important;
	padding:8px 25px !important;
	border: 1px solid rgba(0, 0, 0, .2) !important;
	border-radius:10px !important;
	transition: 0.3s;
}
.csbtn:hover{
	transition: 0.3s;
}
.blue{
	color: white !important;
	background: linear-gradient(#89ccf9, #169ffb)
}
.blue:hover{
	background: linear-gradient(#169ffb, #89ccf9);
}
.green{
	color: white !important;
	background: linear-gradient(#aef7a7, #45d938)
}
.green:hover{
	background: linear-gradient(#45d938, #aef7a7)
}
.orange{
	color: white !important;
	background: linear-gradient(#ffc588, #ff8c12)
}
.orange:hover{
	background: linear-gradient(#ff8c12, #ffc588)
}
.white{
	color: black !important;
	background: linear-gradient(#ffffff, #ededed);
}
.white:hover{
	background: linear-gradient(#ededed, #ffffff);
}
.newzbar {
    position: sticky;
    bottom: 0;
    /*width: 100vw;*/
    z-index: 1;
    background: #fff;
    padding: 10px 28px 0px;
    border-top: 1px solid #ddd;
    box-shadow: 0 0 4px #ddd;
}
.newzbar marquee{
	font-size: 20px;
}