/* custom css */
  .dd-container {
	margin-right: 10px;
  }
  .dd-selected {
    padding: 0!important;
  }
  .dd-select {
    border-radius: 0!important;
    border-color: #f1e8d7!important;
  }
  .dd-pointer {
    right: 5px!important;
  }
  .dd-option {
    padding: 0!important;
  }
  
  