 
  .occupancy-content {
  
    a {
      &.edit-scenario {
        text-decoration: none;
        color: #00ADEF;
      }
    
      &:hover {
        text-decoration: none;
        cursor: pointer;
      }
    }
   .pull-right {
      justify-content: flex-end;
    }
    
  }
  .skillhighlight div:hover {
    border-color: #93d50a;
  }
  .skill {
    border-top: 5px solid #90d403 !important;
  }
  .skill h6 {
    color: #95d501 !important;
    margin: 5px 0 30px !important;
  }