
.tweetslogia_wrapper
{
  position:relative;
  background-color:white;
  font-size:14px;
  color:#287B9B;
  font-style:italic;
}

.tweetslogia_wrapper a
{
 text-decoration:none;
 font-style:normal;
 color:#383838;
}

.tweetslogia_logo
{
 margin-right: 9px;
 display:inline-block;
 float:left;
 max-width:40px;

 display:none;
}

.tweetslogia_time
{
 color:#efefef;
 font-style:italic;
 font-size:10px;
 color:#D7BDA8;
}


.tweetslogia_user
{
 margin-right:10px;
 color:#0092D1;
 display:none;
}

._tweetslogia ul
{
  list-style-type: none;
  list-style-image: none;
  padding: 0px;
  margin: 0px;
}


._tweetslogia ul li
{
  display:none;
  margin-bottom:5px;
  border-bottom: 1px solid #E5E5E5;
}


.tweetslogia_tag:link,
.tweetslogia_tag:visited
{
  font-weight:bold !important;
  font-size:12px !important;
}

.tweetslogia_progress
{
  clear:both;
  width:40%;
  height:8px;
  margin-left:60%;
  border-radius:5px;
  box-shadow:1px 1px 5px gray;
  visibility:hidden;

  display:none;
}

.tweetslogia_progress div
{
  background-color:rgba(227,202,30,0.7);
  width:0px;
  border-radius:5px;
  margin-top:15px;
  height:100%;
}

.tweetslogia_progress+div
{
  /*height:15px;*/
}
