/* RESET */

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp { border: 0; margin: 0; padding: 0; font-size: 100%; }
/* Override the default (display: inline) for browsers that do not recognize HTML5 tags.
IE8 (and lower) requires the shiv */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
b, strong { font-weight: bold; }
img { color: transparent; font-size: 0; -ms-interpolation-mode: bicubic; }
li { display: list-item; }
table { border-collapse: collapse; border-spacing: 0; }
th, td, caption { font-weight: normal; vertical-align: top; text-align: left; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
sub, sup, small { font-size: 75%; }
sub, sup { line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
svg { overflow: hidden; }

/* END RESET */


/* main.css relevant content */

html {
  font-size: 62.5%;
  height: 100%;
}
body {
  color: #333333;
  font: 12px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  background: #FFF;
}
.container {
  margin: 0 auto;
  max-width: 1080px;
  min-width: 580px;
  padding: 0 20px;
}
#workspace {
  display: inline;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1, h2, h3, h4 {
  margin: 10px 0;
  margin: 1rem 0;
  text-shadow: 0 1px 0 #ffffff;
}
p {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
a {
  color: #333333;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
#primary-header {
  height: 90px;
  position: relative;
  display: inline;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section {
  background: #ffffff;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
section header {
  background: #616870;
  color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  overflow: hidden;
  padding: 10px;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
section header h1 {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: -1px;
  margin: 0;
  text-shadow: 0 1px 0 #424b54;
}
section .content {
  padding: 10px;
  *zoom: 1;
}
section .content:before,
section .content:after {
  content: "";
  display: table;
}
section .content:after {
  clear: both;
}
table {
  border-top: 1px solid #cccccc;
  border-top: 1px solid rgba(204, 204, 204, 0.3);
  table-layout: fixed;
  width: 100%;
}
table td {
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  font: 11px/1.5 Verdana, Geneva, sans-serif;
  font-size: 1.1rem;
  padding: 7px 5px;
}
table td a {
  text-decoration: underline;
}
table td span {
  color: #666666;
}
table td.row {
  font: bold 11px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.list {
  background: #ffffff;
}
.list .row a {
  font-size: 12px;
  font-size: 1.2rem;
}
.list td {
  color: #666666;
  padding: 10px 5px;
}
.list tr:hover td {
  background: #f6f6f6;
  color: #333333;
  text-shadow: none;
}
.list tr:hover td a {
  color: #333333;
  text-decoration: underline;
  text-shadow: none;
}
footer[role=contentinfo] {
  border-top: 1px solid #EEE;
  color: #666666;
  margin-top: 20px;
  display: inline;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer[role=contentinfo] p {
  color: #999999;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px;
}