@import url('http://fonts.googleapis.com/css?family=Raleway:400,400italic,700,700italic');

body {
background-image:url("body-bg.jpg");
background-repeat:repeat;
/*background:#e9e9ef;*/
font-family:Raleway,sans-serif;
}

h3 {
font-size:140%;
margin-top:8px;
margin-bottom:8px;
}

a { color:#26f; text-decoration:none; }
a:visited { color:#26f; }

.main {
background:white;
width:96%;
padding:1em;
min-height:200px;
box-shadow:0 3px 5px 1px rgba(0,0,0,0.6);
}

.note {
background:#ffa;
border:solid #fc9 1px;
font-size:90%;
margin:6px;
padding:1em;
}

.foot {
color:grey;
font-size:90%;
}

table.tab { background: #fafafa; border:1px solid grey; font-size: 14px; margin-top: 1.5em; margin-bottom: 1.5em; width: 100%; }
table.tab td { border-bottom: 1px solid #f1f1f1; padding: 5px; vertical-align: middle; }
table.tab th { background:#ddd; font-weight: 600; text-align: center; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; padding: 10px 5px; }
table.tab tr:nth-child(even) { background: #f0f0f0; }
table.noalt tr:nth-child(even) { background:white; }