/* Global layout styles for TFS */
/* Colors used specifically in TFS */
/* @TODO: This should move to the component file with the panel, not in this project. */
.bolt-panel-callout-content.flyout-my-work {
  margin-top: 48px;
  margin-bottom: 24px;
  max-height: 730px;
  width: 520px; }

.flyout-my-work-container {
  flex-basis: 0%; }

.flyout-my-work-tabs {
  padding: 5px 20px 5px 12px; }
  .flyout-my-work-tabs .bolt-tab-text {
    max-width: 160px; }

.flyout-my-work-content {
  padding: 0px 20px; }
