@media screen {

/*------------ Container of Personalisation Widget ------------ */
#container {
	background-color:rgba( 255, 255, 255, 0.94 );
	border:1px solid #e6e6e6;
	bottom:140px;
	box-shadow:0 0 5px #000;
	color: #4c4841;
	display:none;
	font-size: 12px;
	left:32px;
	padding:10px;
	position:absolute;
	width: 320px;
	z-index:1000;
}

/*------------  Close link ------------ */
.close { 
	float:right;
    	background: #3d2314;
   	border-radius: 50%;
	font-size: 12px;
    	padding: 1px;
}

/*-- Font Awesome Icon --*/
#close-link i {
	color: #fff;
	cursor:pointer;
	text-decoration:none;
}

#container a {
	color: #9E9E46;
	font-weight: 700;
    	text-decoration: none;
}


/*------------ Personalisation Styling ------------*/
.personalise {
	font-size:12px;
}

/*.personalise.greeting {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}*/

.personalise {
	width:90%;
	margin: 10px;
}

.personalise img {
	max-height:50px;
	margin: 0px 15px 10px 0px;
}

.personalise span {
	margin: 8px 10px 10px 10px;
	display:block;
}

.personalise img, personalise span {
	float:left;
}

/*-- Separator lines for each Message --*/
.sepp {
	border-bottom: 1px solid #DEDEDE;
   	clear: both;
   	margin: 5px 0px 10px 10px;
    	width: 90%;
}	
	
	
/*------------ Message Styling ------------*/	

/*-- Welcome Message M0 Header --*/	
.personalise.m0 h1, .personalise.greeting {
    border-bottom:0;
    color:#4c4841;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin: 10px 0px 15px 10px;
    padding:0;
}

.personalise.m0 {
    font-size:14px;
    font-weight:bold;
    margin-bottom:10px;
}

/*-- Sub Header --*/	
.personalise  h2 {
    color:#a79367;
    border-bottom:0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin: 5px 0px 5px 0;
    padding:0;
}

}/*-- /media screen --*/



/* -- If required --
@media screen and (max-width: 990px){		
	

}*//*-- /media screen max-width:990px --*/