/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -ms-text-size-adjust: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: none;
  box-sizing: border-box; }

body, html {
  -webkit-font-smoothing: antialiased;
  background: #F6F6EF;
  font-family: 'Fira Sans', sans-serif;
  font-size: 100%;
  height: 100%; }

a {
  color: #FD7400;
  text-decoration: none; }
  a:hover {
    color: #F5A623; }
  a:visited {
    color: #004358; }

.container {
  margin: 0 auto;
  width: 980px; }

.done {
  text-decoration: line-through; }

.col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9 {
  float: right;
  width: 60%; }

header {
  background: #004358;
  border-bottom: 1px solid #1A323D;
  color: white;
  overflow: auto;
  padding: 0 1em; }
  header .logo {
    float: left;
    font-weight: 500;
    padding: 1em 0; }
    header .logo sup {
      color: #BEDB39;
      font-weight: 700;
      font-size: 0.75em;
      text-transform: uppercase;
      vertical-align: top; }
    header .logo a {
      color: white; }
  header .menu {
    float: right;
    font-size: 0.75em;
    font-weight: 500;
    text-transform: uppercase;
    padding: 1.5em 0; }
    header .menu ul li {
      float: left;
      margin-left: 1em; }
      header .menu ul li a {
        color: inherit;
        opacity: 0.5; }
        header .menu ul li a:hover {
          opacity: 0.8; }
        header .menu ul li a:visited {
          color: inherit; }
    header .menu ul .selected {
      opacity: 1; }

.intro {
  background: #004358;
  padding: 4.5em 1em; }
  .intro h1 {
    color: #BEDB39;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 0.3em; }
  .intro p {
    color: white;
    font-size: 1.1em;
    line-height: 1.2em; }

#tableHeader .row div, #tableBody .row div {
  padding: 1.2em 1em; }

#tableHeader {
  display: none; }
  #tableHeader.fixed {
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    width: 100%; }
  #tableHeader .row {
    background: #F6F6EF;
    overflow: auto;
    text-align: left; }
    #tableHeader .row div {
      color: #555555;
      font-size: 0.75em;
      font-weight: 500;
      text-transform: uppercase;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

#tableBody {
  background: white; }
  #tableBody .row {
    overflow: auto;
    border-bottom: 2px solid #CCCCCC; }
    #tableBody .row .title {
      color: #333;
      float: left;
      width: 40%; }
    #tableBody .row a {
      font-size: 1.3em; }
    #tableBody .row div {
      border-bottom: 1px solid #F7F7F7;
      color: #888888;
      font-size: 0.95em; }
    #tableBody .row:hover {
      background: #FDFDFC; }
    #tableBody .row .tool-check {
      color: #61CA41; }
    #tableBody .row .tool-cross {
      color: #EE5B55; }
  #tableBody.moved {
    padding-top: 50px; }

.page {
  background: white;
  padding: 2.5em 1em; }
  .page .overview {
    border-bottom: 1px solid #F7F7F7;
    color: #555555;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 1.5em;
    padding: 1em 0; }
  .page p, .page ol {
    margin-bottom: 1.5em; }
  .page ol {
    counter-reset: item; }
  .page p, .page li {
    color: #555555;
    font-weight: 400;
    line-height: 1.5em; }
  .page li:before {
    display: inline-block;
    content: counter(item) ". ";
    counter-increment: item;
    font-weight: 500;
    width: 1.5em; }
  .page .subtitle {
    color: #004358;
    font-size: 1.1em;
    font-weight: 500;
    margin: 1.5em 0 0.3em 0; }

footer {
  color: #888888;
  font-size: 0.95em;
  overflow: auto;
  padding: 2.5em 1em; }
  footer .elevator {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    float: left;
    font-size: 0.95em;
    padding: 1em; }
  footer .contact {
    float: left;
    margin: 2em 0; }
    footer .contact .title {
      color: #273A45;
      font-weight: 500;
      line-height: 1.3em;
      margin-bottom: 0.3em; }
  footer .madeby {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 2em;
    float: left;
    font-size: 0.95em; }

@media all and (min-width: 600px) {
  .intro {
    text-align: center;
    padding: 2.5em 1.5em; }

  #tableHeader {
    display: block; }
    #tableHeader .row {
      padding: 0.3em 0; }

  #tableHeader .row div, #tableBody .row div {
    float: left; }
  #tableHeader .col1, #tableHeader .col2, #tableHeader .col3, #tableHeader .col4, #tableBody .col1, #tableBody .col2, #tableBody .col3, #tableBody .col4 {
    width: 13%; }
  #tableHeader .col5, #tableHeader .col6, #tableHeader .col7, #tableBody .col5, #tableBody .col6, #tableBody .col7 {
    width: 8%; }
  #tableHeader .col8, #tableHeader .col9, #tableBody .col8, #tableBody .col9 {
    width: 12%; }
  #tableHeader .col1, #tableBody .col1 {
    padding-left: 1.5em; }
  #tableHeader .col9, #tableBody .col9 {
    padding-right: 1.5em; }

  #tableBody .row {
    border-bottom: 1px solid #F7F7F7; }
    #tableBody .row a {
      font-size: 1em; }
    #tableBody .row div {
      border-bottom: none; }
    #tableBody .row .title {
      display: none; }
    #tableBody .row .tool-check, #tableBody .row .tool-cross {
      text-align: center; }

  .page {
    margin: 0 auto;
    margin-bottom: 5em;
    margin-top: 5em;
    padding: 2.5em 5em;
    width: 690px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.2); }
    .page .overview {
      font-size: 2em;
      line-height: 1.2em; }

  footer .contact {
    margin: 0;
    padding: 0.3em 0 0.3em 2em; }
  footer .madeby {
    border-top: none;
    padding-top: 0;
    float: right; } }
