.post_meta_extras p {
  margin: 20px 0px;
}

.post_meta_extras label {
  display: block;
  margin-bottom: 10px;
}

.post_meta_extras input[type="text"] {
  width: 100%;
}

.post_meta_extras input[type="button"] {
  width: 49%;
}

.uploaded_image {
  display: block;
  width: 100%;
}
.uploaded_image img {
  width: 100%;
}
.featured_image_upload {
  display: block;
  margin-bottom: 10px;
}
.post_meta_extras .gallery_buttons input {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.post_meta_extras .title {
  font-size: 14px;
  padding: 8px 12px 8px 0;
  margin: 0;
  line-height: 1.4;
  font-weight: 600;
}
.post_meta_extras .gallery-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 29%;
}
.post_meta_extras .gallery-item img {
  width: 200px;
  display: inline-block;
  vertical-align: top;
}
.post_meta_extras .gallery-item .remove {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 18px;
  cursor: pointer;
  display: none;
}
.post_meta_extras .gallery-item:hover .remove {
  display: block;
}

li.tooltip {
  position: relative;
  text-decoration: none;
}

li.tooltip:after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 107%;
  left: -15%;
  background: #676767;
  padding: 5px 15px;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 9999;
  font-size: 10px;
  width: auto;
  padding-right: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
li.tooltip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #676767;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  left: 30%;
  bottom: 97%;
}
li.tooltip:hover:after {
  bottom: 107%;
}
li.tooltip:hover:before {
  bottom: 97%;
}
li.tooltip:hover:after,
li:hover:before {
  opacity: 1;
}
#right-section li {
  /*background: none!important;
  padding: 0 0 0 0px!important;
  line-height: 0px!important;*/
}

.pdfDownload{
margin: 40px 0px;
}

.pdfDownload:before {
content: '';
background-image: url('./../../images/pdf.jpg');
}

.pdfDownload a{
margin-left: 37px!important;
font-size: 14px!important;
font-weight: bold;
}

.pdfDownload a:before {
content: '';
background-image: url(./../../images/pdf.jpg);
position: absolute;
background-repeat: no-repeat;
display: block;
width: 29px;
height: 30px;
float: left;
margin: 0 6px 0 0;
background-size: 26px;
top: -8px;
}

.sbspdfLink .pdfIcon,.sbspdfLink .pdfIconblue{
  float: left;
  position: relative;
  margin-top: 6px;
  margin-left: -31px;
}

.sbspdfLink span{
  float: left;
  position: relative;
}

.pdfIcon:before,.pdfIconblue:before {
  content: '';
  background-image: url('./../../sbs_download/img/pdf_w.png');
  position: absolute;
  background-repeat: no-repeat;
  display: block;
  width: 29px;
  height: 30px;
  float: left;
  margin: 0 6px 0 0;
  background-size: 26px;
  top: -8px;
  }

  .pdfIconblue:before {
    background-image: url('./../../sbs_download/img/pdf.png');
    }

#right-section .gallery_images li {
      background: none;
      padding: 0 0 0 44px;
      line-height: 2;
}

.gallery_images {
  margin-top: 25px;
  margin-bottom: 25px;
}