.network_blink {
      animation: blinker 1s linear infinite;
      color: black;
      text-decoration: none;
    }

    @keyframes blinker {
      0% {
        background-color: transparent;
      }

      50% {
        background-color: green;
      }

      100% {
        background-color: transparent;
      }
    }
.read-more {
      white-space: nowrap;
}

.custom_title{
  left: 0 !important;
}

#all_att_list li {
    margin-bottom: 15px !important;
  }