/**
 * Styles to render a tweet as it is shown at Twitter.com.
 *
 * Thanks @makangus.
 */
div.view-tweets ul{
  list-style-type: none;
  padding: 0px;
}

.twitter-status{
  /*background: #ffffff;*/
  margin-bottom: 16px;
}

.twitter-status .timestamp{
  /*float: right;*/
}

.twitter-status .name-handle{
}

.twitter-status .text{
  color: #384359;
}

.twitter-status .retweet{
}

.twitter-status .name-handle .name, .twitter-status .name-handle .handle{
  /*display: inline;*/
}

.twitter-status .name-handle .name a{
  font-weight: bold;
  margin-right: 5px;
  color: #333333;
}

.twitter-status a {
  color: #384359;
}

.twitter-status .avatar{
  float: left;
}

.twitter-status .avatar img{
  border-radius: 3px;
}

.twitter-status a {
}

.twitter-status a:hover {
  color: #bd3f39;
}

.twitter-status .actions{
  /*visibility: hidden;*/
}

.twitter-status:hover .actions{
  visibility: visible;
}

.twitter-status .actions li{
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.twitter-status .actions a{
}
.twitter-status .avatar {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #e5e5e5;
  box-sizing: border-box;
  display: block;
  float: left;
  height: 71px;
  padding: 8px 0 0;
  text-align: center;
  width: 71px;
}
.twitter-status .timestamp {
  color: inherit;
  font-size: 0.75em;
  line-height: 0.875em;
  padding-left: 79px;
  color: #384359;
}
.twitter-status .name-handle {
  padding-left: 79px;
  margin-left:0;
}
.twitter-status .name-handle .name {
  margin-top: 2px;
}
.twitter-status .name-handle .name a {
  font-family: "brandon-grotesque-n9","brandon-grotesque",arial,sans-serif;
  font-size: 0.875em;
  font-weight: 900;
  line-height: 1.3em;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  color:#384359;
}
.twitter-status .name-handle .handle {
  font-size: 0.875em;
  margin-bottom: 2px;
  margin-top: -2px;
}

.twitter-status .text {
  line-height: 1.25em;
  padding-left: 79px;
  font-weight: 400;
  font-size: .88em;
}
.twitter-status .actions {
  font-size: 0.875em;
  margin-top: 3px;
  text-align: right;
}
.twitter-status .actions li:before {
  color: #30678c;
  content: " | ";
}
.twitter-status .actions li:first-child:before {
  display: none;
}

.twitter-status .name-handle .retweet a:after {
	-moz-osx-font-smoothing: grayscale;
	  color: #718999;
    font-family: "icons-cnc";
    font-size: 1em;
    margin-left: 5px;
    vertical-align: middle;
	content: '\e818'; } /* '' */