.lp__body_content p {
margin: 0px 0px 16px 0px; }
.lp__body_content ul {
list-style: disc;
padding-left: 40px; }
.lp__body_content ul li {
list-style: disc;
margin: 0px 0px 16px 0px; }
.lp__body_content ol {
list-style: decimal;
padding-left: 40px; }
.lp__body_content ol li {
list-style: decimal;
margin: 0px 0px 16px 0px; }
.lp__body_content_sm_hor {
float: left;
width: 263px; }
.lp__body_content_sm_hor img {
margin-bottom: 8px; }
.lp__body_content_lg_hor {
float: left;
width: 360px; }
.lp__body_content_lg_hor img {
margin-bottom: 8px; }
.lp__body_content_sm_ver {
float: left;
width: 165px; }
.lp__body_content_sm_ver img {
margin-bottom: 8px; }
.lp__body_content_lg_ver {
float: left;
width: 220px; }
.lp__body_content_lg_ver img {
margin-bottom: 8px; }
.lp__body_content_sm_squ {
float: left;
width: 140px; }
.lp__body_content_sm_squ img {
margin-bottom: 8px; }
.lp__body_content_lg_squ {
float: left;
width: 220px; }
.lp__body_content_lg_squ img {
margin-bottom: 8px; }
.lp__body_content_full_size {
margin-bottom: 8px; }
.lp__body_content_full_size img {
margin-bottom: 8px; }
.lp__body_left_img {
float: left;
margin: 0px 16px 0px 0px; }
.lp__body_right_img {
float: right;
margin: 0px 0px 0px 16px; }
.lp__body_content figcaption {
font-size: 0.75rem;
line-height: 1.5rem;
color: #666666;
}
.lp__body_content .lp__body_left_img {
  float: left;
  margin: 0px 16px 0px 0px;
}
.lp__body_content .lp__body_right_img {
  float: right;
  margin: 0px 0px 0px 16px;
} 

a.tweet-sentance:hover {
  text-decoration: none;
}

.tweetable {
  color: #333;
  display: inline;
}

.tweetable a {
  background-color: #d9ecfd;
  color: inherit;
  /* twitter color */
  color: #333 !important;
  padding: 2px;
  text-decoration: none;
  border-bottom: 0px !important;
  transition: all 0.1545s ease-in-out;
}

.tweetable .lp {
     float: none !important;
    color: #009fda;
    font-size: 18px;
    line-height: 22px;
    padding: 0px 4px 0px 4px;
    display: inline-block;
    vertical-align: text-bottom;
}
.tweetable .lp-twit:before {
  content: "\e192";
}
.tweetable a:hover i,
.tweetable a:active i,
.tweetable a.active i,
.tweetable a:focus i,
.tweetable a:hover,
.tweetable a:active,
.tweetable a:focus {
  background-color: #0071bc;
  color: white !important;
  cursor: pointer;
  text-decoration: none;
}

.tweetable img {
  border: 0;
  display: inline-block;
  height: 1em;
  margin-left: 0.1875em;
  margin-right: 0.1875em;
  position: relative;
  top: -0.1em;
  vertical-align: middle;
  width: 1em;
  transition: all 0.1545s ease-in-out;
}

.tweetable img.twitter-icon-over {
  opacity: 0;
  position: absolute;
}

.tweetable:hover img.twitter-icon-over,
.tweetable:active img.twitter-icon-over,
.tweetable:focus img.twitter-icon-over {
  opacity: 1;
  position: relative;
}

.tweetable:hover img.twitter-icon-out,
.tweetable:active img.twitter-icon-out,
.tweetable:focus img.twitter-icon-out {
  display: none;
}