
  .f0 {
    font-size: 0;
  }

  img {
    width: 100%;
    height: auto;
  }

/*=====================================================================
  IMAGE BORDER
  =====================================================================*/

    .border {
      display: block;
      float: left;
      position: relative;
      width: 100%;
    }

    .border img,
    .border object {
      display: block;
    }

    .border::after {
      border: 1px solid rgba(255, 255, 255, .12);
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
    }

/*=====================================================================
  LINKS
  =====================================================================*/

    .item a.ul {
      border-bottom: none;
    }

    .item a:hover.ul span {
      border-bottom: #357edd 1px solid;
      color: #357edd;
    }

    .f0 {
      font-size: 0;
    }

    .f6 {
      font-size: .85rem;
    }

    td {
      line-height: 1.3;
      vertical-align: top;
    }  
