.socialbar {
 float: left;
 position: fixed;
 top: 250px;
 left: 0px;
 min-width: 20px;
 background-color: #eb3a88;
 border-color: #ffffff;
 border-style: solid;
 border-width: 1px;
 min-height: 20px;
 padding: 8px;
 text-align: center;
}

.socialbutton {
  color: #ffffff; 
  padding:8px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.socialbutton:hover {
    color: #000000;
}

.ridebar {
 float: left;
 position: fixed;
 top: 370px;
 left: 0px;
 min-width: 20px;
 background-color: #eb3a88;
 border-color: #ffffff;
 border-style: solid;
 border-width: 1px;
 min-height: 20px;
 padding: 8px;
 text-align: center;
}

.ridebutton {
  color: #ffffff; 
  padding:8px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.ridebutton:hover {
    color: #ffffff;
    text-decoration: none;
}

.ridebutton:active {
    color: #ffffff;
    text-decoration: none;
}