html.view-category {
  
}
html.view-category #phoca-dl-category-box .pd-ctitle {
  display: none;
}
html.view-category #phoca-dl-category-box h3 {
  background: none;
  border: 0;
  margin: 0 0 15px;
  padding: 0;
}
html.view-category #phoca-dl-category-box .ajxloader {
  border: 16px solid #f3f3f3;
  
  border-top: 16px solid #3498db;
  
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1.4s linear infinite;
  animation: spin 1.4s linear infinite;
  display: none;
  left: 46%;
  top: 26px;
  
}
html.view-category #phoca-dl-category-box .phoca_file {
  margin: 0 0 30px;
}
@media all and (max-width: 767px) {
  html.view-category #phoca-dl-category-box .phoca_file {
    height: auto !important;
  }
}
html.view-category #phoca-dl-category-box .phoca_file h4 {
  font-weight: bold;
}
@media all and (max-width: 767px) {
  html.view-category #phoca-dl-category-box .phoca_file .imgbox {
    height: auto !important;
  }
}
html.view-category #phoca-dl-category-box .phoca_file .imgbox img {
  max-height: 250px;
  padding: 0;
}
@media all and (max-width: 767px) {
  html.view-category #phoca-dl-category-box .phoca_file_summary {
    height: auto !important;
  }
}
html.view-category #phoca-dl-category-box .study-tools {
  margin-bottom: 10px;
}
html.view-category #phoca-dl-category-box .study-tools ul {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
}
html.view-category #phoca-dl-category-box .study-tools ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: bold;
}
html.view-category #phoca-dl-category-box .study-tools ul li img {
  width: 24px;
  margin-right: 8px;
  vertical-align: middle;
}
html.view-category #phoca-dl-category-box .btn {
  margin-top: 0;
  margin-bottom: 0;
}