﻿img {
  width: 40%;
  float: left;
}

img.sixty {
  width: 55%;
  padding: 12px 6px;
}

body {
  background-color: #444;
  margin: 4px;
  padding: 0;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 80%;
}

html {  /* force scroll to appear */
    height: 102%;
}

#page {
  width: 100%;
  max-width: 480px;
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
}

ul#nav {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}

ul#nav li {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px 2px;				
	background-color: #28c;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;

  border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-radius-bottomright: 8px;
  -webkit-border-radius-bottomleft: 8px;
}

ul#nav li:hover {
	background-color: #5bf;
}

ul#nav li a {
	color: #fff;
	text-decoration: none;
	outline: none;
	padding: 4px 10px;
}

ul#nav li.active a {
	color: #f00;
}

div.clear {
  display: block;
  width: 99%;
  clear: both;
  }
  
dl {
  width: 96%;
  margin: 0 auto 10px;
  padding: 0;
  }
  
dt {
  margin: 5px 0;
  padding: 8px 10px 8px 20px;
  font-size: 1.4em;
  font-weight: bold;
  background-color: #6ad;
  cursor: pointer;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -wekit-border-radius: 8px;
  }
  
dt span {
  color: #fff;
  float: right;
  margin: 0;
  padding: 0 8px 0 12px;
  background-color: #28c;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
  
dt:hover {
  background-color: #5bf;
}
  
dd {
  margin: 0;
  padding: 4px 10px;
  font-size: 1.2em;
  line-height: 1.4em;
}

dd p {
  margin: 0 0 8px 0;
  overflow: hidden;
}

img.icon {
  float: left;
  width: 57px;
  height: 57px;
  margin: 0 12px 0 0;
  border: 1px solid #444;
}
  
p.special {
  text-align: center;
  /* font-family: monospace;
  font-size: 1.4em;
  font-weight: bold; */
}

p.special sup {
  font-size: .6em;
}

a.app {
  color: #28c;
  font-weight: bold;
  font-size: 1.2em;
}
