<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.stock-share {
  padding: 5px 20px;
  display: flex;
  align-items: center;

  div {
    padding: 0 5px;
  }

  .switchable-button {
    width: 85px;
    padding: 2px 0;
    border-radius: 4px;
  }

  .trade-name {
    width: 140px;
  }

  .label {
    font-size: 10px;
  }

  .balance,
  .price,

  .calculated-on,
  .traded-at {
    white-space: nowrap;
    font-size: 8px;
  }

  .yahoo-margin-balance {
    align-items: center;
    width: 425px;

    .buying {
      width: 120px;
      background-color: var(--increased-background-color);
    }

    .selling {
      width: 120px;
      background-color: var(--decreased-background-color);
    }

  }
}</pre></body></html>