#profile-user-pannel .panel-col-first {
  width: 35%;
}

#profile-user-pannel .panel-col-last {
  width: 64.9%;
}

#profile-user-pannel .pane-latest-posts .pane-title {
  color: #fc3;
}

#profile-user-pannel .views-table .views-field.views-field-totalcount {
  display: none;
}
#profile-user-pannel .views-table .views-field.views-field-created {
  width: 130px;
}
#profile-user-pannel .chtv-user-profile .user-picture .border {
  margin-left: 0;
}
#profile-user-pannel .chtv-user-profile .user-picture a.change-profile span.icon-setting {
  width: 16px;
  height: 13px;
  display: inline-block;
  margin: 0;
  background: url('/sites/all/themes/chtv2/images/settings-work.svg') no-repeat;
}

#profile-user-pannel .chtv-user-profile .block-item {
  color: #fc3;
  white-space: normal;
}

#profile-user-pannel .chtv-user-profile .user-picture .border {
  max-width: 290px;
  max-height: 290px;
  height: auto;
  width: auto;
  background: none;
}

@media only screen and (max-width: 769px) { 
  #profile-user-pannel .panel-col-first {
    width: 100%;
  }
  
  #profile-user-pannel .panel-col-last {
    width: 100%;
  }
  #profile-user-pannel .chtv-user-count-activity {
    margin-left: 0;
  }
  #profile-user-pannel .panel-2col-stacked .panel-col-last .inside {
    margin-left: 0;
  }
  #profile-user-pannel .chtv-user-count-activity ul{
    padding-left: 0;
  }
  #profile-user-pannel .chtv-user-count-activity ul li:first-child {
    padding-left: 0;
  }
  #profile-user-pannel .panel-col-last .inside {
    margin-left: 0;
  }
}

@media only screen and (max-width: 468px) {
  #profile-user-pannel .views-table .views-field.views-field-created {
    width: 60px;
  }
  #profile-user-pannel .chtv-user-count-activity ul li span.number {
    font-size: 1.2rem
  }
  #profile-user-pannel .pane-latest-posts .views-table {
    font-size: 0.85rem;
  }
  #profile-user-pannel .chtv-user-profile>h3.title {
    font-size: 30px;
  }
}


.page-user-purchased-files #edit-file{display: none;}

.page-user div.tabs ul.tabs.primary li:nth-child(3) a {    color: #2D3F2F;
    background-color: #FFCC33; font-weight:bold;}