.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 5px 10px;
  font-size: 14px;
  border: none;
}

.dropdown {
  position: absolute;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 110px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  z-index: 1;
  margin-left: -40px;
}

.dropdown-content a {
  color: white;
  padding: 8px 5px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.tumblr {
  background: #2c4762;
  color: white;
}

.reddit {
  background: #ff5700;
  color: white;
}

.pinterest {
  background: #cb2027;
  color: white;
}

.print {
  background: #75AA33;
  color: white;
}

.evernote {
  background: #FC4242;
  color: white;
}
.google {
	background: #dd4b39;
	color: white;
  }

.youtube {
  background: #bb0000;
  color: white;
}

.instagram {
  background: #125688;
  color: white;
}


.snapchat-ghost {
  background: #fffc00;
  color: white;
}

.skype {
  background: #00aff0;
  color: white;
}

.android {
  background: #a4c639;
  color: white;
}

.dribbble {
  background: #ea4c89;
  color: white;
}

.vimeo {
  background: #45bbff;
  color: white;
}


.vine {
  background: #00b489;
  color: white;
}

.foursquare {
  background: #45bbff;
  color: white;
}

.stumbleupon {
  background: #eb4924;
  color: white;
}

.flickr {
  background: #f40083;
  color: white;
}

.yahoo {
  background: #430297;
  color: white;
}

.soundcloud {
  background: #ff5500;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.rss {
  background: #ff6600;
  color: white;
}

.linear {padding: 8px; margin-right: 1px;}
