html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}


body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 35px;
  line-height: 35px;
  color: #333333;
  background-color: #ffffff;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 10px;
  font-family: inherit;
  font-weight: bold;
  line-height: 40px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 77px;
}

h2 {
  font-size: 63px;
  line-height: 66px;
}

h3 {
  font-size: 49px;
  line-height: 52px;
}

h4 {
  font-size: 35px;
}

h5 {
  font-size: 28px;
}

h6 {
  font-size: 23.8px;
}

h1 small {
  font-size: 49px;
}

h2 small {
  font-size: 36px;
}

h3 small {
  font-size: 28px;
}

h4 small {
  font-size: 28px;
}

.page-header {
  padding-bottom: 9px;
  margin: 2px 0 30px;
  border-bottom: 1px solid #eeeeee;
}



table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 40px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #bbbbbb;
}

.table-squeezed th,
.table-squeezed td {
  padding: 8px 4px;
  line-height: 34px;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 20px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 34px;
  font-weight: 250;
  color: #777777;
}

