<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menuInner li div {
   padding-left: 20px;
}

#idPhotoAlbumCreatedOnContainer {
    padding: 6px 0;
    visibility: hidden;
}

.infoContainer .photoInfoGray {
    visibility: hidden;
}

.plainlink:link {
    color: black;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
  .hideformobile {
    display: none;
  }
}

.showformobile { display: none;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 480px){ .showformobile { display: inline;}}

.mobilelogo {
  float:left;
  padding-right:10px;
  padding-bottom:10px;
}

.mobileheader {
  float: right;
  margin-left: 50px;
}</pre></body></html>