/* Scroll_To_Top.css - 2/21/17
   
NOTES:   
.class 	.intro 	    Selects all elements with class="intro"
#id 	  #firstname 	Selects the element with id="firstname"   
   
================================================================ */

.scroll-to-top {
display: hide;
/* position: fixed; bottom: 10px; right: 10px; */
/* 2/21/17 - closer to the right edge...  */
position: fixed; bottom: 10px; right: 2px;
width: 32px;
height: 32px;
}

.scroll-to-top:hover { text-decoration: none; }