.pfc_list_ul_class {
  width: 100%;
  display: table;
  padding: 0;
  margin: 0; }
  .pfc_list_ul_class li {
    list-style: none;
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: thin solid black; }
    .pfc_list_ul_class li:last-child {
      border-bottom: none; }
    .pfc_list_ul_class li figure {
      margin: 0;
      padding: 0;
      width: 30%;
      float: left; }
      .pfc_list_ul_class li figure img {
        width: 100%;
        float: left; }
    .pfc_list_ul_class li p {
      float: right;
      width: 67%; }
    .pfc_list_ul_class li .pcf_title {
      width: 100%;
      margin: 0; }
      .pfc_list_ul_class li .pcf_title a {
        width: 100%;
        display: block;
        color: black;
        font-size: 26px;
        line-height: 26px;
        padding: 5px 0; }
        .pfc_list_ul_class li .pcf_title a:hover {
          text-decoration: none; }

#pfc_fieldset_id {
  position: relative; }
  #pfc_fieldset_id #pfc_ajax_loader {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: 50px;
    display: none; }

#pfc_pagination {
  width: 100%;
  padding: 0;
  margin: 0;
  float: left;
  margin-top: 10px; }
  #pfc_pagination li {
    text-align: center;
    list-style: none;
    float: left;
    font-size: 16px;
    line-height: 16px;
    width: 24px;
    padding: 4px 0;
    cursor: pointer; }
    #pfc_pagination li:hover {
      text-decoration: underline; }

.pfc_active_page {
  background: #c62623;
  color: white; }
