.connected {
  position: relative;
}

.connected .fb-logo {
	float: left;
	padding: 0 10px 0 0;
}

.connected .title {
	
	padding: 0;
}

.connected .wrap {
	padding-top: 0;
	/* border-top: 1px solid #ebebeb; */
}

./*
connected #connect {
  margin: 20px 0;
  border-top: 1px solid #ebebeb;
  width: auto;
}
@media (max-width: 959px) {
  .connected #connect {
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  .connected #connect {
  height: 1000px !important;
  }
}
*/
.current-social {
	border-top: 1px solid #ebebeb;
	clear: both;
}

.fb-wall-picture {
	width: 50%;
	padding: 0px 15px 0px 0px;
	float: left;
}

.fb-wall-box {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ebebeb;
}

.fb-wall-media a {
/* 	font-size: 1.0em; */
	padding: 0;
}

/* Leo this is the height driver that masks the problem */

/*
.connected #connect {
  height: 1000px;
}
*/

.connected .tweet {
	font-size: 1.4em;
}

.connected .fb-wall-avatar {
	float: left;
	padding-right: 20px;
}

.connected .fb-wall-caption {

}

/*
.connected #connect .wrap .top {
  border-bottom: 1px solid #ebebeb;
  padding: 25px 0;
}
.connected #connect .wrap .bottom {
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
}
*/
/*
.connected .title {
  color: #363636;
  font-size: 1.6em;
  font-weight: 600;
  font-family: "open-sans", Helvetica, Arial, "Lucida Grande", sans-serif;
  position: relative;
  top: -7px;
  left: 10px;
}
*/
.connected p {
  margin: 5px 0 15px;
}
.connected p a {
  /* color: #00acee; */
}
.connected p a:hover {
  text-decoration: underline;
}
.connected .time {
  font-size: 1.3em;
  color: #363636;
  font-weight: 600;
  font-family: "open-sans", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.connected h2 {
  color: #000;
  padding: 10px 0;
}
.connected .connect-tag {
  width: 215px;
  margin: 7px 25px 10px 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  padding: 3px 0 3px 3px;
  position: relative;
}
.connected .connect-tag .name {
  font-size: 1.3em;
  font-weight: 600;
  font-family: "open-sans", Helvetica, Arial, "Lucida Grande", sans-serif;
  position: relative;
  top: 2px;
  left: 10px;
}
.connected .connect-tag a.twitter {
  background: url('https://waps.l3s.uni-hannover.de/live/oe_/https://theconsumervoice.org/site/assets/images/connect-tag-twitter.png');
  height: 23px;
  width: 22px;
  text-indent: -9999px;
  display: inline-block;
  float: right;
  margin: 0 3px 0 0;
  position: static;
}
.connected .connect-tag a.twitter:hover,
.connected .connect-tag a.twitter.active {
  background-position: -22px 0;
}
@media (max-width: 959px) {
  .connected .connect-tag a.twitter:hover,
  .connected .connect-tag a.twitter.active {
    background-position: 0 0;
  }
}
@media (max-width: 959px) {
  .connected .connect-tag a.twitter {
    position: absolute;
    right: -50px;
    bottom: 0;
  }
}
.connected .connect-tag a.facebook {
  background: url('https://waps.l3s.uni-hannover.de/live/oe_/https://theconsumervoice.org/site/assets/images/connect-tag-facebook.png');
  height: 23px;
  width: 23px;
  text-indent: -9999px;
  display: inline-block;
  float: right;
  margin: 0 3px 0 0;
  position: static;
}
.connected .connect-tag a.facebook:hover,
.connected .connect-tag a.facebook.active {
  background-position: -23px 0;
}
@media (max-width: 959px) {
  .connected .connect-tag a.facebook:hover,
  .connected .connect-tag a.facebook.active {
    background-position: 0 0;
  }
}
@media (max-width: 959px) {
  .connected .connect-tag a.facebook {
    position: absolute;
    right: -90px;
    bottom: 0;
  }
}
.connect-back {
  background: #eaeaea;
}
.connect-name {
  color: #494949;
}
.connect-twitter-hover {
  background: #00acee;
}
.connect-twitter-name {
  color: #fff;
}
.connect-facebook-hover {
  background: #3b5998;
}
.connect-facebook-name {
  color: #fff;
}