/*Advanced View*/
.vpfydssh > label {
    width: 160px;
    float: left;
}

/* 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;
}
.regular-text.ytube-plyslider{
	-webkit-appearance: none;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  width: 25em;
}
/*Range Scroller end*/

div.notice.vpfy--notice{
  background-image: url('../images/bg_image.png');
  border: 1px solid #c3c4c7;
  padding: 12px 22px;
}
div.notice.vpfy--notice h3, div.notice.vpfy--notice p{
  color: #ffffff;
}

div.notice.vpfy--notice p.e-note{
    margin-top: 11px;
}

div.notice.vpfy--notice .e-notice__actions a{
  margin-right: 6px;
}

div.notice.vpfy--notice .e-button--cta.cta-secondary{
  color: #FFFFFF;
  background-color: #54375E;
  border-color: #54375E;
}

div.notice.vpfy--notice .e-button--cta{
  box-shadow: none;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 2.15384615;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
}
