.thingiverse-stream {
  margin: 0 auto;
  padding: 0;
}

.thingiverse-stream a {
  text-decoration: none;
}
    
.tv-stream-thing {
  margin-top: 15px;
}

.tv-stream-thing img {
  width: 100%;
}

.thingiverse-props {
  width: 100%;
  display: inline-block;
  line-height: 1.4em;
  text-align: right;
}

.thingiverse-props img {
  vertical-align: text-bottom;
}

    
.thingiverse-thing {
  border: 1px solid #DEDEDE;
  display: block;
  margin-bottom: 1em;
}

.thingiverse-thing-data {
  background-color: #F8F8FF;
  border-bottom: 1px solid #DDDDDD;
  font-size: 100%;
  height: 230px;
  overflow: hidden;
  word-wrap: normal;
}

.thing-title {
  padding: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
}

.thing-title a {
  text-decoration: none;
} 

.thing-image {
  padding-left: 5px;
}

.thing-left {
  float: left;
  width: 40%;
}

.thing-description {
  float: left;
  padding: 2%;
  width: 56%;
  overflow: hidden; 
}

.thingiverse-thing-meta {
  background-color: #013d59;
  color: #fff;
  font-size: 0.8em;
  padding-left: 5px;
  padding-right: 5px;
  text-align: right;
}

.thingiverse-thing-meta a:visited {
  color: #fff;
}

.thingiverse-thing-meta img {
  vertical-align: text-bottom;
}

