/*style/tmw_style_mobile.css*/

body {font-size: 75%;}

/*headers*/
#page_navigation h1 {font-size: 1.4em; line-height: 1.5em;}

/*links*/
#site_navigation a {text-decoration: none;}
a {text-align: center; font-weight: bold; color: black;}
a:visited {color: dimgray;}
a.black {color: black; text-decoration: none;}
li.this_page{list-style-type: square;}
li a:visited {font-weight: bold; color: black;}

/*Text*/
div.text_and_graphics {font-family: Georgia, "Times New Roman", "Times Roman", Serif; text-align: left;}
#TMW_supporters {font-size: x-small; text-align: center;}
p {margin-left: 0.6em; margin-right: 0.6em; margin-bottom: 0.9em; margin-top: 0.9em; line-height: 1.1em;}
p.copyright {text-align: center;}

/*lists and tables*/
#facebook {width:75%; text-align:center; max-width: 120px; margin-left: auto; margin-right: auto;}
#TMW_supporters table {width:60%;}
#page_navigation table {width:100%; text-align:center;}
#page_navigation table td {margin: auto;}
#page_navigation table h3 {font-size: small; font-weight: bold;}
div.text_and_graphics ul {padding: 0.5em;}

/*images*/
img#banner {height: 50px !important; width: 240px !important;}
#TMW_supporters img, #tmw_logo img { margin-top: 0; margin-bottom: 0; padding: 0.1em;}
#tmw_logo img {height: 50px !important; width: 50px !important;}
img.centered {display: block; margin-left: auto; margin-right: auto; margin-top: 0.2em; margin-bottom: 0.2em;}
#site_navigation img.centered{margin-top: 0; margin-bottom: 0; padding: 0.1em;}
img.right {float: right;}
img.left {float: left;}
*.text_and_graphics img {border-color: black; border-style: solid;
	border-width: 0.15em; margin-top: 1em; margin-bottom: 0.09em; margin-left: 0.4em; margin-right: 0.4em;
	max-height: 7.2em !important; max-width: 7.2em !important;}
*.text_and_graphics img.left {margin-left: 0.6em;}
*.text_and_graphics img.right {margin-right: 0.6em;}
*.text_and_graphics img.centered {display: block; margin-left: auto; margin-right: auto;}
/*images in paragraph (margin-bottom: 0.09em set at this to avoid rounding errors by browser)*/
*.text_and_graphics p img.left {margin-left: 0; margin-top: 0.1em;}
*.text_and_graphics p img.right {margin-right: 0; margin-top: 0.1em;} 








