#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	font-size: 1.2em;
	font-weight: bold;
	z-index: 20;
}
#page-top a {
    /*mdf   #44 >>>*/
    background: #1e73be;
    /*mdf   #44 ---*/
	/*background: #006d4e;*/
    /*mdf   #44 <<<*/
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
    /*mdf   #44 >>>*/
    background: #7bafd4;
    /*mdf   #44 ---*/
	/*background: #26a37c;*/
    /*mdf   #44 <<<*/
}
