.accordion-container{
  position: relative;
  max-width: 100%;
  height: auto;

}
.accordion-container > h2{ 
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
}
.set > a{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
/*  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;*/
}
.set > a i{
    float: right;
    margin-top: 2px;
    right: 10px;
    position: absolute;
}
.set > a.active{
  padding: 10px 15px;
}
.content{
    border-bottom: 1px solid #ddd;
    display: none;
    padding: 30px;
    overflow: visible !important;
}

.accordion-container br {display: none;}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}
.left {width: 85%;}
.right {
    left: 2%;
    right: 0;
    float: right;
    position: relative;
    bottom: 40px;
}
ul.attachment-icon-set li{
    width: 32px;
    float: left;
    background: #333;
    margin-left: 5px;
    height: 32px;
}

.attachment-icon-set p{display: none;}

 a.watch {
    background-image: url('/wp-content/themes/root/assets/img/icon.png');
    height: 100px;
    width: 41px;
    position: absolute;
    background-position-y: -11%;
    /* background-position-x: 0%; */
    /* background-position-y: top; */
    /* position: absolute; */
    background-position-x: 3%;
    background-repeat: no-repeat; 
  }

  a.link_download {
    background-image: url('/wp-content/themes/root/assets/img/icon.png');
    height: 100px;
    width: 41px;
    position: absolute;
    background-position-y: -11%;
    background-position-x: 37%;
    background-repeat: no-repeat;
  }
  ul.attachment-icon-set li {
    list-style: none;
}
span.type {
    background: #1f6898;
    padding: 5px;
    color: #fff;
    position: relative;
    bottom: 13px;
}