<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Original author: Fedil Grogan (01/03/2011) Copyright 2011 - "Feel free to change as you wish."
 * Various modifications 11/15/12 by Ken Garson. v11/28/12
*/
#facebook_status_box {
  border: 1px solid #cccccc;
  background: #ffffff;
  color: #000000;
  margin: 0px;
  padding: 0px;
  width: 315px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 10px;
}
#facebook_status_box.facebook_status_box_with {
  height: 415px;
}
#facebook_status_box.facebook_status_box_without {
  height: 105px;
}
#facebook_status_box #facebook_canvas {
  overflow: auto;
  overflow-x: hidden;
  background-color: #ccf;  
}
#facebook_status_box.facebook_status_box_with #facebook_canvas {
  height: 350px;
}
#facebook_status_box.facebook_status_box_without #facebook_canvas {
  height: 40px;
}
#facebook_status_box h2, #facebook_status_box h5 {
  margin: 0px;
  padding: 0px;
}
#facebook_status_box h5 {
   display: inline;
}
#facebook_status_box p {
  margin: 0px;
  padding: 3px 0px 0px 0px;
  color: #000000;
}
#facebook_status_box div.fb_top_profile_image {
   padding-right: 10px;
   float:left;
}
#facebook_status_box h2 {
  color: #ffffff;
  background: #3b5998;
  margin: 0px;
  padding: 7px 0px 0px 3px;
  height: 58px;
  font-weight: bold;
  font-size: 1.5em;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}
#facebook_status_box h2 a {
  color: white;
  text-decoration: none;
}
#facebook_status_box h2 a:hover {
  color: #ddd;
  text-decoration: underline;
}
#facebook_status_box h3 {
   font-weight: bold;
}

#facebook_status_box .fb_post {
  margin: 10px 2px;
  border-bottom: 1px solid #e6e6fa;
}
#facebook_status_box .fb_post h5 {
  padding: 0px;
  font-size: 1.1em;
}
#facebook_status_box .fb_post h5 a {
  color: #3b5998;
  text-decoration: none;
}
#facebook_status_box .fb_post h5 a:hover {
  text-decoration: underline;
}
#facebook_status_box .fb_post .fb_photo {
  float: left;
  width: 50px;
  margin: 3px;
}

#facebook_status_box .fb_post .fb_photo img {
  border: none;
}
#facebook_status_box .fb_post .fb_msg {
  /*float: right;*/
  width: 280px;
  margin: 3px;
}
#facebook_status_box .fb_post .fb_msg p {
  font-size: 10px;
}
#facebook_status_box .fb_post .fb_msg .fb_time {
  color: #777;
  padding-bottom: 5px;
}
#facebook_status_box .fb_link_post img {
  margin: 0px 3px 0px 0px;
  float: right;
}
#facebook_status_box .fb_link_post h6 {
  font-size: .9em;
  margin: 3px 0px 0px 0px;
}
#facebook_status_box .fb_link_post a {
  color: #3b5998;
  text-decoration: none;
}
#facebook_status_box .fb_link_post a:hover {
  text-decoration: underline;
}
#facebook_status_box .fb_link_post p {
  font-size: .9em;
  color: #999999;
}
#facebook_status_box .fb_link_post p.fb_link_caption {
  margin: 0px;
  margin-top: -5px;
  color: #000000;
}
#facebook_status_box .fb_link_post p.fb_link_description {
  margin: 0px;
  margin-top: -5px;
  color: #000000;
  font-style: italic;
}
#facebook_status_box .fb_post img.fb_post_icon {
  float: left;
  margin: 2px;
}
#facebook_status_box .fb_post .fb_msg .fb_commLink {
  margin-left: 3px;
}
#facebook_status_box .fb_post .fb_msg .fb_commLink a {
  color: #3b5998;
  text-decoration: none;
}
#facebook_status_box .fb_post .fb_msg .fb_commLink a:hover {
  text-decoration: underline;
}
</pre></body></html>