.table-linked{
    color: #009ed5;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color: #00cc66;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top:22px;
}

#map-div {
    height: 300px;
}

.navbar {
  z-index: 1;
}

.footer {
  display: inline-block;
  position: fixed;
  height: 40px;
  left: 0;
  bottom: 0px;
  width: 100%;
  background-color: #589fc1;
  color: white;
  text-align: center;
  z-index: 1;
}

.pagination {
  margin-bottom: 10px;
}

.button {
  border: none;
  padding: 4px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;

  background-color: white;
  color: black;
  border: 2px solid #2b8cbb;
}

.button:hover {
  background-color: #2b8cbb;
  color: white;
}

#map { 
  position: absolute; 
  top: 0; 
  bottom: 0; 
  width: 100%; 
}