Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.picture_popup_license_icon
{
   width:24px;
   position:absolute;
   top:4px;
   left:4px;
   z-index:1;
}

.picture_popup_license_description
{
   width:30em;
   padding:4px;
   position:absolute;
   font-size:90%;
   background:white;
   border:solid 1px silver;
   top:0; left:0;
   display:none;
}

.picture_popup_license.show 
.picture_popup_license_icon
{
  width:48px;
} 

.picture_popup_license.show 
.picture_popup_license_description
{
  display:block
} 

.picture_popup_caption
{
  font-size:90%;
}

.picture_popup
{
  font-size:80%!important;
  overflow:hidden;
  text-align:center;
  background:#ddd;
}

.picture_popup_image
{
  border:solid 1px silver;
  width:100%;
}

.picture_popup_image_link
{
  text-align:center;
  font-size:85%;
}