div.jp-audio div.jp-type-playlist a.jp-mute, div.jp-audio div.jp-type-playlist a.jp-unmute {
    margin-left: 15px !important;
}

div.jp-audio ul.jp-controls {
     width: unset !important;
    padding: 5px !important;
}

div.jp-audio div.jp-type-playlist div.jp-progress {
   left: unset !important;
   width: 100% !important;
   top: 70px !important;
}

div.jp-audio div.jp-volume-bar {
 
    left: 176px !important;
}

div.jp-volume-bar {
	   top: 22px !important;
}

div.jp-audio div.jp-progress {
    position: absolute;
    top: 70px !important;
    height: 15px;
    width: 100% !important;
}


/*--------------------------*/
* {
  box-sizing: border-box;
}

/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
}

.left {
  width: 75%;
}

.right {
  width: unset;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/*--------------------------------*/
audio{
	width:100% !important;
}


/*---------------------------*/
/* #myModal2.modal{
  z-index: 3000;
}
 */

 /*----------------------------*/
 .greyed{
  color: darkgrey !important;
 }


 #video iframe{
  width:100% !important;
 }