﻿/* 
* Styling for Twitter Fetcher
*/
#JLPtwitter h2 {
  clear: both; }
#JLPtwitter p, #JLPtwitter a {
  font-size: 9pt;
  margin: 10px 0 0 0;
  color: #fff; }
#JLPtwitter a, #JLPtwitter a:visited {
  font-weight: bold; }
#JLPtwitter a:hover {
  color: #333; }
#JLPtwitter ul li {
  list-style: none;
  overflow: hidden;
  margin: 5px;
  padding: 5px; }
#JLPtwitter .user, #JLPtwitter .tweet, #JLPtwitter .timePosted {
  float: left; }
#JLPtwitter .user {
  width: 25%; }
#JLPtwitter .tweet {
  width: 100%;
  padding-bottom: 2px;
  color: #fff;
  font-size: 15px; }
#JLPtwitter .timePosted {
  width: 100%;
  padding-bottom: 2px; }
#JLPtwitter .user {
  clear: left; }
#JLPtwitter .user a {
  width: 100px; }
#JLPtwitter .user span span {
  width: 100px;
  display: block;
  margin-top: 10px; }
#JLPtwitter .user img, #JLPtwitter .user a > span {
  float: left; }
#JLPtwitter .interact {
  float: left;
  margin-top: -7px;
  display: none; }
#JLPtwitter .interact a {
  margin-left: 5px;
  float: left; }
#JLPtwitter .user a > span {
  margin-left: 10px; }
#JLPtwitter #linkage {
  position: fixed;
  top: 0px;
  right: 0px;
  background-color: #3d3d3d;
  color: #ffffff;
  text-decoration: none;
  padding: 5px;
  width: 10%;
  font-family: arial; }

/*# sourceMappingURL=twitterFetcher.css.map */