| 
      
            Lines 78-84
          a {
      
      
        Link Here
      
     | 
  
        
          | 78 | 
                  i, img { | 
          78 | 
                  i, img { | 
        
        
          | 79 | 
                      text-align: center;  | 
          79 | 
                      text-align: center;  | 
        
        
          | 80 | 
                      color: $green-text-color;  | 
          80 | 
                      color: $green-text-color;  | 
        
          
            
              | 81 | 
                          border: solid 3px #71B443;  | 
              81 | 
                          border: solid 3px $background-color-secondary;  | 
            
        
          | 82 | 
                      border-radius: 50%;  | 
          82 | 
                      border-radius: 50%;  | 
        
        
          | 83 | 
                      background-color: transparent;  | 
          83 | 
                      background-color: transparent;  | 
        
        
          | 84 | 
                      width: 40px;  | 
          84 | 
                      width: 40px;  | 
        
  
    | 
      
            Lines 2792-2798
          td.bundle {
      
      
        Link Here
      
     | 
  
        
          | 2792 | 
              }  | 
          2792 | 
              }  | 
        
        
          | 2793 | 
              .ui-tabs-nav { | 
          2793 | 
              .ui-tabs-nav { | 
        
        
          | 2794 | 
                  li { | 
          2794 | 
                  li { | 
        
          
            
              | 2795 | 
                          background: #71B443;  | 
              2795 | 
                          background: $background-color-secondary;  | 
            
        
          | 2796 | 
                      border: 0;  | 
          2796 | 
                      border: 0;  | 
        
        
          | 2797 | 
                      margin-right: .4em;  | 
          2797 | 
                      margin-right: .4em;  | 
        
        
          | 2798 | 
                      border-radius: 4px 4px 0 0;  | 
          2798 | 
                      border-radius: 4px 4px 0 0;  | 
        
  
    | 
      
            Lines 2938-2944
          td.bundle {
      
      
        Link Here
      
     | 
  
        
          | 2938 | 
                      position: relative;  | 
          2938 | 
                      position: relative;  | 
        
        
          | 2939 | 
                      top: 1px;  | 
          2939 | 
                      top: 1px;  | 
        
        
          | 2940 | 
                      white-space: nowrap;  | 
          2940 | 
                      white-space: nowrap;  | 
        
          
            
              | 2941 | 
                          background: #71B443;  | 
              2941 | 
                          background: $background-color-secondary;  | 
            
        
          | 2942 | 
           | 
          2942 | 
           | 
        
        
          | 2943 | 
                      &.active, &:hover { | 
          2943 | 
                      &.active, &:hover { | 
        
        
          | 2944 | 
                          font-weight: normal;  | 
          2944 | 
                          font-weight: normal;  | 
        
  
    | 
      
            Lines 3552-3558
          code {
      
      
        Link Here
      
     | 
  
        
          | 3552 | 
          .nav-tabs { | 
          3552 | 
          .nav-tabs { | 
        
        
          | 3553 | 
              > li { | 
          3553 | 
              > li { | 
        
        
          | 3554 | 
                  > a { | 
          3554 | 
                  > a { | 
        
          
            
              | 3555 | 
                          background-color: #71B443;  | 
              3555 | 
                          background-color: $background-color-secondary;  | 
            
        
          | 3556 | 
                      color: #111;  | 
          3556 | 
                      color: #111;  | 
        
        
          | 3557 | 
                      line-height: 1.42857143;  | 
          3557 | 
                      line-height: 1.42857143;  | 
        
        
          | 3558 | 
                      margin-right: .4em;  | 
          3558 | 
                      margin-right: .4em;  | 
        
            
              | 3559 | 
              -   | 
               | 
               |