.pkp_site_name {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pkp_site_name > a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pkp_site_name .is_img img {
    max-height: 200px !important;
  }
  .pkp_site_name_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .pkp_navigation_user_wrapper {
    top: 0;
    right: 0;
    padding-right: 30px;
  }
  .pkp_structure_page {
    margin-top: 20px !important;
    margin-bottom: 20 !important;
    padding-bottom: 20 !important;
  }
  
  /* CSS */
  li.profile a{
      margin-top: 9px;
      color:#ffffff;
      /* padding: 12px 10px; */
      background-color: #082763;
  }
  
  /* CSS */
  li.profile a {
    background-color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    color: #082763;
    cursor: pointer;
    display: inline-block;
    line-height: 29px;
    padding: 0 10px 0 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
}
  .pkp_navigation_user > li:last-child > a{
    padding-right: 11px;
}


  @media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
      width: 100%; 
    }
    li.profile a{
        margin-top: 3px;
      height: auto;
      padding-right: 0px;
      margin: 0px;
      padding: 2px 2px;
      font-size: 0.3rem;
      line-height: 9px;
      border-radius: 3px;
    }
    .pkp_navigation_user > li:last-child > a{
        padding-right: 2px;
    }
    li.profile span.task_count{
        font-size: 0.3rem;
        padding: 2px 2px;
    }
  }
  