body {font-family: 'PT Sans', sans-serif; font-size: 14px; line-height: 1.6em; margin:0; }
@media only screen and (max--width:1200px) {
  .content{width: 90%; text-align: left;}
}
@media only screen and  (min-width:1200px) {
  .content{width: 50%; text-align: left;}
}

h1 {font-size:34px; font-weight:bold; border-bottom: 1px solid #222; margin:0; padding: 30px 0 15px; line-height: 1.1em;}
h2 {font-size:22px; font-weight:normal; padding:20px 0 5px; margin:0;}

a {color:#1081c6; text-decoration: none;}
a:hover {text-decoration: underline;}

span.new{font-size:10px; background-color:#f1c400; padding:2px 3px;}

td{vertical-align: top; width:50%; line-height: 1.6em;}
table{width: 100%;}

.bar{width:99%; background-color:#eee; padding:10px 3px; font-size:11px; line-height:1.2em;}
