a {
	color: black;
	text-decoration: none;
}

div.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index : 1001;
  height: 50px;
  padding: 10px;
  padding-left: 60px;
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
  margin: 0;
  width: 100%;
  box-sizing: border-box; 
}
  
div.footer_inner {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  font-size: .813em;
  font-family: 'ralewaylight', sans-serif; 
}

div.footer_inner a{
	cursor: pointer;
}

