
    /* Remove the navbar's default margin-bottom and rounded borders 
    deprecated 1610, but remains in use on many gallery pages.
    */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 100%}
    
    /* Set 100% height */
    .sidenav {
      height: 100%;
    }
 
     /* panel experiment 1704 can expande padding, but cannot seem to reduce it below @ 5px
     setting padding to 25px makes content very narrow, but setting to 5px or 2px or 0 does nothing
     
    .panel {
     padding: 0; }
    
 */


    /* Set black background color, white text and some padding */
    footer {
      background-color: #555;
      color: white;
      padding: 15px;
    }
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 5px;
      }
      .row.content {height:auto;} 
    }
    /* end sidenav section */

    /* gallery thumbs */


.image-block {
    padding: 0px;    
    margin: 0px;
    height:90px;
    text-align: center;
    vertical-align: bottom;
}
.image-block > p {
    width: 100%;
    height: 100%;
}

.thumbnailtitle {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    max-width: 100%;
}

