Protocol-relative URLs for Google Font @imports
[bootswatch] / readable / bootstrap.css
index 3400458..bf0888a 100644 (file)
@@ -1,5 +1,6 @@
+@import url('//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic');
 /*!
- * Bootstrap v2.2.1
+ * Bootstrap v2.2.2
  *
  * Copyright 2012 Twitter, Inc
  * Licensed under the Apache License v2.0
@@ -101,6 +102,16 @@ input[type="submit"] {
   -webkit-appearance: button;
   cursor: pointer;
 }
+label,
+select,
+button,
+input[type="button"],
+input[type="reset"],
+input[type="submit"],
+input[type="radio"],
+input[type="checkbox"] {
+  cursor: pointer;
+}
 input[type="search"] {
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
@@ -115,6 +126,57 @@ textarea {
   overflow: auto;
   vertical-align: top;
 }
+@media print {
+  * {
+    text-shadow: none !important;
+    color: #000 !important;
+    background: transparent !important;
+    box-shadow: none !important;
+  }
+  a,
+  a:visited {
+    text-decoration: underline;
+  }
+  a[href]:after {
+    content: " (" attr(href) ")";
+  }
+  abbr[title]:after {
+    content: " (" attr(title) ")";
+  }
+  .ir a:after,
+  a[href^="javascript:"]:after,
+  a[href^="#"]:after {
+    content: "";
+  }
+  pre,
+  blockquote {
+    border: 1px solid #999;
+    page-break-inside: avoid;
+  }
+  thead {
+    display: table-header-group;
+  }
+  tr,
+  img {
+    page-break-inside: avoid;
+  }
+  img {
+    max-width: 100% !important;
+  }
+  @page  {
+    margin: 0.5cm;
+  }
+  p,
+  h2,
+  h3 {
+    orphans: 3;
+    widows: 3;
+  }
+  h2,
+  h3 {
+    page-break-after: avoid;
+  }
+}
 .clearfix {
   *zoom: 1;
 }
@@ -137,25 +199,25 @@ textarea {
 .input-block-level {
   display: block;
   width: 100%;
-  min-height: 11.4em;
+  min-height: 36px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 body {
   margin: 0;
-  font-family: Palatino, Georgia, "Times New Roman", Times, serif;
-  font-size: 16px;
-  line-height: 1.4em;
-  color: #282828;
-  background-color: #fafdfa;
+  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
+  font-size: 18px;
+  line-height: 26px;
+  color: #333333;
+  background-color: #f6f6f6;
 }
 a {
   color: #9c0001;
   text-decoration: none;
 }
 a:hover {
-  color: #c50001;
+  color: #830001;
   text-decoration: underline;
 }
 .img-rounded {
@@ -289,7 +351,7 @@ a:hover {
 .row-fluid [class*="span"] {
   display: block;
   width: 100%;
-  min-height: 11.4em;
+  min-height: 36px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
@@ -484,13 +546,13 @@ a:hover {
   clear: both;
 }
 p {
-  margin: 0 0 0.7em;
+  margin: 0 0 13px;
 }
 .lead {
-  margin-bottom: 1.4em;
-  font-size: 24px;
+  margin-bottom: 26px;
+  font-size: 27px;
   font-weight: 200;
-  line-height: 2.0999999999999996em;
+  line-height: 39px;
 }
 small {
   font-size: 85%;
@@ -507,6 +569,9 @@ cite {
 .muted {
   color: #999999;
 }
+a.muted:hover {
+  color: #808080;
+}
 .text-warning {
   color: #c09853;
 }
@@ -537,10 +602,10 @@ h3,
 h4,
 h5,
 h6 {
-  margin: 0.7em 0;
+  margin: 13px 0;
   font-family: inherit;
   font-weight: bold;
-  line-height: 1.4em;
+  line-height: 26px;
   color: inherit;
   text-rendering: optimizelegibility;
 }
@@ -557,47 +622,47 @@ h6 small {
 h1,
 h2,
 h3 {
-  line-height: 2.8em;
+  line-height: 52px;
 }
 h1 {
-  font-size: 44px;
+  font-size: 49.5px;
 }
 h2 {
-  font-size: 36px;
+  font-size: 40.5px;
 }
 h3 {
-  font-size: 28px;
+  font-size: 31.5px;
 }
 h4 {
-  font-size: 20px;
+  font-size: 22.5px;
 }
 h5 {
-  font-size: 16px;
+  font-size: 18px;
 }
 h6 {
-  font-size: 13.6px;
+  font-size: 15.299999999999999px;
 }
 h1 small {
-  font-size: 28px;
+  font-size: 31.5px;
 }
 h2 small {
-  font-size: 20px;
+  font-size: 22.5px;
 }
 h3 small {
-  font-size: 16px;
+  font-size: 18px;
 }
 h4 small {
-  font-size: 16px;
+  font-size: 18px;
 }
 .page-header {
-  padding-bottom: -0.30000000000000004em;
-  margin: 1.4em 0 2.0999999999999996em;
-  border-bottom: 1px solid #cdcdcd;
+  padding-bottom: 12px;
+  margin: 26px 0 39px;
+  border-bottom: 1px solid #eeeeee;
 }
 ul,
 ol {
   padding: 0;
-  margin: 0 0 0.7em 25px;
+  margin: 0 0 13px 25px;
 }
 ul ul,
 ul ol,
@@ -606,25 +671,36 @@ ol ul {
   margin-bottom: 0;
 }
 li {
-  line-height: 1.4em;
+  line-height: 26px;
 }
 ul.unstyled,
 ol.unstyled {
   margin-left: 0;
   list-style: none;
 }
+ul.inline,
+ol.inline {
+  margin-left: 0;
+  list-style: none;
+}
+ul.inline  > li,
+ol.inline  > li {
+  display: inline-block;
+  padding-left: 5px;
+  padding-right: 5px;
+}
 dl {
-  margin-bottom: 1.4em;
+  margin-bottom: 26px;
 }
 dt,
 dd {
-  line-height: 1.4em;
+  line-height: 26px;
 }
 dt {
   font-weight: bold;
 }
 dd {
-  margin-left: 0.7em;
+  margin-left: 13px;
 }
 .dl-horizontal {
   *zoom: 1;
@@ -651,9 +727,9 @@ dd {
   margin-left: 180px;
 }
 hr {
-  margin: 1.4em 0;
+  margin: 26px 0;
   border: 0;
-  border-top: 1px solid #cdcdcd;
+  border-top: 1px solid #eeeeee;
   border-bottom: 1px solid #ffffff;
 }
 abbr[title],
@@ -667,18 +743,18 @@ abbr.initialism {
 }
 blockquote {
   padding: 0 0 0 15px;
-  margin: 0 0 1.4em;
-  border-left: 5px solid #cdcdcd;
+  margin: 0 0 26px;
+  border-left: 5px solid #eeeeee;
 }
 blockquote p {
   margin-bottom: 0;
   font-size: 16px;
   font-weight: 300;
-  line-height: 1.75em;
+  line-height: 32.5px;
 }
 blockquote small {
   display: block;
-  line-height: 1.4em;
+  line-height: 26px;
   color: #999999;
 }
 blockquote small:before {
@@ -688,7 +764,7 @@ blockquote.pull-right {
   float: right;
   padding-right: 15px;
   padding-left: 0;
-  border-right: 5px solid #cdcdcd;
+  border-right: 5px solid #eeeeee;
   border-left: 0;
 }
 blockquote.pull-right p,
@@ -709,15 +785,15 @@ blockquote:after {
 }
 address {
   display: block;
-  margin-bottom: 1.4em;
+  margin-bottom: 26px;
   font-style: normal;
-  line-height: 1.4em;
+  line-height: 26px;
 }
 code,
 pre {
   padding: 0 3px 2px;
-  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
-  font-size: 14px;
+  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
+  font-size: 16px;
   color: #333333;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
@@ -728,13 +804,14 @@ code {
   color: #d14;
   background-color: #f7f7f9;
   border: 1px solid #e1e1e8;
+  white-space: nowrap;
 }
 pre {
   display: block;
-  padding: 0.19999999999999996em;
-  margin: 0 0 0.7em;
-  font-size: 15px;
-  line-height: 1.4em;
+  padding: 12.5px;
+  margin: 0 0 13px;
+  font-size: 17px;
+  line-height: 26px;
   word-break: break-all;
   word-wrap: break-word;
   white-space: pre;
@@ -747,11 +824,13 @@ pre {
   border-radius: 4px;
 }
 pre.prettyprint {
-  margin-bottom: 1.4em;
+  margin-bottom: 26px;
 }
 pre code {
   padding: 0;
   color: inherit;
+  white-space: pre;
+  white-space: pre-wrap;
   background-color: transparent;
   border: 0;
 }
@@ -760,7 +839,7 @@ pre code {
   overflow-y: scroll;
 }
 form {
-  margin: 0 0 1.4em;
+  margin: 0 0 26px;
 }
 fieldset {
   padding: 0;
@@ -771,15 +850,15 @@ legend {
   display: block;
   width: 100%;
   padding: 0;
-  margin-bottom: 1.4em;
-  font-size: 24px;
-  line-height: 2.8em;
+  margin-bottom: 26px;
+  font-size: 27px;
+  line-height: 52px;
   color: #333333;
   border: 0;
   border-bottom: 1px solid #e5e5e5;
 }
 legend small {
-  font-size: 1.0499999999999998em;
+  font-size: 19.5px;
   color: #999999;
 }
 label,
@@ -787,15 +866,15 @@ input,
 button,
 select,
 textarea {
-  font-size: 16px;
+  font-size: 18px;
   font-weight: normal;
-  line-height: 1.4em;
+  line-height: 26px;
 }
 input,
 button,
 select,
 textarea {
-  font-family: Palatino, Georgia, "Times New Roman", Times, serif;
+  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
 }
 label {
   display: block;
@@ -819,12 +898,12 @@ input[type="tel"],
 input[type="color"],
 .uneditable-input {
   display: inline-block;
-  height: 1.4em;
+  height: 26px;
   padding: 4px 6px;
-  margin-bottom: 0.7em;
-  font-size: 16px;
-  line-height: 1.4em;
-  color: #777777;
+  margin-bottom: 13px;
+  font-size: 18px;
+  line-height: 26px;
+  color: #555555;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
@@ -899,7 +978,6 @@ input[type="checkbox"] {
   /* IE8-9 */
 
   line-height: normal;
