.dashboard-image{border-radius: 15px 15px 0 0 !important;}

/*Chrome thumb*/

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 5px;
  /*16x16px adjusted to be same as 14x14px on moz*/
  height: 16px;
  width: 16px;
  border-radius: 5px;
  background: orange;
  border: 1px solid orange;
}


/*Mozilla thumb*/

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-border-radius: 5px;
  height: 14px;
  width: 14px;
  border-radius: 5px;
  background: orange;
  border: 1px solid orange;
}

.ud-blog-details-content .blog-content ul, .ud-blog-details-content .blog-content ol { list-style-type: auto !important; }

p.br{line-height: 12px !important;}