.ngp-dynamic-reports {
  margin: 0 0 20px;
}

.ngp-dynamic-reports select {
  margin: 0 0 0 125px;
  min-width: 250px;
  padding: 10px 40px 5px 15px;
  border-width: 2px;
  border-color: transparent;
  border-radius: 20px;
  outline: none;
  background: url(../../images/br-down.png) no-repeat right #ddd;
  background-position: calc(100% - 10px) center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.ngp-dynamic-reports select:active {
  border-color: #650e9c;
  border-width: 2px;
}

.ngp-dynamic-reports-target .table-wrapper table {
  display: table;
}

@media (max-width: 600px) {
  .ngp-dynamic-reports select {
    display: block;
    margin: 15px 0 0;
    width: 100%;
  }
}
