.account-selection-dropdown {
  width: 250px;
}

.account-selection-dropdown:focus {
  outline: 1px dotted white;
}

.account-selection-step-container .spinner {
  margin-top: 10px;
}

.account-selection-step-container .action-button {
  margin: 10px 8px 0px 0px;
}

.account-selection-step-container .action-button.free-install-button {
  margin-bottom: 15px;
}

.account-selection-step-container .action-button.continue-button {
  margin-top: 15px;
}

.account-selection-step-container .action-button.request-button {
  margin-top: 20px;
}

.account-selection-step-container .action-button.back-to-marketplace {
  margin-top: 15px;
}

.account-selection-step-container .create-new-account-button {
  margin: 20px 8px 0px 0px;
  color: #0078d4;
}

.account-selection-step-container .create-new-account-button:hover {
  color: #004578;
  background-color: #eaeaea;
}

.account-selection-step-container .install-component {
  margin-top: 25px;
  width: 460px;
}

.account-selection-step-container .download-component {
  margin-top: 10px;
  font-size: 14px;
}

.account-selection-step-container .install-button {
  margin-top: 6px;
}

.account-selection-step-container .validation-error-message {
  margin-top: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
  max-width: 460px;
}

.account-selection-step-container .request-component {
  width: 460px;
}

.account-selection-step-container .request-component .request-header {
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 8px;
}

.account-selection-step-container .request-component .request-text-area .ms-Label {
  font-size: 14px;
  margin-top: 10px;
  padding: 5px 0;
}

.account-selection-step-container .acquisition-option-message {
  padding-bottom: 5px;
}

.account-selection-step-container .acquisition-option-message-bar {
  max-width: 460px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.account-selection-step-container .applicable-users-help-text {
  margin-top: 20px;
  margin-bottom: 15px;
}

.account-selection-step-container .install-buttons {
  margin-top: 10px;
}

.account-selection-step-container .purchasing-spinner-class {
  display: inline-block;
  margin-top: 18px;
  margin-left: 8px;
}
