.sugarbar{
	width: 90%;
	top: -100px;
	left: 5%;
	position: fixed;
	background: #104082;
	color: white;
	padding: 7px;
	z-index: 100;
	transition: all 0.2s;
	box-shadow: 0 5px 5px rgba(0,0,0,.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align:center;
}

.sugarbar a{
	color: lightyellow;
}

.sugarclose{
	
	font-size:20px;
	cursor: pointer;
	-webkit-user-select: none; /* disable chrome touch-to-search */
}