body {
  background-color: #fff;
}
.label {
  padding: 0 2px;
  border-radius: 0;
  background-color: #bbb;
}
.borderThin {
  border: 1px solid #efefec;
}
.video-container iframe,
.video-container object,
.video-container embed {
  width: 458px;
  height: 259px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .video-container iframe,
  .video-container object,
  .video-container embed {
    width: 348px;
    height: 197px;
  }
}
@media (max-width: 767px) {
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 480px) {
  
}
#mainTitle {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 36px;
}
#socialWell {
  padding: 10px;
}
#commentButton {
  float: left;
  margin-bottom: 0px;
}
.socialButton {
  margin-right: 20px;
  margin-top: 4px;
}
.thumbContainer {
  position: relative;
}
.timestamp {
  font-size: 10px;
  line-height: 10px;
  padding: 2px;
  background-color: #fff;
  opacity: 0.5;
  text-align: right;
  position: absolute;
  top: 12%;
  left: 88%;
}
#bannerImageMobile {
  width: 100%;
}
.thumbMobile {
  display: block;
  float: left;
  margin: 0 1px 1px 0;
  width: 49%;
  /*border: 1px solid #bbb;*/

}
#footerOrganirama {
  font-size: 11px;
  opacity: 0.3;
  text-align: left;
}
.---thumbnail {
  max-width: 267px;
}
.mr0 {
  margin-right: 0px;
}
.mt3 {
  margin-top: 3px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb0 {
  margin-bottom: 0px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
footer {
  margin-top: 30px;
  margin-bottom: 40px;
}
#all-images-menu {
  margin-right: 6px;
}
.highlitedText {
  background-color: #FFFF00;
}
