#wp-tip-wrap {
	width: 100%;
	z-index: 998;
	overflow: visible;
	background: transparent;
}

#wp-tip {
	background-color: #ffffff;
	padding: 10px;
}

.wpt-wrap {
	width: 100%;
}

.wpt-body-title {
	font-weight: bold;
	margin-bottom: 5px;
}

.wpt-body {
	margin-bottom: 5px;
}

.wpt-footer-main {
	text-align: center;
}

.wpt-footer-link {
	text-decoration: none;
}

.wpt-hidden {
	display: none;
}
