
.ellipsis { text-overflow: ellipsis; }
.overflow {
  width: 10em;

margin: 0 0 2em 0;

/**
 * Required properties to achieve text-overflow
 */
  white-space: nowrap;
  overflow: hidden;
}

.logo-bottom {
  margin-left: -13px;
  height: 100px;
  background-color: #fff;
  border-radius: 5px;
}


      .dia-slider-section {
          margin-top: 100px;
          margin-bottom: 50px;
      }

      .slider-row {
          margin-left: 39px;
      }

      .scroller {
          padding: 10px;
          text-align: left;
          max-height: 200px;
          overflow-y: scroll;
      }

      @media only screen and (max-width:800px) {

          /* For tablets: */
          .dia-slider-section {
              margin-top: 80px;
          }

          .slider-row {
              margin-left: 20px;
          }

      }

      @media only screen and (max-width:500px) {

          /* For mobile phones: */
          .dia-slider-section {
              margin-top: 40px;
          }

          .slider-row {
              margin-left: 0px;
          }
      }

      .all-page-top{
  margin-top: 100px;
}