-  cursor: pointer;
 }
 input[type="file"],
 input[type="image"],
@@ -912,13 +990,13 @@ input[type="checkbox"] {
 }
 select,
 input[type="file"] {
-  height: 11.4em;
+  height: 36px;
   /* In IE7, the height of the select element cannot be changed by height, only font-size */
 
   *margin-top: 4px;
   /* For IE7, add top margin to align select with labels */
 
-  line-height: 11.4em;
+  line-height: 36px;
 }
 select {
   width: 220px;
@@ -969,7 +1047,7 @@ textarea::-webkit-input-placeholder {
 }
 .radio,
 .checkbox {
-  min-height: 1.4em;
+  min-height: 26px;
   padding-left: 20px;
 }
 .radio input[type="radio"],
@@ -1104,7 +1182,7 @@ input[readonly],
 select[readonly],
 textarea[readonly] {
   cursor: not-allowed;
-  background-color: #cdcdcd;
+  background-color: #eeeeee;
 }
 input[type="radio"][disabled],
 input[type="checkbox"][disabled],
@@ -1112,7 +1190,7 @@ input[type="radio"][readonly],
 input[type="checkbox"][readonly] {
   background-color: transparent;
 }
-.control-group.warning label,
+.control-group.warning .control-label,
 .control-group.warning .help-block,
 .control-group.warning .help-inline {
   color: #c09853;
@@ -1146,7 +1224,7 @@ input[type="checkbox"][readonly] {
   background-color: #fcf8e3;
   border-color: #c09853;
 }
-.control-group.error label,
+.control-group.error .control-label,
 .control-group.error .help-block,
 .control-group.error .help-inline {
   color: #b94a48;
@@ -1180,7 +1258,7 @@ input[type="checkbox"][readonly] {
   background-color: #f2dede;
   border-color: #b94a48;
 }
-.control-group.success label,
+.control-group.success .control-label,
 .control-group.success .help-block,
 .control-group.success .help-inline {
   color: #468847;
@@ -1214,7 +1292,7 @@ input[type="checkbox"][readonly] {
   background-color: #dff0d8;
   border-color: #468847;
 }
-.control-group.info label,
+.control-group.info .control-label,
 .control-group.info .help-block,
 .control-group.info .help-inline {
   color: #3a87ad;
@@ -1248,25 +1326,25 @@ input[type="checkbox"][readonly] {
   background-color: #d9edf7;
   border-color: #3a87ad;
 }
-input:focus:required:invalid,
-textarea:focus:required:invalid,
-select:focus:required:invalid {
+input:focus:invalid,
+textarea:focus:invalid,
+select:focus:invalid {
   color: #b94a48;
   border-color: #ee5f5b;
 }
-input:focus:required:invalid:focus,
-textarea:focus:required:invalid:focus,
-select:focus:required:invalid:focus {
+input:focus:invalid:focus,
+textarea:focus:invalid:focus,
+select:focus:invalid:focus {
   border-color: #e9322d;
   -webkit-box-shadow: 0 0 6px #f8b9b7;
   -moz-box-shadow: 0 0 6px #f8b9b7;
   box-shadow: 0 0 6px #f8b9b7;
 }
 .form-actions {
-  padding: 0.3999999999999999em 20px 1.4em;
-  margin-top: 1.4em;
-  margin-bottom: 1.4em;
-  background-color: transparent;
+  padding: 25px 20px 26px;
+  margin-top: 26px;
+  margin-bottom: 26px;
+  background-color: #f5f5f5;
   border-top: 1px solid #e5e5e5;
   *zoom: 1;
 }
@@ -1281,11 +1359,11 @@ select:focus:required:invalid:focus {
 }
 .help-block,
 .help-inline {
-  color: #4e4e4e;
+  color: #595959;
 }
 .help-block {
   display: block;
-  margin-bottom: 0.7em;
+  margin-bottom: 13px;
 }
 .help-inline {
   display: inline-block;
@@ -1310,7 +1388,7 @@ select:focus:required:invalid:focus {
 .input-prepend .uneditable-input,
 .input-append .dropdown-menu,
 .input-prepend .dropdown-menu {
-  font-size: 16px;
+  font-size: 18px;
 }
 .input-append input,
 .input-prepend input,
@@ -1338,21 +1416,23 @@ select:focus:required:invalid:focus {
 .input-prepend .add-on {
   display: inline-block;
   width: auto;
-  height: 1.4em;
+  height: 26px;
   min-width: 16px;
   padding: 4px 5px;
-  font-size: 16px;
+  font-size: 18px;
   font-weight: normal;
-  line-height: 1.4em;
+  line-height: 26px;
   text-align: center;
   text-shadow: 0 1px 0 #ffffff;
-  background-color: #cdcdcd;
+  background-color: #eeeeee;
   border: 1px solid #ccc;
 }
 .input-append .add-on,
 .input-prepend .add-on,
 .input-append .btn,
-.input-prepend .btn {
+.input-prepend .btn,
+.input-append .btn-group > .dropdown-toggle,
+.input-prepend .btn-group > .dropdown-toggle {
   vertical-align: top;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
@@ -1360,8 +1440,8 @@ select:focus:required:invalid:focus {
 }
 .input-append .active,
 .input-prepend .active {
-  background-color: #a9dba9;
-  border-color: #46a546;
+  background-color: #6ce495;
+  border-color: #1c9b47;
 }
 .input-prepend .add-on,
 .input-prepend .btn {
@@ -1380,9 +1460,9 @@ select:focus:required:invalid:focus {
   -moz-border-radius: 4px 0 0 4px;
   border-radius: 4px 0 0 4px;
 }
-.input-append input + .btn-group .btn,
-.input-append select + .btn-group .btn,
-.input-append .uneditable-input + .btn-group .btn {
+.input-append input + .btn-group .btn:last-child,
+.input-append select + .btn-group .btn:last-child,
+.input-append .uneditable-input + .btn-group .btn:last-child {
   -webkit-border-radius: 0 4px 4px 0;
   -moz-border-radius: 0 4px 4px 0;
   border-radius: 0 4px 4px 0;
@@ -1393,7 +1473,8 @@ select:focus:required:invalid:focus {
   margin-left: -1px;
 }
 .input-append .add-on:last-child,
-.input-append .btn:last-child {
+.input-append .btn:last-child,
+.input-append .btn-group:last-child > .dropdown-toggle {
   -webkit-border-radius: 0 4px 4px 0;
   -moz-border-radius: 0 4px 4px 0;
   border-radius: 0 4px 4px 0;
@@ -1531,14 +1612,14 @@ input.search-query {
   margin-left: 0;
 }
 .control-group {
-  margin-bottom: 0.7em;
+  margin-bottom: 13px;
 }
 legend + .control-group {
-  margin-top: 1.4em;
+  margin-top: 26px;
   -webkit-margin-top-collapse: separate;
 }
 .form-horizontal .control-group {
-  margin-bottom: 1.4em;
+  margin-bottom: 26px;
   *zoom: 1;
 }
 .form-horizontal .control-group:before,
@@ -1570,8 +1651,11 @@ legend + .control-group {
 }
 .form-horizontal input + .help-block,
 .form-horizontal select + .help-block,
-.form-horizontal textarea + .help-block {
-  margin-top: 0.7em;
+.form-horizontal textarea + .help-block,
+.form-horizontal .uneditable-input + .help-block,
+.form-horizontal .input-prepend + .help-block,
+.form-horizontal .input-append + .help-block {
+  margin-top: 13px;
 }
 .form-horizontal .form-actions {
   padding-left: 180px;
@@ -1584,12 +1668,12 @@ table {
 }
 .table {
   width: 100%;
-  margin-bottom: 1.4em;
+  margin-bottom: 26px;
 }
 .table th,
 .table td {
   padding: 8px;
-  line-height: 1.4em;
+  line-height: 26px;
   text-align: left;
   vertical-align: top;
   border-top: 1px solid #dddddd;
@@ -1611,6 +1695,9 @@ table {
 .table tbody + tbody {
   border-top: 2px solid #dddddd;
 }
+.table .table {
+  background-color: #f6f6f6;
+}
 .table-condensed th,
 .table-condensed td {
   padding: 4px 5px;
@@ -1639,58 +1726,65 @@ table {
 .table-bordered tbody:first-child tr:first-child td {
   border-top: 0;
 }
-.table-bordered thead:first-child tr:first-child th:first-child,
-.table-bordered tbody:first-child tr:first-child td:first-child {
+.table-bordered thead:first-child tr:first-child th:first-child,
+.table-bordered tbody:first-child tr:first-child td:first-child {
   -webkit-border-top-left-radius: 4px;
-  border-top-left-radius: 4px;
   -moz-border-radius-topleft: 4px;
+  border-top-left-radius: 4px;
 }
-.table-bordered thead:first-child tr:first-child th:last-child,
-.table-bordered tbody:first-child tr:first-child td:last-child {
+.table-bordered thead:first-child tr:first-child th:last-child,
+.table-bordered tbody:first-child tr:first-child td:last-child {
   -webkit-border-top-right-radius: 4px;
-  border-top-right-radius: 4px;
   -moz-border-radius-topright: 4px;
+  border-top-right-radius: 4px;
 }
-.table-bordered thead:last-child tr:last-child th:first-child,
-.table-bordered tbody:last-child tr:last-child td:first-child,
-.table-bordered tfoot:last-child tr:last-child td:first-child {
-  -webkit-border-radius: 0 0 0 4px;
-  -moz-border-radius: 0 0 0 4px;
-  border-radius: 0 0 0 4px;
+.table-bordered thead:last-child tr:last-child > th:first-child,
+.table-bordered tbody:last-child tr:last-child > td:first-child,
+.table-bordered tfoot:last-child tr:last-child > td:first-child {
   -webkit-border-bottom-left-radius: 4px;
-  border-bottom-left-radius: 4px;
   -moz-border-radius-bottomleft: 4px;
+  border-bottom-left-radius: 4px;
 }
-.table-bordered thead:last-child tr:last-child th:last-child,
-.table-bordered tbody:last-child tr:last-child td:last-child,
-.table-bordered tfoot:last-child tr:last-child td:last-child {
+.table-bordered thead:last-child tr:last-child th:last-child,
+.table-bordered tbody:last-child tr:last-child td:last-child,
+.table-bordered tfoot:last-child tr:last-child td:last-child {
   -webkit-border-bottom-right-radius: 4px;
-  border-bottom-right-radius: 4px;
   -moz-border-radius-bottomright: 4px;
+  border-bottom-right-radius: 4px;
+}
+.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
+  -webkit-border-bottom-left-radius: 0;
+  -moz-border-radius-bottomleft: 0;
+  border-bottom-left-radius: 0;
+}
+.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
+  -webkit-border-bottom-right-radius: 0;
+  -moz-border-radius-bottomright: 0;
+  border-bottom-right-radius: 0;
 }
 .table-bordered caption + thead tr:first-child th:first-child,
 .table-bordered caption + tbody tr:first-child td:first-child,
 .table-bordered colgroup + thead tr:first-child th:first-child,
 .table-bordered colgroup + tbody tr:first-child td:first-child {
   -webkit-border-top-left-radius: 4px;
-  border-top-left-radius: 4px;
   -moz-border-radius-topleft: 4px;
+  border-top-left-radius: 4px;
 }
 .table-bordered caption + thead tr:first-child th:last-child,
 .table-bordered caption + tbody tr:first-child td:last-child,
 .table-bordered colgroup + thead tr:first-child th:last-child,
 .table-bordered colgroup + tbody tr:first-child td:last-child {
   -webkit-border-top-right-radius: 4px;
-  border-top-right-radius: 4px;
   -moz-border-radius-topright: 4px;
+  border-top-right-radius: 4px;
 }
-.table-striped tbody tr:nth-child(odd) td,
-.table-striped tbody tr:nth-child(odd) th {
-  background-color: #f3faf3;
+.table-striped tbody > tr:nth-child(odd) > td,
+.table-striped tbody > tr:nth-child(odd) > th {
+  background-color: #f9f9f9;
 }
 .table-hover tbody tr:hover td,
 .table-hover tbody tr:hover th {
-  background-color: #ebf7eb;
+  background-color: #f5f5f5;
 }
 table td[class*="span"],
 table th[class*="span"],
@@ -2283,7 +2377,7 @@ table th[class*="span"],
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
-  background-color: #ffffff;
+  background-color: #f6f6f6;
   border: 1px solid #ccc;
   border: 1px solid rgba(0, 0, 0, 0.2);
   *border-right-width: 2px;
@@ -2305,7 +2399,7 @@ table th[class*="span"],
 .dropdown-menu .divider {
   *width: 100%;
   height: 1px;
-  margin: -0.30000000000000004em 1px;
+  margin: 12px 1px;
   *margin: -5px 0 5px;
   overflow: hidden;
   background-color: #e5e5e5;
@@ -2316,27 +2410,27 @@ table th[class*="span"],
   padding: 3px 20px;
   clear: both;
   font-weight: normal;
-  line-height: 1.4em;
-  color: #9c0001;
+  line-height: 26px;
+  color: #333333;
   white-space: nowrap;
 }
 .dropdown-menu li > a:hover,
 .dropdown-menu li > a:focus,
 .dropdown-submenu:hover > a {
   text-decoration: none;
-  color: #c50001;
-  background-color: rgba(250, 250, 250, 0);
-  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(242, 242, 242, 0));
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0)), to(rgba(242, 242, 242, 0)));
-  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(242, 242, 242, 0));
-  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(242, 242, 242, 0));
-  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(242, 242, 242, 0));
+  color: #ffffff;
+  background-color: #920001;
+  background-image: -moz-linear-gradient(top, #9c0001, #830001);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9c0001), to(#830001));
+  background-image: -webkit-linear-gradient(top, #9c0001, #830001);
+  background-image: -o-linear-gradient(top, #9c0001, #830001);
+  background-image: linear-gradient(to bottom, #9c0001, #830001);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00f2f2f2', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9c0001', endColorstr='#ff830001', GradientType=0);
 }
 .dropdown-menu .active > a,
 .dropdown-menu .active > a:hover {
-  color: #9c0001;
+  color: #ffffff;
   text-decoration: none;
   outline: 0;
   background-color: #920001;
@@ -2356,6 +2450,7 @@ table th[class*="span"],
   text-decoration: none;
   background-color: transparent;
   background-image: none;
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
   cursor: default;
 }
 .open {
@@ -2413,12 +2508,12 @@ table th[class*="span"],
   border-color: transparent;
   border-style: solid;
   border-width: 5px 0 5px 5px;
-  border-left-color: #cccccc;
+  border-left-color: #c3c3c3;
   margin-top: 5px;
   margin-right: -10px;
 }
 .dropdown-submenu:hover > a:after {
-  border-left-color: #c50001;
+  border-left-color: #ffffff;
 }
 .dropdown-submenu.pull-left {
   float: none;
@@ -2435,6 +2530,7 @@ table th[class*="span"],
   padding-right: 20px;
 }
 .typeahead {
+  z-index: 1051;
   margin-top: 2px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
@@ -2444,8 +2540,8 @@ table th[class*="span"],
   min-height: 20px;
   padding: 19px;
   margin-bottom: 20px;
-  background-color: #ffffff;
-  border: 1px solid #ededed;
+  background-color: #f5f5f5;
+  border: 1px solid #e3e3e3;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
@@ -2495,7 +2591,7 @@ table th[class*="span"],
   float: right;
   font-size: 20px;
   font-weight: bold;
-  line-height: 1.4em;
+  line-height: 26px;
   color: #000000;
   text-shadow: 0 1px 0 #ffffff;
   opacity: 0.2;
@@ -2523,9 +2619,8 @@ button.close {
   *zoom: 1;
   padding: 4px 12px;
   margin-bottom: 0;
-  font-size: 16px;
-  line-height: 1.4em;
-  *line-height: 1.4em;
+  font-size: 18px;
+  line-height: 26px;
   text-align: center;
   vertical-align: middle;
   cursor: pointer;
@@ -2545,9 +2640,9 @@ button.close {
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
 
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  border: 1px solid #cccccc;
+  border: 1px solid #bbbbbb;
   *border: 0;
-  border-bottom-color: #b3b3b3;
+  border-bottom-color: #a2a2a2;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
@@ -2575,10 +2670,6 @@ button.close {
 .btn:hover {
   color: #333333;
   text-decoration: none;
-  background-color: #e6e6e6;
-  *background-color: #d9d9d9;
-  /* Buttons in IE7 don't get borders, so darken on hover */
-
   background-position: 0 -15px;
   -webkit-transition: background-position 0.1s linear;
   -moz-transition: background-position 0.1s linear;
@@ -2592,8 +2683,6 @@ button.close {
 }
 .btn.active,
 .btn:active {
-  background-color: #e6e6e6;
-  background-color: #d9d9d9 \9;
   background-image: none;
   outline: 0;
   -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
@@ -2603,7 +2692,6 @@ button.close {
 .btn.disabled,
 .btn[disabled] {
   cursor: default;
-  background-color: #e6e6e6;
   background-image: none;
   opacity: 0.65;
   filter: alpha(opacity=65);
@@ -2613,18 +2701,18 @@ button.close {
 }
 .btn-large {
   padding: 11px 19px;
-  font-size: 20px;
+  font-size: 22.5px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
 }
 .btn-large [class^="icon-"],
 .btn-large [class*=" icon-"] {
-  margin-top: 2px;
+  margin-top: 4px;
 }
 .btn-small {
   padding: 2px 10px;
-  font-size: 13.6px;
+  font-size: 15.299999999999999px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
@@ -2633,9 +2721,13 @@ button.close {
 .btn-small [class*=" icon-"] {
   margin-top: 0;
 }
+.btn-mini [class^="icon-"],
+.btn-mini [class*=" icon-"] {
+  margin-top: -1px;
+}
 .btn-mini {
-  padding: 1px 6px;
-  font-size: 12px;
+  padding: 0px 6px;
+  font-size: 13.5px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
@@ -2672,17 +2764,17 @@ input[type="button"].btn-block {
 .btn-primary {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #9c0f01;
-  background-image: -moz-linear-gradient(top, #9c0001, #9c2600);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9c0001), to(#9c2600));
-  background-image: -webkit-linear-gradient(top, #9c0001, #9c2600);
-  background-image: -o-linear-gradient(top, #9c0001, #9c2600);
-  background-image: linear-gradient(to bottom, #9c0001, #9c2600);
+  background-color: #ab0001;
+  background-image: -moz-linear-gradient(top, #b60001, #9c0001);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b60001), to(#9c0001));
+  background-image: -webkit-linear-gradient(top, #b60001, #9c0001);
+  background-image: -o-linear-gradient(top, #b60001, #9c0001);
+  background-image: linear-gradient(to bottom, #b60001, #9c0001);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9c0001', endColorstr='#ff9c2600', GradientType=0);
-  border-color: #9c2600 #9c2600 #501300;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb60001', endColorstr='#ff9c0001', GradientType=0);
+  border-color: #9c0001 #9c0001 #500001;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #9c2600;
+  *background-color: #9c0001;
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
 
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
@@ -2693,24 +2785,24 @@ input[type="button"].btn-block {
 .btn-primary.disabled,
 .btn-primary[disabled] {
   color: #ffffff;
-  background-color: #9c2600;
-  *background-color: #832000;
+  background-color: #9c0001;
+  *background-color: #830001;
 }
 .btn-primary:active,
 .btn-primary.active {
-  background-color: #691a00 \9;
+  background-color: #690001 \9;
 }
 .btn-warning {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #faa732;
-  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
-  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
-  background-image: -o-linear-gradient(top, #fbb450, #f89406);
-  background-image: linear-gradient(to bottom, #fbb450, #f89406);
+  background-color: #f99a14;
+  background-image: -moz-linear-gradient(top, #fa9f1e, #f89406);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa9f1e), to(#f89406));
+  background-image: -webkit-linear-gradient(top, #fa9f1e, #f89406);
+  background-image: -o-linear-gradient(top, #fa9f1e, #f89406);
+  background-image: linear-gradient(to bottom, #fa9f1e, #f89406);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa9f1e', endColorstr='#fff89406', GradientType=0);
   border-color: #f89406 #f89406 #ad6704;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   *background-color: #f89406;
@@ -2734,17 +2826,17 @@ input[type="button"].btn-block {
 .btn-danger {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #da4f49;
-  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
-  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
-  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
-  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
+  background-color: #ab0001;
+  background-image: -moz-linear-gradient(top, #b60001, #9c0001);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b60001), to(#9c0001));
+  background-image: -webkit-linear-gradient(top, #b60001, #9c0001);
+  background-image: -o-linear-gradient(top, #b60001, #9c0001);
+  background-image: linear-gradient(to bottom, #b60001, #9c0001);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
-  border-color: #bd362f #bd362f #802420;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb60001', endColorstr='#ff9c0001', GradientType=0);
+  border-color: #9c0001 #9c0001 #500001;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #bd362f;
+  *background-color: #9c0001;
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
 
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
@@ -2755,27 +2847,27 @@ input[type="button"].btn-block {
 .btn-danger.disabled,
 .btn-danger[disabled] {
   color: #ffffff;
-  background-color: #bd362f;
-  *background-color: #a9302a;
+  background-color: #9c0001;
+  *background-color: #830001;
 }
 .btn-danger:active,
 .btn-danger.active {
-  background-color: #942a25 \9;
+  background-color: #690001 \9;
 }
 .btn-success {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #5bb75b;
-  background-image: -moz-linear-gradient(top, #62c462, #51a351);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
-  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
-  background-image: -o-linear-gradient(top, #62c462, #51a351);
-  background-image: linear-gradient(to bottom, #62c462, #51a351);
+  background-color: #1ea84d;
+  background-image: -moz-linear-gradient(top, #20b151, #1c9b47);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#20b151), to(#1c9b47));
+  background-image: -webkit-linear-gradient(top, #20b151, #1c9b47);
+  background-image: -o-linear-gradient(top, #20b151, #1c9b47);
+  background-image: linear-gradient(to bottom, #20b151, #1c9b47);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
-  border-color: #51a351 #51a351 #387038;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff20b151', endColorstr='#ff1c9b47', GradientType=0);
+  border-color: #1c9b47 #1c9b47 #105a29;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #51a351;
+  *background-color: #1c9b47;
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
 
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
@@ -2786,27 +2878,27 @@ input[type="button"].btn-block {
 .btn-success.disabled,
 .btn-success[disabled] {
   color: #ffffff;
-  background-color: #51a351;
-  *background-color: #499249;
+  background-color: #1c9b47;
+  *background-color: #18853d;
 }
 .btn-success:active,
 .btn-success.active {
-  background-color: #408140 \9;
+  background-color: #147033 \9;
 }
 .btn-info {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #49afcd;
-  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
-  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
-  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
-  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
+  background-color: #006cbb;
+  background-image: -moz-linear-gradient(top, #0072c6, #0063ac);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0072c6), to(#0063ac));
+  background-image: -webkit-linear-gradient(top, #0072c6, #0063ac);
+  background-image: -o-linear-gradient(top, #0072c6, #0063ac);
+  background-image: linear-gradient(to bottom, #0072c6, #0063ac);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
-  border-color: #2f96b4 #2f96b4 #1f6377;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0072c6', endColorstr='#ff0063ac', GradientType=0);
+  border-color: #0063ac #0063ac #003760;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #2f96b4;
+  *background-color: #0063ac;
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
 
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
@@ -2817,27 +2909,27 @@ input[type="button"].btn-block {
 .btn-info.disabled,
 .btn-info[disabled] {
   color: #ffffff;
-  background-color: #2f96b4;
-  *background-color: #2a85a0;
+  background-color: #0063ac;
+  *background-color: #005493;
 }
 .btn-info:active,
 .btn-info.active {
-  background-color: #24748c \9;
+  background-color: #004679 \9;
 }
 .btn-inverse {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #575757;
-  background-image: -moz-linear-gradient(top, #777777, #282828);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#777777), to(#282828));
-  background-image: -webkit-linear-gradient(top, #777777, #282828);
-  background-image: -o-linear-gradient(top, #777777, #282828);
-  background-image: linear-gradient(to bottom, #777777, #282828);
+  background-color: #3b3b3b;
+  background-image: -moz-linear-gradient(top, #404040, #333333);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#404040), to(#333333));
+  background-image: -webkit-linear-gradient(top, #404040, #333333);
+  background-image: -o-linear-gradient(top, #404040, #333333);
+  background-image: linear-gradient(to bottom, #404040, #333333);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff282828', GradientType=0);
-  border-color: #282828 #282828 #020202;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404040', endColorstr='#ff333333', GradientType=0);
+  border-color: #333333 #333333 #0d0d0d;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #282828;
+  *background-color: #333333;
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
 
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
@@ -2848,12 +2940,12 @@ input[type="button"].btn-block {
 .btn-inverse.disabled,
 .btn-inverse[disabled] {
   color: #ffffff;
-  background-color: #282828;
-  *background-color: #1b1b1b;
+  background-color: #333333;
+  *background-color: #262626;
 }
 .btn-inverse:active,
 .btn-inverse.active {
-  background-color: #0e0e0e \9;
+  background-color: #1a1a1a \9;
 }
 button.btn,
 input[type="submit"].btn {
@@ -2898,7 +2990,7 @@ input[type="submit"].btn.btn-mini {
   border-radius: 0;
 }
 .btn-link:hover {
-  color: #c50001;
+  color: #830001;
   text-decoration: underline;
   background-color: transparent;
 }
@@ -2926,12 +3018,12 @@ input[type="submit"].btn.btn-mini {
 }
 .btn-toolbar {
   font-size: 0;
-  margin-top: 0.7em;
-  margin-bottom: 0.7em;
+  margin-top: 13px;
+  margin-bottom: 13px;
 }
-.btn-toolbar .btn + .btn,
-.btn-toolbar .btn-group + .btn,
-.btn-toolbar .btn + .btn-group {
+.btn-toolbar .btn + .btn,
+.btn-toolbar .btn-group + .btn,
+.btn-toolbar .btn + .btn-group {
   margin-left: 5px;
 }
 .btn-group > .btn {
@@ -2944,17 +3036,18 @@ input[type="submit"].btn.btn-mini {
   margin-left: -1px;
 }
 .btn-group > .btn,
-.btn-group > .dropdown-menu {
-  font-size: 16px;
+.btn-group > .dropdown-menu,
+.btn-group > .popover {
+  font-size: 18px;
 }
 .btn-group > .btn-mini {
-  font-size: 11px;
+  font-size: 13.5px;
 }
 .btn-group > .btn-small {
-  font-size: 12px;
+  font-size: 15.299999999999999px;
 }
 .btn-group > .btn-large {
-  font-size: 16px;
+  font-size: 22.5px;
 }
 .btn-group > .btn:first-child {
   margin-left: 0;
@@ -3037,22 +3130,22 @@ input[type="submit"].btn.btn-mini {
   background-color: #e6e6e6;
 }
 .btn-group.open .btn-primary.dropdown-toggle {
-  background-color: #9c2600;
+  background-color: #9c0001;
 }
 .btn-group.open .btn-warning.dropdown-toggle {
   background-color: #f89406;
 }
 .btn-group.open .btn-danger.dropdown-toggle {
-  background-color: #bd362f;
+  background-color: #9c0001;
 }
 .btn-group.open .btn-success.dropdown-toggle {
-  background-color: #51a351;
+  background-color: #1c9b47;
 }
 .btn-group.open .btn-info.dropdown-toggle {
-  background-color: #2f96b4;
+  background-color: #0063ac;
 }
 .btn-group.open .btn-inverse.dropdown-toggle {
-  background-color: #282828;
+  background-color: #333333;
 }
 .btn .caret {
   margin-top: 8px;
@@ -3087,47 +3180,50 @@ input[type="submit"].btn.btn-mini {
 
   *zoom: 1;
 }
-.btn-group-vertical .btn {
+.btn-group-vertical .btn {
   display: block;
   float: none;
-  width: 100%;
+  max-width: 100%;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
 }
-.btn-group-vertical .btn + .btn {
+.btn-group-vertical .btn + .btn {
   margin-left: 0;
   margin-top: -1px;
 }
-.btn-group-vertical .btn:first-child {
+.btn-group-vertical .btn:first-child {
   -webkit-border-radius: 4px 4px 0 0;
   -moz-border-radius: 4px 4px 0 0;
   border-radius: 4px 4px 0 0;
 }
-.btn-group-vertical .btn:last-child {
+.btn-group-vertical .btn:last-child {
   -webkit-border-radius: 0 0 4px 4px;
   -moz-border-radius: 0 0 4px 4px;
   border-radius: 0 0 4px 4px;
 }
-.btn-group-vertical .btn-large:first-child {
+.btn-group-vertical .btn-large:first-child {
   -webkit-border-radius: 6px 6px 0 0;
   -moz-border-radius: 6px 6px 0 0;
   border-radius: 6px 6px 0 0;
 }
-.btn-group-vertical .btn-large:last-child {
+.btn-group-vertical .btn-large:last-child {
   -webkit-border-radius: 0 0 6px 6px;
   -moz-border-radius: 0 0 6px 6px;
   border-radius: 0 0 6px 6px;
 }
 .alert {
   padding: 8px 35px 8px 14px;
-  margin-bottom: 1.4em;
+  margin-bottom: 26px;
   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
   background-color: #fcf8e3;
   border: 1px solid #fbeed5;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
+}
+.alert,
+.alert h4 {
   color: #c09853;
 }
 .alert h4 {
@@ -3137,24 +3233,34 @@ input[type="submit"].btn.btn-mini {
   position: relative;
   top: -2px;
   right: -21px;
-  line-height: 1.4em;
+  line-height: 26px;
 }
 .alert-success {
   background-color: #dff0d8;
   border-color: #d6e9c6;
   color: #468847;
 }
+.alert-success h4 {
+  color: #468847;
+}
 .alert-danger,
 .alert-error {
   background-color: #f2dede;
   border-color: #eed3d7;
   color: #b94a48;
 }
+.alert-danger h4,
+.alert-error h4 {
+  color: #b94a48;
+}
 .alert-info {
   background-color: #d9edf7;
   border-color: #bce8f1;
   color: #3a87ad;
 }
+.alert-info h4 {
+  color: #3a87ad;
+}
 .alert-block {
   padding-top: 14px;
   padding-bottom: 14px;
@@ -3168,7 +3274,7 @@ input[type="submit"].btn.btn-mini {
 }
 .nav {
   margin-left: 0;
-  margin-bottom: 1.4em;
+  margin-bottom: 26px;
   list-style: none;
 }
 .nav > li > a {
@@ -3176,7 +3282,10 @@ input[type="submit"].btn.btn-mini {
 }
 .nav > li > a:hover {
   text-decoration: none;
-  background-color: #cdcdcd;
+  background-color: #eeeeee;
+}
+.nav > li > a > img {
+  max-width: none;
 }
 .nav > .pull-right {
   float: right;
@@ -3186,7 +3295,7 @@ input[type="submit"].btn.btn-mini {
   padding: 3px 15px;
   font-size: 11px;
   font-weight: bold;
-  line-height: 1.4em;
+  line-height: 26px;
   color: #999999;
   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
   text-transform: uppercase;
@@ -3221,7 +3330,7 @@ input[type="submit"].btn.btn-mini {
 .nav-list .divider {
   *width: 100%;
   height: 1px;
-  margin: -0.30000000000000004em 1px;
+  margin: 12px 1px;
   *margin: -5px 0 5px;
   overflow: hidden;
   background-color: #e5e5e5;
@@ -3263,19 +3372,19 @@ input[type="submit"].btn.btn-mini {
 .nav-tabs > li > a {
   padding-top: 8px;
   padding-bottom: 8px;
-  line-height: 1.4em;
+  line-height: 26px;
   border: 1px solid transparent;
   -webkit-border-radius: 4px 4px 0 0;
   -moz-border-radius: 4px 4px 0 0;
   border-radius: 4px 4px 0 0;
 }
 .nav-tabs > li > a:hover {
-  border-color: #cdcdcd #cdcdcd #dddddd;
+  border-color: #eeeeee #eeeeee #dddddd;
 }
 .nav-tabs > .active > a,
 .nav-tabs > .active > a:hover {
-  color: #777777;
-  background-color: #fafdfa;
+  color: #555555;
+  background-color: #f6f6f6;
   border: 1px solid #ddd;
   border-bottom-color: transparent;
   cursor: default;
@@ -3351,8 +3460,8 @@ input[type="submit"].btn.btn-mini {
   margin-top: 6px;
 }
 .nav .dropdown-toggle:hover .caret {
-  border-top-color: #c50001;
-  border-bottom-color: #c50001;
+  border-top-color: #830001;
+  border-bottom-color: #830001;
 }
 /* move down carets for tabs */
 .nav-tabs .dropdown-toggle .caret {
@@ -3363,8 +3472,8 @@ input[type="submit"].btn.btn-mini {
   border-bottom-color: #fff;
 }
 .nav-tabs .active .dropdown-toggle .caret {
-  border-top-color: #777777;
-  border-bottom-color: #777777;
+  border-top-color: #555555;
+  border-bottom-color: #555555;
 }
 .nav > .dropdown.active > a:hover {
   cursor: pointer;
@@ -3457,7 +3566,7 @@ input[type="submit"].btn.btn-mini {
   border-radius: 4px 0 0 4px;
 }
 .tabs-left > .nav-tabs > li > a:hover {
-  border-color: #cdcdcd #dddddd #cdcdcd #cdcdcd;
+  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
 }
 .tabs-left > .nav-tabs .active > a,
 .tabs-left > .nav-tabs .active > a:hover {
@@ -3476,7 +3585,7 @@ input[type="submit"].btn.btn-mini {
   border-radius: 0 4px 4px 0;
 }
 .tabs-right > .nav-tabs > li > a:hover {
-  border-color: #cdcdcd #cdcdcd #cdcdcd #dddddd;
+  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
 }
 .tabs-right > .nav-tabs .active > a,
 .tabs-right > .nav-tabs .active > a:hover {
@@ -3493,24 +3602,23 @@ input[type="submit"].btn.btn-mini {
 }
 .navbar {
   overflow: visible;
-  margin-bottom: 1.4em;
-  color: #282828;
+  margin-bottom: 26px;
   *position: relative;
   *z-index: 2;
 }
 .navbar-inner {
-  min-height: 50px;
+  min-height: 60px;
   padding-left: 20px;
   padding-right: 20px;
-  background-color: #fafdfa;
-  background-image: -moz-linear-gradient(top, #fafdfa, #fafdfa);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafdfa), to(#fafdfa));
-  background-image: -webkit-linear-gradient(top, #fafdfa, #fafdfa);
-  background-image: -o-linear-gradient(top, #fafdfa, #fafdfa);
-  background-image: linear-gradient(to bottom, #fafdfa, #fafdfa);
+  background-color: #f6f6f6;
+  background-image: -moz-linear-gradient(top, #f6f6f6, #f6f6f6);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#f6f6f6));
+  background-image: -webkit-linear-gradient(top, #f6f6f6, #f6f6f6);
+  background-image: -o-linear-gradient(top, #f6f6f6, #f6f6f6);
+  background-image: linear-gradient(to bottom, #f6f6f6, #f6f6f6);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafdfa', endColorstr='#fffafdfa', GradientType=0);
-  border: 1px solid #ceecce;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#fff6f6f6', GradientType=0);
+  border: 1px solid #d7d7d7;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
@@ -3538,35 +3646,36 @@ input[type="submit"].btn.btn-mini {
 .navbar .brand {
   float: left;
   display: block;
-  padding: 24.3px 20px 24.3px;
+  padding: 17px 20px 17px;
   margin-left: -20px;
   font-size: 20px;
   font-weight: 200;
-  color: #282828;
-  text-shadow: 0 1px 0 #fafdfa;
+  color: #333333;
+  text-shadow: 0 1px 0 #f6f6f6;
 }
 .navbar .brand:hover {
   text-decoration: none;
 }
 .navbar-text {
   margin-bottom: 0;
-  line-height: 50px;
+  line-height: 60px;
+  color: #333333;
 }
 .navbar-link {
-  color: #282828;
+  color: #333333;
 }
 .navbar-link:hover {
-  color: #9c0001;
+  color: #333333;
 }
 .navbar .divider-vertical {
-  height: 50px;
+  height: 60px;
   margin: 0 9px;
-  border-left: 1px solid #fafdfa;
-  border-right: 1px solid #fafdfa;
+  border-left: 1px solid #f6f6f6;
+  border-right: 1px solid #f6f6f6;
 }
 .navbar .btn,
 .navbar .btn-group {
-  margin-top: 10px;
+  margin-top: 15px;
 }
 .navbar .btn-group .btn,
 .navbar .input-prepend .btn,
@@ -3590,7 +3699,7 @@ input[type="submit"].btn.btn-mini {
 .navbar-form select,
 .navbar-form .radio,
 .navbar-form .checkbox {
-  margin-top: 10px;
+  margin-top: 15px;
 }
 .navbar-form input,
 .navbar-form select,
@@ -3605,7 +3714,7 @@ input[type="submit"].btn.btn-mini {
 }
 .navbar-form .input-append,
 .navbar-form .input-prepend {
-  margin-top: 6px;
+  margin-top: 5px;
   white-space: nowrap;
 }
 .navbar-form .input-append input,
@@ -3615,7 +3724,7 @@ input[type="submit"].btn.btn-mini {
 .navbar-search {
   position: relative;
   float: left;
-  margin-top: 10px;
+  margin-top: 15px;
   margin-bottom: 0;
 }
 .navbar-search .search-query {
@@ -3699,10 +3808,10 @@ input[type="submit"].btn.btn-mini {
 }
 .navbar .nav > li > a {
   float: none;
-  padding: 24.3px 15px 24.3px;
-  color: #282828;
+  padding: 17px 15px 17px;
+  color: #333333;
   text-decoration: none;
-  text-shadow: 0 1px 0 #fafdfa;
+  text-shadow: 0 1px 0 #f6f6f6;
 }
 .navbar .nav .dropdown-toggle .caret {
   margin-top: 8px;
@@ -3710,15 +3819,15 @@ input[type="submit"].btn.btn-mini {
 .navbar .nav > li > a:focus,
 .navbar .nav > li > a:hover {
   background-color: transparent;
-  color: #9c0001;
+  color: #333333;
   text-decoration: none;
 }
 .navbar .nav > .active > a,
 .navbar .nav > .active > a:hover,
 .navbar .nav > .active > a:focus {
-  color: #9c0001;
+  color: #333333;
   text-decoration: none;
-  background-color: #fafdfa;
+  background-color: #e9e9e9;
   -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
   -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
   box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
@@ -3731,17 +3840,17 @@ input[type="submit"].btn.btn-mini {
   margin-right: 5px;
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #e8f6e8;
-  background-image: -moz-linear-gradient(top, #e8f6e8, #e8f6e8);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8f6e8), to(#e8f6e8));
-  background-image: -webkit-linear-gradient(top, #e8f6e8, #e8f6e8);
-  background-image: -o-linear-gradient(top, #e8f6e8, #e8f6e8);
-  background-image: linear-gradient(to bottom, #e8f6e8, #e8f6e8);
+  background-color: #e9e9e9;
+  background-image: -moz-linear-gradient(top, #e9e9e9, #e9e9e9);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9e9e9), to(#e9e9e9));
+  background-image: -webkit-linear-gradient(top, #e9e9e9, #e9e9e9);
+  background-image: -o-linear-gradient(top, #e9e9e9, #e9e9e9);
+  background-image: linear-gradient(to bottom, #e9e9e9, #e9e9e9);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8f6e8', endColorstr='#ffe8f6e8', GradientType=0);
-  border-color: #e8f6e8 #e8f6e8 #b1e0b1;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9e9e9', endColorstr='#ffe9e9e9', GradientType=0);
+  border-color: #e9e9e9 #e9e9e9 #c3c3c3;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #e8f6e8;
+  *background-color: #e9e9e9;
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
 
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
@@ -3755,12 +3864,12 @@ input[type="submit"].btn.btn-mini {
 .navbar .btn-navbar.disabled,
 .navbar .btn-navbar[disabled] {
   color: #ffffff;
-  background-color: #e8f6e8;
-  *background-color: #d6eed6;
+  background-color: #e9e9e9;
+  *background-color: #dcdcdc;
 }
 .navbar .btn-navbar:active,
 .navbar .btn-navbar.active {
-  background-color: #c3e7c3 \9;
+  background-color: #d0d0d0 \9;
 }
 .navbar .btn-navbar .icon-bar {
   display: block;
@@ -3793,7 +3902,7 @@ input[type="submit"].btn.btn-mini {
   display: inline-block;
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
-  border-bottom: 6px solid #ffffff;
+  border-bottom: 6px solid #f6f6f6;
   position: absolute;
   top: -6px;
   left: 10px;
@@ -3806,26 +3915,30 @@ input[type="submit"].btn.btn-mini {
   top: auto;
 }
 .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
-  border-top: 6px solid #ffffff;
+  border-top: 6px solid #f6f6f6;
   border-bottom: 0;
   bottom: -6px;
   top: auto;
 }
+.navbar .nav li.dropdown > a:hover .caret {
+  border-top-color: #333333;
+  border-bottom-color: #333333;
+}
 .navbar .nav li.dropdown.open > .dropdown-toggle,
 .navbar .nav li.dropdown.active > .dropdown-toggle,
 .navbar .nav li.dropdown.open.active > .dropdown-toggle {
-  background-color: #fafdfa;
-  color: #9c0001;
+  background-color: #e9e9e9;
+  color: #333333;
 }
 .navbar .nav li.dropdown > .dropdown-toggle .caret {
-  border-top-color: #282828;
-  border-bottom-color: #282828;
+  border-top-color: #333333;
+  border-bottom-color: #333333;
 }
 .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
 .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
 .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
-  border-top-color: #9c0001;
-  border-bottom-color: #9c0001;
+  border-top-color: #333333;
+  border-bottom-color: #333333;
 }
 .navbar .pull-right > li > .dropdown-menu,
 .navbar .nav > li > .dropdown-menu.pull-right {
@@ -3852,29 +3965,32 @@ input[type="submit"].btn.btn-mini {
   -moz-border-radius: 6px 0 6px 6px;
   border-radius: 6px 0 6px 6px;
 }
-.navbar-inverse {
-  color: #cdcdcd;
-}
 .navbar-inverse .navbar-inner {
-  background-color: #a50001;
-  background-image: -moz-linear-gradient(top, #ab0001, #9c0001);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ab0001), to(#9c0001));
-  background-image: -webkit-linear-gradient(top, #ab0001, #9c0001);
-  background-image: -o-linear-gradient(top, #ab0001, #9c0001);
-  background-image: linear-gradient(to bottom, #ab0001, #9c0001);
+  background-color: #333333;
+  background-image: -moz-linear-gradient(top, #333333, #333333);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#333333));
+  background-image: -webkit-linear-gradient(top, #333333, #333333);
+  background-image: -o-linear-gradient(top, #333333, #333333);
+  background-image: linear-gradient(to bottom, #333333, #333333);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab0001', endColorstr='#ff9c0001', GradientType=0);
-  border-color: #8d0001;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff333333', GradientType=0);
+  border-color: #252525;
 }
 .navbar-inverse .brand,
 .navbar-inverse .nav > li > a {
-  color: #cdcdcd;
+  color: #999999;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 }
 .navbar-inverse .brand:hover,
 .navbar-inverse .nav > li > a:hover {
   color: #ffffff;
 }
+.navbar-inverse .brand {
+  color: #999999;
+}
+.navbar-inverse .navbar-text {
+  color: #999999;
+}
 .navbar-inverse .nav > li > a:focus,
 .navbar-inverse .nav > li > a:hover {
   background-color: transparent;
@@ -3884,27 +4000,31 @@ input[type="submit"].btn.btn-mini {
 .navbar-inverse .nav .active > a:hover,
 .navbar-inverse .nav .active > a:focus {
   color: #ffffff;
-  background-color: #9c0001;
+  background-color: #333333;
 }
 .navbar-inverse .navbar-link {
-  color: #cdcdcd;
+  color: #999999;
 }
 .navbar-inverse .navbar-link:hover {
   color: #ffffff;
 }
 .navbar-inverse .divider-vertical {
-  border-left-color: #9c0001;
-  border-right-color: #ab0001;
+  border-left-color: #333333;
+  border-right-color: #333333;
 }
 .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
 .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
 .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
-  background-color: #9c0001;
+  background-color: #333333;
   color: #ffffff;
 }
+.navbar-inverse .nav li.dropdown > a:hover .caret {
+  border-top-color: #ffffff;
+  border-bottom-color: #ffffff;
+}
 .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
-  border-top-color: #cdcdcd;
-  border-bottom-color: #cdcdcd;
+  border-top-color: #999999;
+  border-bottom-color: #999999;
 }
 .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
 .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
@@ -3914,8 +4034,8 @@ input[type="submit"].btn.btn-mini {
 }
 .navbar-inverse .navbar-search .search-query {
   color: #ffffff;
-  background-color: #ff1d1e;
-  border-color: #9c0001;
+  background-color: #737373;
+  border-color: #333333;
   -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
   -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
   box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
@@ -3925,13 +4045,13 @@ input[type="submit"].btn.btn-mini {
   transition: none;
 }
 .navbar-inverse .navbar-search .search-query:-moz-placeholder {
-  color: #cdcdcd;
+  color: #cccccc;
 }
 .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
-  color: #cdcdcd;
+  color: #cccccc;
 }
 .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
-  color: #cdcdcd;
+  color: #cccccc;
 }
 .navbar-inverse .navbar-search .search-query:focus,
 .navbar-inverse .navbar-search .search-query.focused {
@@ -3948,17 +4068,17 @@ input[type="submit"].btn.btn-mini {
 .navbar-inverse .btn-navbar {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #8c0001;
-  background-image: -moz-linear-gradient(top, #920001, #830001);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#920001), to(#830001));
-  background-image: -webkit-linear-gradient(top, #920001, #830001);
-  background-image: -o-linear-gradient(top, #920001, #830001);
-  background-image: linear-gradient(to bottom, #920001, #830001);
+  background-color: #262626;
+  background-image: -moz-linear-gradient(top, #262626, #262626);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#262626), to(#262626));
+  background-image: -webkit-linear-gradient(top, #262626, #262626);
+  background-image: -o-linear-gradient(top, #262626, #262626);
+  background-image: linear-gradient(to bottom, #262626, #262626);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff920001', endColorstr='#ff830001', GradientType=0);
-  border-color: #830001 #830001 #360000;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff262626', endColorstr='#ff262626', GradientType=0);
+  border-color: #262626 #262626 #000000;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #830001;
+  *background-color: #262626;
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
 
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
@@ -3969,23 +4089,23 @@ input[type="submit"].btn.btn-mini {
 .navbar-inverse .btn-navbar.disabled,
 .navbar-inverse .btn-navbar[disabled] {
   color: #ffffff;
-  background-color: #830001;
-  *background-color: #690001;
+  background-color: #262626;
+  *background-color: #1a1a1a;
 }
 .navbar-inverse .btn-navbar:active,
 .navbar-inverse .btn-navbar.active {
-  background-color: #500001 \9;
+  background-color: #0d0d0d \9;
 }
 .breadcrumb {
   padding: 8px 15px;
-  margin: 0 0 1.4em;
+  margin: 0 0 26px;
   list-style: none;
   background-color: #f5f5f5;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
 }
-.breadcrumb li {
+.breadcrumb li {
   display: inline-block;
   *display: inline;
   /* IE7 inline-block hack */
@@ -3993,15 +4113,15 @@ input[type="submit"].btn.btn-mini {
   *zoom: 1;
   text-shadow: 0 1px 0 #ffffff;
 }
-.breadcrumb .divider {
+.breadcrumb > li > .divider {
   padding: 0 5px;
   color: #ccc;
 }
-.breadcrumb .active {
+.breadcrumb .active {
   color: #999999;
 }
 .pagination {
-  margin: 1.4em 0;
+  margin: 26px 0;
 }
 .pagination ul {
   display: inline-block;
@@ -4025,7 +4145,7 @@ input[type="submit"].btn.btn-mini {
 .pagination ul > li > span {
   float: left;
   padding: 4px 12px;
-  line-height: 1.4em;
+  line-height: 26px;
   text-decoration: none;
   background-color: #ffffff;
   border: 1px solid #dddddd;
@@ -4076,7 +4196,7 @@ input[type="submit"].btn.btn-mini {
 .pagination-large ul > li > a,
 .pagination-large ul > li > span {
   padding: 11px 19px;
-  font-size: 20px;
+  font-size: 22.5px;
 }
 .pagination-large ul > li:first-child > a,
 .pagination-large ul > li:first-child > span {
@@ -4121,15 +4241,15 @@ input[type="submit"].btn.btn-mini {
 .pagination-small ul > li > a,
 .pagination-small ul > li > span {
   padding: 2px 10px;
-  font-size: 13.6px;
+  font-size: 15.299999999999999px;
 }
 .pagination-mini ul > li > a,
 .pagination-mini ul > li > span {
-  padding: 1px 6px;
-  font-size: 12px;
+  padding: 0px 6px;
+  font-size: 13.5px;
 }
 .pager {
-  margin: 1.4em 0;
+  margin: 26px 0;
   list-style: none;
   text-align: center;
   *zoom: 1;
@@ -4194,11 +4314,11 @@ input[type="submit"].btn.btn-mini {
 }
 .modal {
   position: fixed;
-  top: 50%;
+  top: 10%;
   left: 50%;
   z-index: 1050;
   width: 560px;
-  margin: -250px 0 0 -280px;
+  margin-left: -280px;
   background-color: #ffffff;
   border: 1px solid #999;
   border: 1px solid rgba(0, 0, 0, 0.3);
@@ -4224,7 +4344,7 @@ input[type="submit"].btn.btn-mini {
   top: -25%;
 }
 .modal.fade.in {
-  top: 50%;
+  top: 10%;
 }
 .modal-header {
   padding: 9px 15px;
@@ -4238,6 +4358,7 @@ input[type="submit"].btn.btn-mini {
   line-height: 30px;
 }
 .modal-body {
+  position: relative;
   overflow-y: auto;
   max-height: 400px;
   padding: 15px;
@@ -4358,6 +4479,7 @@ input[type="submit"].btn.btn-mini {
   display: none;
   width: 236px;
   padding: 1px;
+  text-align: left;
   background-color: #ffffff;
   -webkit-background-clip: padding-box;
   -moz-background-clip: padding;
@@ -4370,6 +4492,7 @@ input[type="submit"].btn.btn-mini {
   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+  white-space: normal;
 }
 .popover.top {
   margin-top: -10px;
@@ -4398,75 +4521,77 @@ input[type="submit"].btn.btn-mini {
 .popover-content {
   padding: 9px 14px;
 }
-.popover-content p,
-.popover-content ul,
-.popover-content ol {
-  margin-bottom: 0;
-}
 .popover .arrow,
 .popover .arrow:after {
   position: absolute;
-  display: inline-block;
+  display: block;
   width: 0;
   height: 0;
   border-color: transparent;
   border-style: solid;
 }
+.popover .arrow {
+  border-width: 11px;
+}
 .popover .arrow:after {
+  border-width: 10px;
   content: "";
-  z-index: -1;
 }
 .popover.top .arrow {
-  bottom: -10px;
   left: 50%;
-  margin-left: -10px;
-  border-width: 10px 10px 0;
-  border-top-color: #ffffff;
+  margin-left: -11px;
+  border-bottom-width: 0;
+  border-top-color: #999;
+  border-top-color: rgba(0, 0, 0, 0.25);
+  bottom: -11px;
 }
 .popover.top .arrow:after {
-  border-width: 11px 11px 0;
-  border-top-color: rgba(0, 0, 0, 0.25);
-  bottom: -1px;
-  left: -11px;
+  bottom: 1px;
+  margin-left: -10px;
+  border-bottom-width: 0;
+  border-top-color: #ffffff;
 }
 .popover.right .arrow {
   top: 50%;
-  left: -10px;
-  margin-top: -10px;
-  border-width: 10px 10px 10px 0;
-  border-right-color: #ffffff;
+  left: -11px;
+  margin-top: -11px;
+  border-left-width: 0;
+  border-right-color: #999;
+  border-right-color: rgba(0, 0, 0, 0.25);
 }
 .popover.right .arrow:after {
-  border-width: 11px 11px 11px 0;
-  border-right-color: rgba(0, 0, 0, 0.25);
-  bottom: -11px;
-  left: -1px;
+  left: 1px;
+  bottom: -10px;
+  border-left-width: 0;
+  border-right-color: #ffffff;
 }
 .popover.bottom .arrow {
-  top: -10px;
   left: 50%;
-  margin-left: -10px;
-  border-width: 0 10px 10px;
-  border-bottom-color: #ffffff;
+  margin-left: -11px;
+  border-top-width: 0;
+  border-bottom-color: #999;
+  border-bottom-color: rgba(0, 0, 0, 0.25);
+  top: -11px;
 }
 .popover.bottom .arrow:after {
-  border-width: 0 11px 11px;
-  border-bottom-color: rgba(0, 0, 0, 0.25);
-  top: -1px;
-  left: -11px;
+  top: 1px;
+  margin-left: -10px;
+  border-top-width: 0;
+  border-bottom-color: #ffffff;
 }
 .popover.left .arrow {
   top: 50%;
-  right: -10px;
-  margin-top: -10px;
-  border-width: 10px 0 10px 10px;
-  border-left-color: #ffffff;
+  right: -11px;
+  margin-top: -11px;
+  border-right-width: 0;
+  border-left-color: #999;
+  border-left-color: rgba(0, 0, 0, 0.25);
 }
 .popover.left .arrow:after {
-  border-width: 11px 0 11px 11px;
-  border-left-color: rgba(0, 0, 0, 0.25);
-  bottom: -11px;
-  right: -1px;
+  right: 1px;
+  border-right-width: 0;
+  border-left-color: #ffffff;
+  bottom: -10px;
 }
 .thumbnails {
   margin-left: -20px;
@@ -4487,13 +4612,13 @@ input[type="submit"].btn.btn-mini {
 }
 .thumbnails > li {
   float: left;
-  margin-bottom: 1.4em;
+  margin-bottom: 26px;
   margin-left: 20px;
 }
 .thumbnail {
   display: block;
   padding: 4px;
-  line-height: 1.4em;
+  line-height: 26px;
   border: 1px solid #ddd;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
@@ -4520,7 +4645,7 @@ a.thumbnail:hover {
 }
 .thumbnail .caption {
   padding: 9px;
-  color: #777777;
+  color: #555555;
 }
 .media,
 .media-body {
@@ -4555,7 +4680,7 @@ a.thumbnail:hover {
 .badge {
   display: inline-block;
   padding: 2px 4px;
-  font-size: 13.536px;
+  font-size: 15.228px;
   font-weight: bold;
   line-height: 14px;
   color: #ffffff;
@@ -4576,6 +4701,10 @@ a.thumbnail:hover {
   -moz-border-radius: 9px;
   border-radius: 9px;
 }
+.label:empty,
+.badge:empty {
+  display: none;
+}
 a.label:hover,
 a.badge:hover {
   color: #ffffff;
@@ -4673,8 +4802,8 @@ a.badge:hover {
 }
 .progress {
   overflow: hidden;
-  height: 1.4em;
-  margin-bottom: 1.4em;
+  height: 26px;
+  margin-bottom: 26px;
   background-color: #f7f7f7;
   background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
@@ -4822,7 +4951,7 @@ a.badge:hover {
   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 }
 .accordion {
-  margin-bottom: 1.4em;
+  margin-bottom: 26px;
 }
 .accordion-group {
   margin-bottom: 2px;
@@ -4847,7 +4976,7 @@ a.badge:hover {
 }
 .carousel {
   position: relative;
-  margin-bottom: 1.4em;
+  margin-bottom: 26px;
   line-height: 1;
 }
 .carousel-inner {
@@ -4855,7 +4984,7 @@ a.badge:hover {
   width: 100%;
   position: relative;
 }
-.carousel .item {
+.carousel-inner > .item {
   display: none;
   position: relative;
   -webkit-transition: 0.6s ease-in-out left;
@@ -4863,38 +4992,38 @@ a.badge:hover {
   -o-transition: 0.6s ease-in-out left;
   transition: 0.6s ease-in-out left;
 }
-.carousel .item > img {
+.carousel-inner > .item > img {
   display: block;
   line-height: 1;
 }
-.carousel .active,
-.carousel .next,
-.carousel .prev {
+.carousel-inner > .active,
+.carousel-inner > .next,
+.carousel-inner > .prev {
   display: block;
 }
-.carousel .active {
+.carousel-inner > .active {
   left: 0;
 }
-.carousel .next,
-.carousel .prev {
+.carousel-inner > .next,
+.carousel-inner > .prev {
   position: absolute;
   top: 0;
   width: 100%;
 }
-.carousel .next {
+.carousel-inner > .next {
   left: 100%;
 }
-.carousel .prev {
+.carousel-inner > .prev {
   left: -100%;
 }
-.carousel .next.left,
-.carousel .prev.right {
+.carousel-inner > .next.left,
+.carousel-inner > .prev.right {
   left: 0;
 }
-.carousel .active.left {
+.carousel-inner > .active.left {
   left: -100%;
 }
-.carousel .active.right {
+.carousel-inner > .active.right {
   left: 100%;
 }
 .carousel-control {
@@ -4909,7 +5038,7 @@ a.badge:hover {
   line-height: 30px;
   color: #ffffff;
   text-align: center;
-  background: #282828;
+  background: #222222;
   border: 3px solid #ffffff;
   -webkit-border-radius: 23px;
   -moz-border-radius: 23px;
@@ -4939,7 +5068,7 @@ a.badge:hover {
 .carousel-caption h4,
 .carousel-caption p {
   color: #ffffff;
-  line-height: 1.4em;
+  line-height: 26px;
 }
 .carousel-caption h4 {
   margin: 0 0 5px;
@@ -4952,9 +5081,9 @@ a.badge:hover {
   margin-bottom: 30px;
   font-size: 18px;
   font-weight: 200;
-  line-height: 2.0999999999999996em;
+  line-height: 39px;
   color: inherit;
-  background-color: #ffffff;
+  background-color: #eeeeee;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
@@ -4967,7 +5096,7 @@ a.badge:hover {
   letter-spacing: -1px;
 }
 .hero-unit li {
-  line-height: 2.0999999999999996em;
+  line-height: 39px;
 }
 .pull-right {
   float: right;
@@ -4987,433 +5116,21 @@ a.badge:hover {
 .affix {
   position: fixed;
 }
-body {
-  word-spacing: -0.05em;
-}
-h1 {
-  font-size: 2.5em;
-}
-h2 {
-  font-size: 2em;
-}
-h3 {
-  font-size: 1.5em;
-}
-small {
-  font-size: 13px;
-}
-blockquote {
-  border-left: 6px solid #cdcdcd;
-}
-blockquote.pull-right {
-  border-right: 6px solid #cdcdcd;
-}
-blockquote p {
-  font-size: 1em;
-  line-height: 1.2em;
-}
-code,
-pre {
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
-  background-color: #ffffff;
-}
-.muted,
-.help-block,
-.uneditable-input,
-blockquote,
-small {
-  color: #999999;
-}
-.page-header {
-  border-bottom: 2px solid #cdcdcd;
-}
-.navbar .brand {
-  font-weight: bold;
-  line-height: 1em;
-  padding: 15px 15px 7px;
-}
-.navbar .brand:hover {
-  color: #c50001;
-}
-.navbar .nav > li > a {
-  text-shadow: none;
-  padding: 15px 15px 7px;
-}
-.navbar .nav > .active > a,
-.navbar .nav > .active > a:hover,
-.navbar .nav > .active > a:focus {
-  -webkit-box-shadow: none;
-  -moz-box-shadow: none;
-  box-shadow: none;
-}
-.navbar .navbar-search {
-  margin-top: 11px;
-}
-.navbar .search-query {
-  border: 1px solid #D4D4D4;
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
-  color: #282828;
-  background-color: #ffffff;
-}
-.navbar .navbar-text {
-  margin: 15px 15px 0;
-  line-height: 1.4em;
-}
-.navbar .divider-vertical {
-  border-right: 1px solid rgba(128, 128, 128, 0.3);
-  border-left: none;
-}
-.navbar-inverse .brand:hover {
-  color: #ffffff;
-}
-@media (max-width: 979px) {
-  .navbar .nav-collapse .nav li:first-child > a {
-    margin-bottom: 10px;
-  }
-  .navbar .nav-collapse .nav li > a {
-    color: #9c0001;
-    -webkit-border-radius: 0;
-    -moz-border-radius: 0;
-    border-radius: 0;
-    font-weight: normal;
-  }
-  .navbar .nav-collapse .nav li > a:hover {
-    background-color: rgba(0, 0, 0, 0.05);
-    color: #c50001;
-  }
-  .navbar .nav-collapse .navbar-form,
-  .navbar .nav-collapse .navbar-search {
-    border-top: 1px solid rgba(128, 128, 128, 0.2);
-    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
-  }
-  .navbar .nav-collapse .nav-header {
-    color: #999999;
-  }
-  .navbar-inverse .nav-collapse .nav li > a {
-    color: #cdcdcd;
-  }
-  .navbar-inverse .nav-collapse .nav li > a:hover {
-    background-color: rgba(0, 0, 0, 0.2) !important;
-    color: #ffffff;
-  }
-}
-div.subnav {
-  -webkit-box-shadow: none;
-  -moz-box-shadow: none;
-  box-shadow: none;
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
-  background-color: #ffffff;
-  background-image: none;
-}
-div.subnav .nav {
-  padding: 0;
-}
-div.subnav .nav > li.active > a,
-div.subnav .nav > li:active > a {
-  color: #9c0001;
-  -webkit-box-shadow: none;
-  -moz-box-shadow: none;
-  box-shadow: none;
-  background-color: transparent;
-}
-div.subnav .nav > li > a:hover,
-div.subnav .nav > li.active > a:hover,
-div.subnav .nav > li:active > a:hover {
-  background-color: transparent;
-  -webkit-box-shadow: none;
-  -moz-box-shadow: none;
-  box-shadow: none;
-  color: #c50001;
+div.subnav .nav > li > a,
+div.subnav .nav > .active > a,
+div.subnav .nav > .active > a:hover {
+  color: #333333;
 }
 div.subnav-fixed {
-  top: 50px;
-}
-.nav .dropdown .caret {
-  opacity: 1;
-}
-.nav-tabs li > a {
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
-}
-.nav-tabs li > a:hover {
-  background-color: #fafdfa;
-}
-.nav-tabs li.active > a,
-.nav-tabs li.active > a:hover {
-  color: #282828;
-  background-color: #fafdfa;
-}
-.nav-tabs.nav-stacked li > a {
-  background-color: #ffffff;
-}
-.nav-tabs.nav-stacked li.active > a,
-.nav-tabs.nav-stacked li.active > a:hover,
-.nav-tabs.nav-stacked li > a:hover {
-  background-color: #F5F5F5;
-}
-.nav-tabs.nav-stacked li:first-child > a,
-.nav-tabs.nav-stacked li:last-child > a {
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
-}
-.nav-pills li > a {
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
-}
-.nav-pills li > a:hover {
-  background-color: #fafdfa;
-}
-.nav-pills li.active > a,
-.nav-pills li.active > a:hover {
-  color: #282828;
-  background-color: #fafdfa;
-}
-.nav-pills .open .dropdown-toggle {
-  background-color: transparent;
-  color: #9c0001;
-  border-left: 1px solid whiteSmoke;
-  border-right: 1px solid #E5E5E5;
-}
-.nav-pills li.dropdown.open .dropdown-toggle .caret {
-  border-top-color: #9c0001;
-}
-.nav-pills li.dropdown.open .dropdown-toggle:hover .caret {
-  border-top-color: #c50001;
-}
-.nav-list li > a:hover,
-.nav-list li.active > a,
-.nav-list li.active > a:hover {
-  background-color: transparent;
-  text-shadow: none;
-}
-.nav-list li.active > a,
-.nav-list li.active > a:hover {
-  color: #282828;
-}
-.nav-list [class^="icon-"] {
-  margin-top: 3px;
-  opacity: 0.8;
-}
-.nav-list .divider {
-  margin: 1px;
-}
-.breadcrumb {
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
-  background-color: transparent;
-  background-image: none;
-}
-.pagination ul {
-  -webkit-box-shadow: none;
-  -moz-box-shadow: none;
-  box-shadow: none;
-}
-.pagination ul > li > a,
-.pagination ul > li > span {
-  padding: 12px 14px 8px;
-  background-color: #ffffff;
-  line-height: 1;
-}
-.pagination ul > li:first-child > a,
-.pagination ul > li:last-child > a {
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
-}
-.pagination ul > .active > a,
-.pagination ul > .active > a:hover,
-.pagination ul > .active > span,
-.pagination ul > .active > span:hover {
-  color: #282828;
-  background-color: #F5F5F5;
-}
-.pagination ul > .disabled > a,
-.pagination ul > .disabled > a:hover,
-.pagination ul > .disabled > span,
-.pagination ul > .disabled > span:hover {
-  background-color: #ffffff;
-}
-.pager a {
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
-}
-.btn-primary {
-  color: #ffffff;
-  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #bb0001;
-  background-image: -moz-linear-gradient(top, #cf0001, #9c0001);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cf0001), to(#9c0001));
-  background-image: -webkit-linear-gradient(top, #cf0001, #9c0001);
-  background-image: -o-linear-gradient(top, #cf0001, #9c0001);
-  background-image: linear-gradient(to bottom, #cf0001, #9c0001);
-  background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcf0001', endColorstr='#ff9c0001', GradientType=0);
-  border-color: #9c0001 #9c0001 #500001;
-  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #9c0001;
-  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
-
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-}
-.btn-primary:hover,
-.btn-primary:active,
-.btn-primary.active,
-.btn-primary.disabled,
-.btn-primary[disabled] {
-  color: #ffffff;
-  background-color: #9c0001;
-  *background-color: #830001;
-}
-.btn-primary:active,
-.btn-primary.active {
-  background-color: #690001 \9;
-}
-.btn [class^="icon-"],
-.btn [class*=" icon-"] {
-  margin-top: 4px;
-}
-.btn-large [class^="icon-"],
-.btn-large [class*=" icon-"] {
-  margin-top: 6px;
-  margin-right: 2px;
-}
-.btn-small [class^="icon-"],
-.btn-small [class*=" icon-"] {
-  margin-top: 3px;
-}
-.btn .caret {
-  margin-top: 13px;
-}
-.table-bordered {
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
-}
-.table-bordered thead:first-child tr:first-child th:first-child,
-.table-bordered tbody:first-child tr:first-child td:first-child {
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
-}
-.table-bordered thead:last-child tr:last-child th:first-child,
-.table-bordered tbody:last-child tr:last-child td:first-child {
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
-}
-input,
-button,
-select,
-textarea {
-  font-family: Palatino, Georgia, "Times New Roman", Times, serif;
-}
-input,
-textarea,
-select {
-  color: #282828;
-}
-select,
-input[type="file"] {
-  height: auto;
-  line-height: normal;
-}
-.form-actions {
-  border-top: 1px solid #D4D4D4;
-  padding-top: 2em;
-}
-.dropdown-menu {
-  border: 1px solid #D4D4D4;
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
-  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
-  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
-  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
-}
-.dropdown-menu .divider {
-  margin: 5px 1px;
-}
-.alert,
-.label,
-.label:hover {
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
-  border: 1px solid #D4D4D4;
-  color: #282828;
-  text-shadow: none;
-}
-.alert-heading {
-  color: #282828;
-  text-shadow: none;
-}
-.label,
-.label:hover {
-  background-color: #ffffff;
-  font-weight: normal;
-  font-size: 16px;
-  padding: 4px;
-}
-.label-important,
-.label-important:hover {
-  background-color: #f2dede;
-}
-.label-warning,
-.label-warning:hover {
-  background-color: #fcf8e3;
-}
-.label-success,
-.label-success:hover {
-  background-color: #dff0d8;
-}
-.label-info,
-.label-info:hover {
-  background-color: #d9edf7;
-}
-.well,
-.hero-unit {
-  -webkit-box-shadow: none;
-  -moz-box-shadow: none;
-  box-shadow: none;
-  border: 1px solid #D4D4D4;
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
-}
-.thumbnail {
-  background-color: #ffffff;
-}
-.thumbnail,
-.thumbnail > img {
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
-  -webkit-box-shadow: none;
-  -moz-box-shadow: none;
-  box-shadow: none;
-}
-.modal {
-  background-color: #ffffff;
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
-}
-.modal-header {
-  border-bottom: none;
-}
-.modal-footer {
-  background-color: #fafdfa;
+  top: 60px;
+}
+.hero-unit h1,
+.hero-unit h2,
+.hero-unit h3,
+.hero-unit h4,
+.hero-unit h5,
+.hero-unit h6 {
+  margin: 13px 0;
 }
 .pull-right {
   float: right;