.pseudo-timezone-picker .local-timezone-select {
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pseudo-timezone-picker #local-timezone-select-dialog {
  display: none;
}
.local-timezone-select-dropdown-wrapper .select2-container {
  display: inline-block;
  margin-bottom: 20px;
}
.local-timezone-select-button img {
  vertical-align: text-top;
}
.local-timezone-select-dropdown-wrapper span.select2.select2-container.select2-container--default {
  min-width: 100%;
}
