      .spotlight_container {
        margin: 8px 5px 0 5px;
      }

      .spotlight_pic {
        width: 200px;
        height: 95px;
/*        background-color: #000000; */
        background: url(/its/images/spotlight/broadband.jpg) no-repeat center center;
      }

      .spotlight_title {
        margin-top: 8px;
        font-size: 90%;
      }

      .spotlight_date {
        margin-top: 4px;
        color: #808080;
        font-size: 70%;
      }

      .spotlight_text {
        margin-top: 4px;
        overflow: hidden;
/*        scrollbar-width: 5px; */
        font-size: 80%;
        color: #808080;
        line-height: 140%;
        text-align: justify;
      }

      spotlight_more {
        color: #808080;
        font-size: 80%;
      }

      a.spotlight_more {
        color: #808080;
        text-decoration: underline;
      }
