/* CSS of jQback2top Plugin by wasp / stefanbe */ 
#jqback2top {
    position: fixed;

    display: block;
	
		/*text-align:center;*/
	    bottom: 0;
	right:5%;

    /*right: 0.01em;*/
	/* right: 0.25em  FOR IE ...  */


    width:50px;
	height:22px;
	/*color: transparent;*/
	color: rgba(255, 255, 255, 0.9);
    background-color: #93B6D4;
    padding: 5px 6px;
    font-size: 1.2em;
    z-index: 6666666666;
	/*box-shadow: 3px 3px 2px #333333;*/
	transition: all 0.22s linear 0.22s;
	text-decoration: none;
	
	border-radius:.3em;
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
}

#jqback2top:hover { 
    color: #E95D0F;
	height:30px;
	font-size:2.0em;
    background-color: #002E58;
    padding: 5px 6px;
	transition: all 0.11s linear 0.11s;
	/*box-shadow: 3px 3px 2px #000000;*/
	text-decoration: none;
	/*ease-in-out vs linear */
}

jqback2top a:link { 
    text-decoration: none;
}

jqback2top a:visited { 
    text-decoration: none;
}

jqback2top a:hover { 
    text-decoration: none;
}

jqback2top a:active { 
    text-decoration: none;
}

jqback2top a:focus { 
    text-decoration: none;
}
