/**
 * Select Dropdown Styles
 */

.select select {
  width: 100%;
  box-sizing: border-box;
  min-width: 60px;
}