
.gd-widget-button {
	bottom: 40px;
	right: 40px;
	height: 50px;
	width: 50px;

	border-radius: 25px;
	color: #fff;
	padding: 10px;
	text-align: center;
	background: #3366e3;
	position: fixed;
	z-index: 99999;
	box-sizing: border-box;
	border: 0 solid;
	cursor: pointer;
	box-shadow: 1px 2px 8px 2px rgba(0, 0, 100, .3);
	transform: translateY(-1px);
}

.gd-widget-button:hover {
	box-shadow: 1px 2px 8px 2px rgba(0, 0, 0, .2);
	transform: translateY(0px);
}

.gd-widget-frame {
	position: fixed;
	z-index: 999999;
	bottom: 100px;
	right: 40px;
	width: 350px;
	height: 500px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.gd-widget-powered-by {
	position: fixed;
	z-index:999999;
	bottom: 40px;
	right: 125px;
	height: 50px;
}

.hidden {
	display: none;
}
