.default-margin-top {
  margin-top: 20px; }

.command-field {
  margin-left: 3px; }

.vm-sugg-msg {
  margin-top: 8px;
  margin-bottom: 8px; }
  .vm-sugg-msg .vm-sugg-msg-text {
    padding-bottom: 6px; }

.shell-command {
  background-color: rgba( 244, 244, 244 ,  1 );
  background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
  font-family: Consolas;
  margin: 0 3px;
  padding: 0 3px;
  max-width: 175px;
  height: 20px; }
  .shell-command .command-text {
    padding-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal; }
  .shell-command .bolt-button {
    background-color: rgba( 244, 244, 244 ,  1 );
    background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
    padding: 0 2px; }
    .shell-command .bolt-button > .fabric-icon {
      font-size: 0.6875rem; }
    .shell-command .bolt-button:hover, .shell-command .bolt-button :focus {
      background-color: rgba( 218, 218, 218 ,  1 );
      background-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 ); }

.vm-registration-script-header {
  margin-bottom: 10px; }

.pat-token-font .bolt-messagebar-message {
  font-size: 0.6875rem; }
