
#msb_close
{
	position: absolute; 
	right: 15px; 
	top: 50%; 
	transform: translateY(-50%); 
	font-family: Helvertical, Arial, sans-serif; 
	font-weight: bold; 
	font-size: 18px; 
	text-decoration: none; 
	color: rgb(26, 27, 28);
	/*bottom: 12px;*/
}

#msb_background
{
	opacity: 1; 
	margin: 0px; 
	padding: 0px; 
	left: 0px; 
	/*height: 50px;*/
	height: auto; 
	width: 100%; 
	z-index: 100000; 
	/*top: 0px; 
	position: absolute;*/
}

#msb_bar
{
	text-align: center; 
	margin: 0px; 
	left: 0px; 
	height: auto; 
	width: 100%; 
	box-sizing: border-box; 
	border: none; 
	/*position: absolute; */
	line-height: 22px;
}

@media screen and (min-width: 320px) and (max-width:640px) {
	#msb_close{
		font-size: 16px !important;
		right: 10px !important;
	}
	#msb_bar > a{
		font-size: 17px;
    	padding: 0 5px;
	}
	#msb_background
    {
     	z-index: 10000000000; 
    }
}

/*31-10-2019*/
#msb_bar a{
	text-decoration: none;
}