body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

p {
	margin: 1em;
}

#topimg {
	float: right;
	width: 100%;
    max-width: 408px;
}

h1 {
	padding: 1em;
	    margin-top: -0.5em;
}

#bottomimg {
    width: 100%;
    min-height: 10em;
    text-align: center;
}

#bottomimg img {
	width: 100%;
}


#updatenote {
    font-size: 0.65em;
    margin-top: -2.71828em; /* that number may seem oddly familiar, doesn't it? ;-) */
    color: white;
    text-align: center;
}


/* inspired by https://www.audero.it/blog/2013/12/23/enhancing-the-abbr-element-on-mobile/ */
abbr[title]:after
{
   content: " (" attr(title) ")";
}
 
@media screen and (min-width: 1025px)
{
   abbr[title]
   {
      border-bottom: 1px dashed #AAAAAA;
      cursor:help;
   }
 
   abbr[title]:after
   {
      content: "";
   }
}
