.vrotips {
	bottom: 485px;
    position: fixed;
    width: auto !important;
    bottom:5px;
    right: 5px;
  	z-index: 999999 !important;
}
.vrotipswrapper {
	position: relative;
	width: 390px;
}
.vrotipsopener {
	text-align: right;
}
.vrotipscontainer {
	position: relative;
	background-color: #dae3e5;
	padding: 15px 20px;
	margin: 0 10px 17px 0;
	border-radius: 5px;
}
.vrotipscontainer:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7.5px 0 7.5px;
	border-color: #dae3e5 transparent transparent transparent;
	content: "";
	position: absolute;
	bottom: -8px;
	right: 22px;
	z-index: 1000;
}
.vrotipscontainer-title {
	background: #0E5C66;
	color: #fff;
	border-radius: 5px;
	padding: 10px 10px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin: -53px 0 0 -29px;
}
.vrotipscontainer-title > * {
	display: inline-block;
	float:left;
}
#vroclosetipimg, #vrotipsopenerimg {
	cursor: pointer;
}
.vrotipscontainer-title > span {
	margin: 3px 0 0 10px;
}
.vrotipscontainer-blockone {
	margin: 23px 0 10px;
	font-size: 16px;
	color: #444;
}
.vrotipscontainer-blocktwo {
	margin: 5px 0 5px 0;
	font-size: 14px;
}
.vrotipscontainer-blocktwo img {
	margin: 3px;
}
.vrotipsopener {
	z-index: 10001;
	position: relative;
	margin: -10px 0 0;
}
.vrotipscontainer-discover {
	margin: 15px 0 0 0;
}
.vrotipscontainer-discover a {
	background: #999900;
	display: inline-block;
	padding: 8px 10px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}