
#pagetop {
  display: none;
  position: fixed;
  z-index: 1;
  bottom: 86px;
  right: 1px;
}
#pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  padding-bottom: 0;
  background-color: #fafafa;
 -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
  border-radius: 1px;
 border:1px solid #2b2b2b;
  text-align: center;
  color: #2b2b2b;
-moz-opacity: 0.7;
    opacity: 0.7;
  text-decoration: none;
   	font-size: 1.5rem;
  font-family: 'Saira Condensed', sans-serif;
line-height: 3;
}

#pagetop2 {
  display: none;
  position: fixed;
    z-index: 1;
  bottom: 30px;
  right: 1px;
}
#pagetop2 a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fafafa;
  border-radius: 1px;
   -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border:1px solid #2b2b2b;
  text-align: center;
  color: #2b2b2b;
-moz-opacity: 0.7;
    opacity: 0.7;
  text-decoration: none;
  	font-size: 1.5rem;
  font-family: 'Saira Condensed', sans-serif;
line-height: 3;
}
