/*
view of tweets
*/
.view-tweets {
  background-color: black;
  font-size: 90%;
  padding: 0 1px 0 1px;
  border-radius: 5px;
}

.view-tweets a {
  text-decoration: none;
}

.view-tweets img {
  float: left;
  margin-right: 10px;
}

.view-tweets .view-header,.view-tweets .view-header a
  {
  color: white;
}

.view-tweets .view-header h3 {
  font-size: 80%;
  margin: 0;
  padding-top: 3px;
}

.view-tweets .view-header h4 {
  line-height: 100%;
  margin: 0;
}

.view-tweets .view-content {
  background-color: white;
  border-radius: 5px;
  clear: left;
  height: 200px;
  line-height: 120%;
  padding: 5px;
  overflow-y: scroll;
}

.view-tweets .view-content .views-row {
  border-top: thin solid #eee;
  clear: left;
  margin-top: 5px;
  padding-top: 5px;
}

.view-tweets .view-content .views-row-first {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.view-tweets .view-content .views-field {
  float: left;
  font-size: 80%;
  margin-bottom: 5px;
  margin-right: 5px;
}

.view-tweets .view-content .views-field-text
  {
  clear: left;
  float: none;
  font-size: 100%;
  margin-bottom: 2px;
  margin-right: 0;
}

.view-tweets .view-footer {
  padding: 3px 10px;
  text-align: right;
}

.view-tweets .view-footer img {
  margin: 3px;
}

.view-tweets .view-footer a {
  color: white;
}