#cookie-bar {background:#111111; height:auto; min-height:20px; line-height:20px; color:#333333; text-align:center;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p { margin:0; padding:0; }
#cookie-bar a { color:#ffffff; display:inline-block;  text-decoration:none; padding:0 6px; }
#cookie-bar .cb-enable { background:#002b59; border-radius:3px; margin-left:8px; line-height: 17px; margin-top: 1px; padding: 0 10px; text-transform: uppercase; }
#cookie-bar .cb-enable:hover {background:#001d4f;}
/*#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;} */
#cookie-bar .cb-policy { font-weight: bold; padding-left: 3px; color: #333333}
#cookie-bar .cb-policy:hover { text-decoration: underline;} 
 /* FG STYLE */
#cookie-bar { 
	font-family: 'Calibri-webfont', SimHei, Heiti TC, Georgia; 
	font-size: 14px;
	position: fixed; 
	z-index: 9999; 
	top: 0px; 
	width: 100%;
	height: 20px;
	line-height: 20px;
	background-color: rgba(150, 150, 150, 0.8); 
}


@media screen and (max-width: 639px) {
	#cookie-bar {  line-height: 20px;  height: 50px; width: 100%;   left: 0;
  top: auto; bottom: 0px; }
	#cookie-bar .cb-enable { line-height: 25px; }
}