.ste-related {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 10px;
  margin: 10px 0;
  overflow: hidden; }
  .ste-related .ste-image {
    width: 25%;
    float: left; }
    .ste-related .ste-image img {
      max-width: 100%;
      height: auto; }
  .ste-related .ste-content {
    width: 75%;
    float: right; }
  .ste-related .ste-headline {
    font-size: 15px;
    font-weight: 800;
    color: #cc0000;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .ste-related .ste-title {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: 600; }
    .ste-related .ste-title a {
      color: #000;
      text-decoration: none; }
  .ste-related.ste-next .ste-title {
    font-size: 23px;
    line-height: 30px; }
    .ste-related.ste-next .ste-title a {
      font-weight: 900; }

#ste_floating {
  width: 350px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 16px -1px #b3b3b3;
  -moz-box-shadow: 0px 0px 16px -1px #b3b3b3;
  box-shadow: 0px 0px 16px -1px #b3b3b3; }
  #ste_floating.ste_hidden {
    transform: translateY(420px);
    transition: transform .3s; }
  #ste_floating.ste_visible {
    transform: translateX(20px);
    transition: transform .3s; }
  #ste_floating .ste_close {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    top: 0;
    padding: 5px 10px;
    right: 0; 
	z-index: 15;
	}
  #ste_floating .ste_image {
    height: 250px;
    background-position: center center;
    background-size: cover; }
    #ste_floating .ste_image img {
      opacity: 0; }
  #ste_floating .ste_section {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #cc0000;
    padding: 15px 5px 0; }
  #ste_floating .ste_content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center; }
  #ste_floating .ste_title {
    padding: 10px 5px 15px; }
    #ste_floating .ste_title a {
      font-family: Arial;
      font-size: 14px;
      line-height: 18px;
      font-weight: bold; }

/*# sourceMappingURL=ste.css.map */

@media screen and (max-width: 767px) and (min-width: 450px) {
    #ste_floating {
		width: 300px;
    }
}
@media screen and (max-width: 449px) {
    #ste_floating {
		width: 100%;
		bottom: 0;
    }
	#ste_floating .ste_close {
		font-size: 24px;
	}
	#ste_floating .ste_image {
		height: 200px;
	}
}
