@charset "UTF-8";
	
.container {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: table-cell;
}
.container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#tw-widget1 li {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
#tw-widget1 a {
  text-decoration: none;
}
/*#tw-widget1 .user {
  background: #FD7A79;
  padding: 20px 20px 16px;
  position: relative;
  border-radius: 6px 6px 0px 0px;
  border-bottom: 1px solid #fd6160;
}
#tw-widget1 .user a span {
  position: absolute;
  display: block;
  top: 0;
  text-align: left;
}
#tw-widget1 .user a span[data-scribe="element:name"] {
  position: absolute;
  top: 21px;
  left: 55px;
  font-size: 16px;
  color: white;
  font-weight: bold;
}
#tw-widget1 .user a span[data-scribe="element:screen_name"] {
  position: absolute;
  top: 42px;
  left: 74px;
  font-size: 14px; 
}*/
#tw-widget1 .tweet {
  margin: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  font-size: 16pt;
  font-weight: bold;
  po
}
#tw-widget1 .tweet a {
  color: #eda11e;
  text-decoration: none;
}
#tw-widget1 .tweet a[data-scribe="element:url"] {
  color: #eda11e;
}
#tw-widget1 .tweet a[data-scribe="element:hashtag"] {
  color: #eda11e;
}
/*#tw-widget1 .interact {
  margin: 0;
  padding: 0;
  position: relative;
  background: #04C6C4;
  border-radius: 0px 0px 6px 6px;
  border-top: 1px solid #03adab;
}
#tw-widget1 .interact a {
  padding: 15px 0;
  text-decoration: none;
  color: #fff;
  background: #04C6C4;
}
#tw-widget1 .interact a:hover {
  color: #4d4d4d;
  background: #04bcba;
}
#tw-widget1 .interact a:active {
  box-shadow: inset 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
}
#tw-widget1 .interact a:first-child {
  border-radius: 0px 0px 0px 6px;
}
#tw-widget1 .interact a:last-child {
  border-radius: 0px 0px 6px 0px;
}
#tw-widget1 .interact .twitter_reply_icon, #tw-widget1 .interact .twitter_fav_icon, #tw-widget1 .interact .twitter_retweet_icon {
  text-align: center;
  font-size: 0px;
  width: calc(100% / 3);
  display: inline-block;
}
#tw-widget1 .interact .twitter_reply_icon:before, #tw-widget1 .interact .twitter_fav_icon:before, #tw-widget1 .interact .twitter_retweet_icon:before {
  font-size: 22px;
  font-family: "Fontawesome";
  -webkit-font-smoothing: antialiased;
  padding-right: 4px;
}
#tw-widget1 .interact .twitter_reply_icon:before {
  content: "\f112";
}
#tw-widget1 .interact .twitter_retweet_icon:before {
  content: "\f079";
}
#tw-widget1 .interact .twitter_fav_icon:before {
  content: "\f005";
}*/
#tw-widget1 .timePosted {
  margin: 0 ;
  padding-bottom:20px;
  padding-right: 20px;
  font-size: 14px;
  text-align: right;
}
#tw-widget1 .timePosted:before {
  font-family: "Fontawesome";
  -webkit-font-smoothing: antialiased;
  content: "\f017";
  padding-right: 4px;
}
