﻿#demo {
	background-color: black;
	position: fixed;
	top: 0px;
	bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	border-bottom-right-radius: 8px;
	padding: 10px;
	height: 40px;
	z-index: 1000;
	color: white;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}


@media only screen and (max-width: 768px) {
	#demo {

		font-size: 20px;
		border-bottom-left-radius: 8px;
		left: 30%;

	}
}