.popupmodule_textbutton {
	color: #fff!important;
	background-color: unset;
	border-color: unset;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: unset;
	font-size: unset;
	line-height: 1.42857;
	border-radius: 4px;
	-moz-user-select: none;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.popupmodule_textbutton:hover,
.popupmodule_textbutton:focus {
	background-color: #46b8da
}
