.social-btns {
    padding: 10px;
    margin-left: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: end;
	max-width: 675px;
}

.social-btn {
    padding: 5px;
    min-width: 145px !important;
	height: 30px !important;
    margin: 10px !important;
    line-height: 20px;
    color: white;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    letter-spacing: 1.3px !important;
}

.twitter-share {
	vertical-align: middle;
    display: inline-block;
    padding: 5px;
    border: 1px solid #cad4e7;
    border-radius: 4px;
    background-color: rgb(26,178,232);
    font-family: helvetica neue,helvetica,arial,sans-serif;
    font-size: 10.5px;
    text-decoration: none;
    white-space: nowrap;
    height: 29px;
}
.twitter-share:hover {
  border-color: black;
  color: white;
}

.fb-share {
  vertical-align: middle;
  display: inline-block;  
  padding: 5px;
  border: 1px solid #cad4e7;
  border-radius: 4px;
  background-color: rgb(59, 89, 152);
  font-family: helvetica neue,helvetica,arial,sans-serif;
  font-size: 10.5px;
  text-decoration: none;
  white-space: nowrap;
  height: 29px;
  /* IE7 */
  *display: inline;
  *zoom: 1;
}
.fb-share:hover {
  border-color: #9dacce;
  color: white;
}
.fa-facebook, .fa-twitter, .fa-envelope {
	margin: 0px 7px;
}
.email-share {
	background-color: gray;
	vertical-align: middle;
	display: inline-block;  
	padding: 5px 13px 10px 5px;
	font-size: 10.5px;
	height: 29px;
	border-radius: 4px;
}
.email-share:hover {
  border-color: gray;
  color: white;
}

.share-wrapper {
    width: auto;
	display: inherit;
}
