
/* Bootstrap 5 tweak: do not underline links unless hovered over */
a:not([class*="btn"]) {
  text-decoration: none;
}
a:not([class*="btn"]):hover {
  text-decoration: underline;
}

div#wicketDebugBar {position: absolute; left: 0;  bottom: 0; top: auto; right: auto;}

div.glry_folders {
  background: #F5F5F5; 
}
div.thumbnail {
  text-align: center;
}
div.thumbnail p {
  margin-top: .2em;
  font-size: 10px;
  line-height: 12px
}
.navbar {
  margin-bottom: 10px;
}
div.glry_breadcrumbs .breadcrumb {
  margin-bottom: 10px;
}

.feedback .alert {
  margin-bottom: 3px;
}
.feedback {
  margin-bottom: 7px;
}
.folderDetails {
  margin-top: -25px;
  margin-left: 100px;
  text-align: center;
}

.w_caption h3 {
  font-size: 14px;
  margin-top: 0;
  height: 16px;
  line-height: 16px;
}

div.wi-modal-window {
  margin: .3em;
}
