/* Enter Your Custom CSS Here */
.tweets li {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4em;
  padding: 10px;
  border-top: 1px solid #ddd;
}
.tweets li:first-child {
  border-top: 0;
}
.tweets li .avatar {
  overflow: hidden;
  margin: 0 2% 10px 0;
  float: left;
}
.tweets li .avatar a img {
  border: 4px solid white;
}
.tweets li .msg {
  clear: right;
  margin-left: 25%;
}
.tweets li .twit a {
  font-weight: bold;
}
.tweets li .info {
  clear: both;
  margin-top: 10px;
  margin-left: 25%;
  font-size: 12px;
  color: #ccc;
}

.sidebar.s2 .sidebar-top.group p {
  display: none;
}
.sidebar.s2 .sidebar-top.group:before {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  padding: 3px 0px;
  content: 'Más contenidos';
}

.sidebar.s1 .sidebar-top.group p {
  display: none;
}
.sidebar.s1 .sidebar-top.group:before {
  float: left;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  padding: 3px 0px;
  content: 'Síguenos';
}