.bottom_page{
  position: fixed;
  bottom: 0px;
  right: 0px;
  font-size: 12px;
  padding: 5px 10px ;
  width: 100%;
  border-top:1px solid #ccc;
  text-align: right;
  background-color: rgba(230,230,230,0.8);
  
}


.bottom_page a{
  color: #444;
  font-weight: bold;
}
