.cardjob {
    margin: 8px; 
    
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-left: 5px solid #566db3;
    border-radius: 10px;
    width: 80%;
  }

  .card-job-details  #skills {
    background-color: #ffc4c4;
    padding: 3px 7px 3px 7px; 
    margin-right: 10px;
    color: #ff5e5e;
    
  }
  
  .cardjob:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  }
  
  .card-holder {
    display: flex; 
    flex-direction: row;
    justify-content: center; 
    flex-wrap: wrap; 
    max-width: 100%;
  }
  
  .card-company-name {
    margin-right: 0.5rem;
  }
  
  .card-company-location {
    margin-bottom: -.125rem;
    margin-right: 1rem;
  }
  
  .card-role-type {
    margin-bottom: -.125rem;
  
    margin-right: .75rem;
  }
  
  .card-listing-date {
    margin-bottom: -.125rem;
  
    margin-right: .75rem;
  }
  
  .skills-container {
    margin-bottom: 1rem;
  }
  .card-favorite-icon{
      /* Center the content */
      align-items: center;
      display: flex;
      justify-content: center;
  
      /* Colors */
      background-color: rgba(0, 0, 0, .3);
      color: #FFF;
  
      /* Rounded border */
      border-radius: 9999px;
      height: 32px;
      width: 32px;
    
      margin: 4px;
  }
  
  .card-vote-on-job {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: auto;
  }
  
  .card-hide-icon {
        /* Center the content */
      align-items: center;
      display: flex;
      justify-content: center;
  
      /* Colors */
      background-color: rgba(0, 0, 0, .3);
      color: #FFF;
  
      /* Rounded border */
      border-radius: 9999px;
      height: 32px;
      width: 32px;
    
      margin: 4px;
  }
  
  .card-hide-icon:hover {
    background-color: rgba(0, 0, 0, .5);
  }
  
  .card-favorite-icon:hover {
    background-color: rgba(0, 0, 0, .5);
  }
  
  .card-report-job {}
  
  .card-salary-range {
    
    margin-right: .75rem;
    margin-bottom: -.125rem;
  }
  
  .card-job-duration {
  
    margin-right: .75rem;
    margin-bottom: -.125rem;
  }
  
  .glassdoor-rating {
      /* Reset styles for button */
      background-color: transparent;
      border: transparent;
      margin: 0 2px;
      padding: 0;
      color: #0caa41;
  
      /* Used to position the hover state */
      position: relative;
  }
  
  .card-company-glassdoor {
    display: flex;
    margin-top: -0.5rem;
    
  }
  
  .card-job-details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
  
  
  .btn-success {
      color: #fff !important;
      background-color: #218838 !important;
      border-color: #1e7e34 !important;
  
      
  
  }
  
  .btn-success:hover {
      color: #fff !important;
      background-color: #28a745 !important;
      border-color: #28a745 !important;
  }
  
  .btn-primary {
    color: #fff !important;
    background-color: #0069d9 !important;
    border-color: #0062cc !important;
  }
  
  .btn-primary:hover {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
  }
  
  .card-company-fit {
    display: flex;
  }
  
  .job-title {
    margin-top: 15px;
    font-size: 2rem !important;
    line-height: 1;
  }
  
  .card-job-summary {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }