body {
    background-color: #CCC;
    text-color: #000;
	font-family: 'Open Sans', Sans, Verdana, sans-serif;
	font-size: 14px;
}

table.ss {
    margin: 0;
    padding: 0;
    border: 0;
    border-spacing: 20px;
    width: 80%;
    margin-left: 30px;
}

table.distros {
	margin: 0; 
	border-spacing: 0;
}

table.distros tr td {
	text-align: left; 
	vertical-align: top;
}

table.distros tr td ul {
	margin-top: 0;
}

td {
    margin: 0;
    padding: 0;
    text-align: center;
}

div.screenshot img {
    border: 1px black solid;
}

td.screenshot img {
    border: 1px black solid;
}

div.postcard {
    padding: 2px;
}

div.postcard img {
    border: 1px black solid;
}

div.postcard a:visited {
    border: none;
    text-decoration: none;
}

div.postcard p {
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
}

div.rounded {
    background: #FFF;
    width: 960px;
	margin: 20px auto;
	padding: 20px;
    color: black;
	border: 2px solid #EEE;
	border-radius: 30px;	
}

h1, h2, ul {
    margin-left: 30px;
}

ul li ul {
    margin-left: 0px;
}

li a:link, li a:visited, a:link, a:visited {
    color: #2010a0;
    text-decoration: none;  
}

li a:hover, a:hover {
    color: #3020c0;
    text-decoration: underline;
}

p.text {
    margin-left: 30px;
    margin-right: 30px;
    text-align: justify;
}

p.text_right {
    text-align: right;
}

p.text_right_margin {
    margin-right: 30px;
    text-align: right;
}

p.text_japanese {
    text-align: center;
    font-size: x-large;
}

pre.code {
    margin-left: 30px;
    margin-right: 30px;
    border: 1px solid #888;
    background-color: #EEE;
    color: #333;
    padding: 4px;
    text-align: left;
    white-space: pre;
}

p.version {
    margin-left: 30px;
    margin-right: 30px;
    font-weight: bold;
    color: #000;
}

p.question {
    margin-left: 60px;
    margin-right: 100px;
    font-weight: bold;  
    text-indent: -1.5em;
    text-align: justify;
}

p.answer {
    margin-left: 60px;
    margin-right: 100px;
    margin-top: -1em;
    text-indent: -1.5em;
    text-align: justify;
}

p.back {
    color: #666; 
    text-align: right ;
    margin-left: 30px;
    margin-right: 30px;
}

p.back a:link, p.back a:hover, p.back a:active { 
    color: #666; 
    text-decoration: underline; 
}

p.back a, p.back a:visited { 
    color: #666; 
}

table.progressbar
{
	width: 200px;
    margin: 5px 0 5px 30px;
    height: 20px;
    border: 1px solid #AAA;
    border-collapse: collapse;
	font-size: 11px;
}

td.translated
{
	text-align: center;
	vertical-align: middle;
	background-color: #c5c5c5;
	border: 1px solid #AAA;
    white-space: pre;
}

table.distros {
	margin: 0; 
	border-spacing: 0;
}

table.distros tr td {
	text-align: left; 
	vertical-align: top;
}

table.distros tr td ul {
	margin-top: 0;
}

table.tb { 
    margin: 30px; 
    padding: 0px; 
    border-spacing: 0px; 
}

.tb tr.toprow { 
    background-color: #222; 
}

.tb tr.row { 
    background-color: #f0f0f0; 
}

.tb td { 
    padding: 4px 14px 4px 14px; 
    white-space: nowrap; 
    border-bottom: 1px solid #aaa; 
    text-align: left;
}

.tb td.name { 
    width: 80%; 
    border: 0px; 
}

.tb td.strike {
    text-decoration: line-through;
}

.tb td.size, td.date { 
    border: 0px; 
    padding-left: 10px; 
}

.tb td.right { 
    text-align: right;
}

.tb a { 
    text-decoration: none; 
}

.tb a:link, .tb a:active { 
    color: #2010a0;
}

.tb a:hover { 
    color: #2010a0;
    text-decoration: underline; 
}

.tb a:visited { 
    color: #2010a0;
}

.tb a.top { 
    color: #EEE; 
    font-weight: bold; 
}

.tb a:hover.top, .tb a:active.top { 
    text-decoration: underline; 
} 

