
.wp-corner {
	background-color:#29bb73;
	color:#ffffff;
	font-size:20pt;
	padding:10px;
	padding-left:12px;
	padding-right:12px;
	display:inline-block;
	position:fixed;
	bottom:50px;
	right:10px;
	border-radius:200px;
	border: solid 4px #ffffff;
	box-shadow:0 0 3px rgba(0,0,0,0.4);
	cursor:pointer;
	z-index:1000;
}
.wp-corner:hover {
	border: solid 8px #ffffff;
	bottom: 26px;
	right: 6px;
	background-color: #59DB9A;
}

.help-corner {
	background-color:#2eb441;
	color:#ffffff;
	font-size:20pt;
	padding:10px;
	padding-left:12px;
	padding-right:12px;
	display:inline-block;
	position:fixed;
	bottom:30px;
	right:10px;
	border-radius:200px;
	border: solid 4px #ffffff;
	box-shadow:0 0 3px rgba(0,0,0,0.4);
	cursor:pointer;
	z-index:1000;
}
.help-corner:hover {
	border: solid 8px #ffffff;
	bottom: 26px;
	right: 6px;
	background-color: #FFB951;
}
.wp-msg {
	position:fixed;
	right:10px;
	bottom:10px;
	z-index:1000;
	text-align:center !important;
	font-size:10pt;
}

.wp-msg a:link {color:#29bb73 !important;}
.wp-msg a:visited {color:#29bb73 !important;}
.wp-msg a:hover {color:#29bb73 !important; text-decoration:underline;}

.bg-secondary a:link {color:var(--secondary-contrast) !important;}
.bg-secondary a:visited {color:var(--secondary-contrast) !important;}
.bg-secondary a:hover {color:var(--secondary-contrast); text-decoration:underline !important;}

