/*tr.drgble-sect::before {
    background-image: radial-gradient(black 40%, transparent 40%);
    background-size: 4px 4px;
    background-position: 0 100%;
    background-repeat: repeat-x;
}*/

/*tr.drgble-sect{
	display: inline-block;
  	width: 16px;
  	height: 8px;
}*/

/*tr.drgble-sect::before{
	content: '';
  	display: inline-block;
  	width: 16px;
  	height: 8px;
}*/

/* Range scroller begin*/
.ytube-slide-container {
  width: 100%;
}

.ytube-plyslider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.ytube-plyslider:hover {
  opacity: 1;
}

.ytube-plyslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #007cba;
  cursor: pointer;
}

.ytube-plyslider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #007cba;
  cursor: pointer;
}

/*Range Scroller end*/


span.ytubedraggable {
    padding: 5px;
    display: inline-block;
    cursor: move;
}

tr.drgble-sect td {
    padding-bottom: 20px;
}

tr.drgble-sect td {
    padding: 10px;
}
tr.drgble-sect td input[type="text"] {
    width: 100%;
}
