all: 2.1.0 -> 2.1.1
[bootswatch] / spruce / bootstrap.css
index fa8caa9..2c64f5f 100644 (file)
@@ -1,6 +1,6 @@
 @import url('https://fonts.googleapis.com/css?family=Josefin+Slab:400,700');
 /*!
- * Bootstrap v2.1.0
+ * Bootstrap v2.1.1
  *
  * Copyright 2012 Twitter, Inc
  * Licensed under the Apache License v2.0
@@ -58,8 +58,17 @@ sub {
   bottom: -0.25em;
 }
 img {
+  /* Responsive images (ensure images don't scale beyond their parents) */
+
   max-width: 100%;
+  /* Part 1: Set a maxium relative to the parent */
+
+  width: auto\9;
+  /* IE7-8 need help adjusting responsive images */
+
   height: auto;
+  /* Part 2: Scale the height according to the width, otherwise you get stretching */
+
   vertical-align: middle;
   border: 0;
   -ms-interpolation-mode: bicubic;
@@ -183,6 +192,7 @@ a:hover {
 }
 [class*="span"] {
   float: left;
+  min-height: 1px;
   margin-left: 20px;
 }
 .container,
@@ -475,7 +485,7 @@ p {
 }
 .lead {
   margin-bottom: 21px;
-  font-size: 20px;
+  font-size: 21px;
   font-weight: 200;
   line-height: 31.5px;
 }
@@ -494,6 +504,18 @@ cite {
 .muted {
   color: #999999;
 }
+.text-warning {
+  color: #ffffff;
+}
+.text-error {
+  color: #ffffff;
+}
+.text-info {
+  color: #ffffff;
+}
+.text-success {
+  color: #ffffff;
+}
 h1,
 h2,
 h3,
@@ -590,9 +612,21 @@ dt {
 dd {
   margin-left: 10.5px;
 }
+.dl-horizontal {
+  *zoom: 1;
+}
+.dl-horizontal:before,
+.dl-horizontal:after {
+  display: table;
+  content: "";
+  line-height: 0;
+}
+.dl-horizontal:after {
+  clear: both;
+}
 .dl-horizontal dt {
   float: left;
-  width: 120px;
+  width: 160px;
   clear: left;
   text-align: right;
   overflow: hidden;
@@ -600,7 +634,7 @@ dd {
   white-space: nowrap;
 }
 .dl-horizontal dd {
-  margin-left: 130px;
+  margin-left: 180px;
 }
 hr {
   margin: 21px 0;
@@ -781,8 +815,9 @@ input[type="color"],
   border-radius: 3px;
 }
 input,
-textarea {
-  width: 210px;
+textarea,
+.uneditable-input {
+  width: 206px;
 }
 textarea {
   height: auto;
@@ -834,9 +869,9 @@ input[type="color"]:focus,
   outline: thin dotted \9;
   /* IE6-9 */
 
-  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
-  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
-  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
+  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
 }
 input[type="radio"],
 input[type="checkbox"] {
@@ -871,7 +906,7 @@ input[type="file"] {
 }
 select {
   width: 220px;
-  border: 1px solid #bbb;
+  border: 1px solid #cccccc;
   background-color: #ffffff;
 }
 select[multiple],
@@ -1067,13 +1102,15 @@ input[type="checkbox"][readonly] {
 .control-group.warning select,
 .control-group.warning textarea {
   color: #ffffff;
+}
+.control-group.warning input,
+.control-group.warning select,
+.control-group.warning textarea {
   border-color: #ffffff;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 }
-.control-group.warning .checkbox:focus,
-.control-group.warning .radio:focus,
 .control-group.warning input:focus,
 .control-group.warning select:focus,
 .control-group.warning textarea:focus {
@@ -1099,13 +1136,15 @@ input[type="checkbox"][readonly] {
 .control-group.error select,
 .control-group.error textarea {
   color: #ffffff;
+}
+.control-group.error input,
+.control-group.error select,
+.control-group.error textarea {
   border-color: #ffffff;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 }
-.control-group.error .checkbox:focus,
-.control-group.error .radio:focus,
 .control-group.error input:focus,
 .control-group.error select:focus,
 .control-group.error textarea:focus {
@@ -1131,13 +1170,15 @@ input[type="checkbox"][readonly] {
 .control-group.success select,
 .control-group.success textarea {
   color: #ffffff;
+}
+.control-group.success input,
+.control-group.success select,
+.control-group.success textarea {
   border-color: #ffffff;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 }
-.control-group.success .checkbox:focus,
-.control-group.success .radio:focus,
 .control-group.success input:focus,
 .control-group.success select:focus,
 .control-group.success textarea:focus {
@@ -1152,6 +1193,40 @@ input[type="checkbox"][readonly] {
   background-color: #24c00b;
   border-color: #ffffff;
 }
+.control-group.info > label,
+.control-group.info .help-block,
+.control-group.info .help-inline {
+  color: #ffffff;
+}
+.control-group.info .checkbox,
+.control-group.info .radio,
+.control-group.info input,
+.control-group.info select,
+.control-group.info textarea {
+  color: #ffffff;
+}
+.control-group.info input,
+.control-group.info select,
+.control-group.info textarea {
+  border-color: #ffffff;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+}
+.control-group.info input:focus,
+.control-group.info select:focus,
+.control-group.info textarea:focus {
+  border-color: #e6e6e6;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
+  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
+}
+.control-group.info .input-prepend .add-on,
+.control-group.info .input-append .add-on {
+  color: #ffffff;
+  background-color: #185af9;
+  border-color: #ffffff;
+}
 input:focus:required:invalid,
 textarea:focus:required:invalid,
 select:focus:required:invalid {
@@ -1248,7 +1323,6 @@ select:focus:required:invalid:focus {
 .input-prepend .add-on,
 .input-append .btn,
 .input-prepend .btn {
-  margin-left: -1px;
   vertical-align: top;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
@@ -1276,6 +1350,10 @@ select:focus:required:invalid:focus {
   -moz-border-radius: 3px 0 0 3px;
   border-radius: 3px 0 0 3px;
 }
+.input-append .add-on,
+.input-append .btn {
+  margin-left: -1px;
+}
 .input-append .add-on:last-child,
 .input-append .btn:last-child {
   -webkit-border-radius: 0 3px 3px 0;
@@ -1426,25 +1504,29 @@ legend + .control-group {
 }
 .form-horizontal .control-label {
   float: left;
-  width: 140px;
+  width: 160px;
   padding-top: 5px;
   text-align: right;
 }
 .form-horizontal .controls {
   *display: inline-block;
   *padding-left: 20px;
-  margin-left: 160px;
+  margin-left: 180px;
   *margin-left: 0;
 }
 .form-horizontal .controls:first-child {
-  *padding-left: 160px;
+  *padding-left: 180px;
 }
 .form-horizontal .help-block {
-  margin-top: 10.5px;
   margin-bottom: 0;
 }
+.form-horizontal input + .help-block,
+.form-horizontal select + .help-block,
+.form-horizontal textarea + .help-block {
+  margin-top: 10.5px;
+}
 .form-horizontal .form-actions {
-  padding-left: 160px;
+  padding-left: 180px;
 }
 table {
   max-width: 100%;
@@ -1552,7 +1634,7 @@ table {
 .table-bordered colgroup + tbody tr:first-child td:last-child {
   -webkit-border-top-right-radius: 4px;
   border-top-right-radius: 4px;
-  -moz-border-right-topleft: 4px;
+  -moz-border-radius-topleft: 4px;
 }
 .table-striped tbody tr:nth-child(odd) td,
 .table-striped tbody tr:nth-child(odd) th {
@@ -1568,122 +1650,122 @@ table [class*=span],
   float: none;
   margin-left: 0;
 }
-table .span1 {
+.table .span1 {
   float: none;
   width: 44px;
   margin-left: 0;
 }
-table .span2 {
+.table .span2 {
   float: none;
   width: 124px;
   margin-left: 0;
 }
-table .span3 {
+.table .span3 {
   float: none;
   width: 204px;
   margin-left: 0;
 }
-table .span4 {
+.table .span4 {
   float: none;
   width: 284px;
   margin-left: 0;
 }
-table .span5 {
+.table .span5 {
   float: none;
   width: 364px;
   margin-left: 0;
 }
-table .span6 {
+.table .span6 {
   float: none;
   width: 444px;
   margin-left: 0;
 }
-table .span7 {
+.table .span7 {
   float: none;
   width: 524px;
   margin-left: 0;
 }
-table .span8 {
+.table .span8 {
   float: none;
   width: 604px;
   margin-left: 0;
 }
-table .span9 {
+.table .span9 {
   float: none;
   width: 684px;
   margin-left: 0;
 }
-table .span10 {
+.table .span10 {
   float: none;
   width: 764px;
   margin-left: 0;
 }
-table .span11 {
+.table .span11 {
   float: none;
   width: 844px;
   margin-left: 0;
 }
-table .span12 {
+.table .span12 {
   float: none;
   width: 924px;
   margin-left: 0;
 }
-table .span13 {
+.table .span13 {
   float: none;
   width: 1004px;
   margin-left: 0;
 }
-table .span14 {
+.table .span14 {
   float: none;
   width: 1084px;
   margin-left: 0;
 }
-table .span15 {
+.table .span15 {
   float: none;
   width: 1164px;
   margin-left: 0;
 }
-table .span16 {
+.table .span16 {
   float: none;
   width: 1244px;
   margin-left: 0;
 }
-table .span17 {
+.table .span17 {
   float: none;
   width: 1324px;
   margin-left: 0;
 }
-table .span18 {
+.table .span18 {
   float: none;
   width: 1404px;
   margin-left: 0;
 }
-table .span19 {
+.table .span19 {
   float: none;
   width: 1484px;
   margin-left: 0;
 }
-table .span20 {
+.table .span20 {
   float: none;
   width: 1564px;
   margin-left: 0;
 }
-table .span21 {
+.table .span21 {
   float: none;
   width: 1644px;
   margin-left: 0;
 }
-table .span22 {
+.table .span22 {
   float: none;
   width: 1724px;
   margin-left: 0;
 }
-table .span23 {
+.table .span23 {
   float: none;
   width: 1804px;
   margin-left: 0;
 }
-table .span24 {
+.table .span24 {
   float: none;
   width: 1884px;
   margin-left: 0;
@@ -1694,9 +1776,24 @@ table .span24 {
 .table tbody tr.error td {
   background-color: #d14432;
 }
+.table tbody tr.warning td {
+  background-color: #ee7026;
+}
 .table tbody tr.info td {
   background-color: #185af9;
 }
+.table-hover tbody tr.success:hover td {
+  background-color: #1fa80a;
+}
+.table-hover tbody tr.error:hover td {
+  background-color: #bf3c2b;
+}
+.table-hover tbody tr.warning:hover td {
+  background-color: #e86112;
+}
+.table-hover tbody tr.info:hover td {
+  background-color: #064bf1;
+}
 [class^="icon-"],
 [class*=" icon-"] {
   display: inline-block;
@@ -1712,8 +1809,14 @@ table .span24 {
 }
 /* White icons with optional class, or on hover/active states of certain elements */
 .icon-white,
-.nav > .active > a > [class^="icon-"],
-.nav > .active > a > [class*=" icon-"],
+.nav-tabs > .active > a > [class^="icon-"],
+.nav-tabs > .active > a > [class*=" icon-"],
+.nav-pills > .active > a > [class^="icon-"],
+.nav-pills > .active > a > [class*=" icon-"],
+.nav-list > .active > a > [class^="icon-"],
+.nav-list > .active > a > [class*=" icon-"],
+.navbar-inverse .nav > .active > a > [class^="icon-"],
+.navbar-inverse .nav > .active > a > [class*=" icon-"],
 .dropdown-menu > li > a:hover > [class^="icon-"],
 .dropdown-menu > li > a:hover > [class*=" icon-"],
 .dropdown-menu > .active > a > [class^="icon-"],
@@ -2268,7 +2371,7 @@ table .span24 {
 .navbar-fixed-bottom .dropdown .caret {
   border-top: 0;
   border-bottom: 4px solid #000000;
-  content: "\2191";
+  content: "";
 }
 .dropup .dropdown-menu,
 .navbar-fixed-bottom .dropdown .dropdown-menu {
@@ -2288,7 +2391,7 @@ table .span24 {
   -moz-border-radius: 0 6px 6px 6px;
   border-radius: 0 6px 6px 6px;
 }
-.dropdown-submenu:hover .dropdown-menu {
+.dropdown-submenu:hover .dropdown-menu {
   display: block;
 }
 .dropdown-submenu > a:after {
@@ -2360,7 +2463,6 @@ table .span24 {
   position: relative;
   height: 0;
   overflow: hidden;
-  overflow: visible \9;
   -webkit-transition: height 0.35s ease;
   -moz-transition: height 0.35s ease;
   -o-transition: height 0.35s ease;
@@ -2430,9 +2532,9 @@ button.close {
   -moz-border-radius: 4px;
   border-radius: 4px;
   *margin-left: .3em;
-  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
+  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
+  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
+  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
 }
 .btn:hover,
 .btn:active,
@@ -2474,9 +2576,9 @@ button.close {
   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);
-  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
-  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
+  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
+  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
+  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
 }
 .btn.disabled,
 .btn[disabled] {
@@ -2511,7 +2613,7 @@ button.close {
 .btn-mini {
   padding: 2px 6px;
   font-size: 11px;
-  line-height: 17px;
+  line-height: 18px;
 }
 .btn-block {
   display: block;
@@ -2525,6 +2627,11 @@ button.close {
 .btn-block + .btn-block {
   margin-top: 5px;
 }
+input[type="submit"].btn-block,
+input[type="reset"].btn-block,
+input[type="button"].btn-block {
+  width: 100%;
+}
 .btn-primary.active,
 .btn-warning.active,
 .btn-danger.active,
@@ -2749,7 +2856,8 @@ input[type="submit"].btn.btn-mini {
   *padding-bottom: 1px;
 }
 .btn-link,
-.btn-link:active {
+.btn-link:active,
+.btn-link[disabled] {
   background-color: transparent;
   background-image: none;
   -webkit-box-shadow: none;
@@ -2769,9 +2877,14 @@ input[type="submit"].btn.btn-mini {
   text-decoration: underline;
   background-color: transparent;
 }
+.btn-link[disabled]:hover {
+  color: #333333;
+  text-decoration: none;
+}
 .btn-group {
   position: relative;
   font-size: 0;
+  vertical-align: middle;
   white-space: nowrap;
   *margin-left: .3em;
 }
@@ -2869,9 +2982,9 @@ input[type="submit"].btn.btn-mini {
 .btn-group > .btn + .dropdown-toggle {
   padding-left: 8px;
   padding-right: 8px;
-  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
+  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
+  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
+  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
   *padding-top: 5px;
   *padding-bottom: 5px;
 }
@@ -2893,9 +3006,9 @@ input[type="submit"].btn.btn-mini {
 }
 .btn-group.open .dropdown-toggle {
   background-image: none;
-  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
-  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
-  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
+  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
+  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
+  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
 }
 .btn-group.open .btn.dropdown-toggle {
   background-color: #e6e6e6;
@@ -3381,6 +3494,16 @@ input[type="submit"].btn.btn-mini {
   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
+  *zoom: 1;
+}
+.navbar-inner:before,
+.navbar-inner:after {
+  display: table;
+  content: "";
+  line-height: 0;
+}
+.navbar-inner:after {
+  clear: both;
 }
 .navbar .container {
   width: auto;
@@ -3419,10 +3542,12 @@ input[type="submit"].btn.btn-mini {
 }
 .navbar .btn,
 .navbar .btn-group {
-  margin-top: 11px;
+  margin-top: 10px;
 }
-.navbar .btn-group .btn {
-  margin: 0;
+.navbar .btn-group .btn,
+.navbar .input-prepend .btn,
+.navbar .input-append .btn {
+  margin-top: 0;
 }
 .navbar-form {
   margin-bottom: 0;
@@ -3499,9 +3624,11 @@ input[type="submit"].btn.btn-mini {
   margin-bottom: 0;
 }
 .navbar-fixed-top .navbar-inner,
-.navbar-fixed-bottom .navbar-inner,
 .navbar-static-top .navbar-inner {
-  border: 0;
+  border-width: 0 0 1px;
+}
+.navbar-fixed-bottom .navbar-inner {
+  border-width: 1px 0 0;
 }
 .navbar-fixed-top .navbar-inner,
 .navbar-fixed-bottom .navbar-inner {
@@ -3521,17 +3648,17 @@ input[type="submit"].btn.btn-mini {
 }
 .navbar-fixed-top .navbar-inner,
 .navbar-static-top .navbar-inner {
-  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
-  -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
-  box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
+  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
+  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
+  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
 }
 .navbar-fixed-bottom {
   bottom: 0;
 }
 .navbar-fixed-bottom .navbar-inner {
-  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1);
-  -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1);
-  box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1);
+  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
+  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
+  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
 }
 .navbar .nav {
   position: relative;
@@ -3542,6 +3669,7 @@ input[type="submit"].btn.btn-mini {
 }
 .navbar .nav.pull-right {
   float: right;
+  margin-right: 0;
 }
 .navbar .nav > li {
   float: left;
@@ -3594,9 +3722,9 @@ input[type="submit"].btn.btn-mini {
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
 
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
-  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
-  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
+  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
+  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
+  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
 }
 .navbar .btn-navbar:hover,
 .navbar .btn-navbar:active,
@@ -3765,9 +3893,9 @@ input[type="submit"].btn.btn-mini {
   color: #ffffff;
   background-color: #bac5b9;
   border-color: #748c73;
-  -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);
+  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
+  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
+  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
   -webkit-transition: none;
   -moz-transition: none;
   -o-transition: none;
@@ -3868,11 +3996,11 @@ input[type="submit"].btn.btn-mini {
   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
 }
-.pagination li {
+.pagination ul > li {
   display: inline;
 }
-.pagination a,
-.pagination span {
+.pagination ul > li > a,
+.pagination ul > li > span {
   float: left;
   padding: 0 14px;
   line-height: 40px;
@@ -3881,32 +4009,32 @@ input[type="submit"].btn.btn-mini {
   border: 1px solid transparent;
   border-left-width: 0;
 }
-.pagination a:hover,
-.pagination .active a,
-.pagination .active span {
+.pagination ul > li > a:hover,
+.pagination ul > .active > a,
+.pagination ul > .active > span {
   background-color: #f5f5f5;
 }
-.pagination .active a,
-.pagination .active span {
+.pagination ul > .active > a,
+.pagination ul > .active > span {
   color: #999999;
   cursor: default;
 }
-.pagination .disabled span,
-.pagination .disabled a,
-.pagination .disabled a:hover {
+.pagination ul > .disabled > span,
+.pagination ul > .disabled > a,
+.pagination ul > .disabled > a:hover {
   color: #999999;
   background-color: transparent;
   cursor: default;
 }
-.pagination li:first-child a,
-.pagination li:first-child span {
+.pagination ul > li:first-child > a,
+.pagination ul > li:first-child > span {
   border-left-width: 1px;
   -webkit-border-radius: 3px 0 0 3px;
   -moz-border-radius: 3px 0 0 3px;
   border-radius: 3px 0 0 3px;
 }
-.pagination li:last-child a,
-.pagination li:last-child span {
+.pagination ul > li:last-child > a,
+.pagination ul > li:last-child > span {
   -webkit-border-radius: 0 3px 3px 0;
   -moz-border-radius: 0 3px 3px 0;
   border-radius: 0 3px 3px 0;
@@ -3935,7 +4063,8 @@ input[type="submit"].btn.btn-mini {
 .pager li {
   display: inline;
 }
-.pager a {
+.pager a,
+.pager span {
   display: inline-block;
   padding: 5px 14px;
   background-color: #fff;
@@ -3948,28 +4077,30 @@ input[type="submit"].btn.btn-mini {
   text-decoration: none;
   background-color: #f5f5f5;
 }
-.pager .next a {
+.pager .next a,
+.pager .next span {
   float: right;
 }
 .pager .previous a {
   float: left;
 }
 .pager .disabled a,
-.pager .disabled a:hover {
+.pager .disabled a:hover,
+.pager .disabled span {
   color: #999999;
   background-color: #fff;
   cursor: default;
 }
-.modal-open .dropdown-menu {
+.modal-open .modal .dropdown-menu {
   z-index: 2050;
 }
-.modal-open .dropdown.open {
+.modal-open .modal .dropdown.open {
   *z-index: 2050;
 }
-.modal-open .popover {
+.modal-open .modal .popover {
   z-index: 2060;
 }
-.modal-open .tooltip {
+.modal-open .modal .tooltip {
   z-index: 2080;
 }
 .modal-backdrop {
@@ -4481,9 +4612,9 @@ a.badge:hover {
   transition: width 0.6s ease;
 }
 .progress .bar + .bar {
-  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
-  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
-  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
+  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
+  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
+  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
 }
 .progress-striped .bar {
   background-color: #149bdf;
@@ -4749,29 +4880,22 @@ a.badge:hover {
 .affix {
   position: fixed;
 }
-.navbar .brand,
-legend,
-.btn,
-.navbar .nav > li > a,
-div.subnav li > a,
-.navbar-text {
-  font-family: 'Josefin Slab', serif;
-  font-weight: 700;
-}
 h1 {
   font-size: 54px;
+  line-height: 1.2em;
+  color: #ebd90b;
 }
 h2 {
-  font-size: 36px;
+  font-size: 48px;
 }
 h3 {
-  font-size: 20px;
+  font-size: 36px;
 }
 h4 {
-  font-size: 16px;
+  font-size: 24px;
 }
 h5 {
-  font-size: 14px;
+  font-size: 20px;
 }
 h1 > small,
 h2 > small,
@@ -4783,13 +4907,21 @@ h6 > small,
   color: #f5f3dc;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 }
-.alert-heading {
-  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-  color: inherit;
+code,
+pre {
+  color: #026567;
+  background-color: #f5f3dc;
 }
-body {
-  background-size: 100% 1400px;
-  background-repeat: repeat-y;
+.page-header {
+  border-bottom: 2px solid #f5f3dc;
+  padding-bottom: 5px;
+}
+.page-header h1 {
+  margin-bottom: 0;
+}
+hr {
+  border-top: none;
+  border-bottom: 2px solid #f5f3dc;
 }
 blockquote {
   border-left: 2px solid #f5f3dc;
@@ -4800,11 +4932,6 @@ blockquote.pull-right {
 blockquote small {
   color: #013435;
 }
-code,
-pre {
-  color: #026567;
-  background-color: #f5f3dc;
-}
 .navbar .navbar-inner {
   background-image: none;
   -webkit-box-shadow: none;
@@ -4812,12 +4939,16 @@ pre {
   box-shadow: none;
 }
 .navbar .brand {
-  font-size: 26px;
   padding: 18px 20px 12px;
+  font-size: 26px;
+  font-family: 'Josefin Slab', serif;
+  font-weight: 700;
 }
 .navbar .nav > li > a {
-  font-size: 20px;
   padding: 20px 20px 10px;
+  font-size: 20px;
+  font-family: 'Josefin Slab', serif;
+  font-weight: 700;
 }
 .navbar .nav .active > a,
 .navbar .nav .active > a:hover {
@@ -4833,6 +4964,8 @@ pre {
 .navbar .navbar-text {
   margin: 19px 20px 0;
   font-size: 20px;
+  font-family: 'Josefin Slab', serif;
+  font-weight: 700;
   line-height: inherit;
 }
 .navbar .divider-vertical {
@@ -4861,13 +4994,6 @@ pre {
 .navbar .btn-navbar {
   margin-top: 14px;
 }
-.navbar .nav-collapse.in .nav li > a {
-  color: #f5f3dc;
-}
-.navbar .nav-collapse.in .nav li > a:hover {
-  color: #ebd90b;
-  background-color: #01584c;
-}
 .navbar .navbar-form,
 .navbar .navbar-search {
   border-color: transparent;
@@ -4875,6 +5001,18 @@ pre {
   -moz-box-shadow: none;
   box-shadow: none;
 }
+@media (max-width: 979px) {
+  .navbar .nav-collapse .nav li > a {
+    color: #f5f3dc;
+  }
+  .navbar .nav-collapse .nav li > a:hover {
+    color: #ebd90b;
+    background-color: #01584c;
+  }
+  .navbar-inverse .nav-collapse .nav li > a:hover {
+    background-color: rgba(0, 0, 0, 0.06) !important;
+  }
+}
 div.subnav {
   background-color: #015b4e;
   background-image: none;
@@ -4888,6 +5026,8 @@ div.subnav .nav > li > a {
   padding: 13px 12px 9px;
   border-color: transparent;
   background-color: transparent;
+  font-family: 'Josefin Slab', serif;
+  font-weight: 700;
   color: #f5f3dc;
 }
 div.subnav .nav > li + li > a {
@@ -4917,85 +5057,189 @@ div.subnav .dropdown.open > .dropdown-menu a:hover {
 div.subnav.subnav-fixed {
   top: 50px;
 }
-.table,
-.table.table-bordered,
-.table.table-striped {
-  -webkit-border-radius: 0 0 8px 8px;
-  -moz-border-radius: 0 0 8px 8px;
-  border-radius: 0 0 8px 8px;
-}
-.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:last-child,
-.table-bordered tbody:first-child tr:first-child td:last-child {
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
+.nav .disabled > a {
+  color: #ccc;
 }
-.table-striped tbody:last-child tr:last-child td:first-child {
-  -webkit-border-radius: 0 0 0 8px;
-  -moz-border-radius: 0 0 0 8px;
-  border-radius: 0 0 0 8px;
+.nav .disabled > a:hover {
+  background-color: #748C73;
 }
-.table-striped tbody:last-child tr:last-child td:last-child {
-  -webkit-border-radius: 0 0 8px 0;
-  -moz-border-radius: 0 0 8px 0;
-  border-radius: 0 0 8px 0;
+.nav-list li > a,
+.nav-list .nav-header {
+  text-shadow: none;
 }
-.table-bordered {
-  border: none;
+.nav-list li > a:hover {
+  background-color: transparent;
 }
-.table thead tr th:first-child,
-.table tbody tr td:first-child {
-  border-left: none;
+.nav-list li.active > a,
+.nav-list li.active > a:hover {
+  background-color: #A2CDB5;
+  text-shadow: none;
 }
-.table th,
-.table-striped tbody tr:nth-child(odd) th {
-  background-color: #748c73;
-  color: #f5f3dc;
+.nav-list .divider {
+  background-color: transparent;
+  border-bottom: 1px solid #f5f3dc;
 }
-.btn {
-  color: #ffffff;
-  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #014344;
-  background-image: -moz-linear-gradient(top, #014d4e, #013435);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#014d4e), to(#013435));
-  background-image: -webkit-linear-gradient(top, #014d4e, #013435);
-  background-image: -o-linear-gradient(top, #014d4e, #013435);
-  background-image: linear-gradient(to bottom, #014d4e, #013435);
-  background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff014d4e', endColorstr='#ff013435', GradientType=0);
-  border-color: #013435 #013435 #000000;
-  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #013435;
-  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
-
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  text-shadow: none;
-  color: #ffffff;
+.nav-tabs {
   border-color: transparent;
-  -webkit-box-shadow: none;
-  -moz-box-shadow: none;
-  box-shadow: none;
 }
-.btn:hover,
-.btn:active,
-.btn.active,
-.btn.disabled,
-.btn[disabled] {
-  color: #ffffff;
-  background-color: #013435;
-  *background-color: #011b1c;
+.nav-tabs > li > a,
+.nav-pills > li > a {
+  background-color: #748C73;
 }
-.btn:active,
-.btn.active {
-  background-color: #000303 \9;
+.nav-tabs > li > a:hover,
+.nav-pills > li > a:hover {
+  background-color: #748C73;
+  border-color: transparent;
 }
-.btn:hover {
-  color: #eeeeee;
+.nav-tabs > .active > a,
+.nav-tabs > .active > a:hover,
+.nav-pills .active > a,
+.nav-pills .active > a:hover {
+  background-color: #A2CDB5;
+  border-color: transparent;
+  color: #01584c;
 }
-.btn-large {
-  font-size: 18px;
+.nav-tabs.nav-stacked > li > a {
+  border-color: transparent;
+}
+.nav-tabs.nav-stacked > li > a:hover {
+  border-color: transparent;
+}
+.nav-tabs .open .dropdown-toggle,
+.nav-pills .open .dropdown-toggle {
+  background-color: #748C73;
+  border-color: transparent;
+  color: #ebd90b;
+}
+.nav-tabs .active.open .dropdown-toggle,
+.nav-pills .active.open .dropdown-toggle {
+  background-color: #A2CDB5;
+}
+.nav-tabs .dropdown-menu,
+.nav-pills .dropdown-menu {
+  background-color: #f5f3dc;
+  color: #013435;
+  border-color: transparent;
+}
+.nav-tabs .dropdown-menu a:hover,
+.nav-pills .dropdown-menu a:hover {
+  background-color: #A2CDB5;
+  color: #f5f3dc;
+}
+.nav .nav-header {
+  color: #01584c;
+}
+.tabbable .nav-tabs,
+.tabbable .nav-tabs > li > a,
+.tabbable .nav-tabs > li > a:hover,
+.tabbable .nav-tabs > li.active > a,
+.tabbable .nav-tabs > li.active > a:hover {
+  border-color: transparent;
+}
+.breadcrumb {
+  background-color: #748c73;
+  background-image: none;
+  border-color: transparent;
+  -webkit-box-shadow: none;
+  -moz-box-shadow: none;
+  box-shadow: none;
+}
+.breadcrumb li {
+  color: #ebd90b;
+  text-shadow: none;
+}
+.breadcrumb li a {
+  color: #ebd90b;
+}
+.breadcrumb li a:hover {
+  color: #ebd90b;
+}
+.breadcrumb li .divider {
+  color: #f5f3dc;
+}
+.breadcrumb .active {
+  color: #f5f3dc;
+}
+.pagination  > ul {
+  background-color: #748c73;
+  background-image: none;
+  border-color: transparent;
+  -webkit-box-shadow: none;
+  -moz-box-shadow: none;
+  box-shadow: none;
+}
+.pagination a {
+  color: #ebd90b;
+  border-color: transparent;
+}
+.pagination a:hover {
+  color: #ebd90b;
+  background-color: rgba(0, 0, 0, 0.1);
+}
+.pagination .active a {
+  color: #f5f3dc;
+  background-color: rgba(0, 0, 0, 0.1);
+}
+.pagination .disabled a,
+.pagination .disabled a:hover {
+  color: #01584c;
+}
+.pager a {
+  border: none;
+  background-color: #748C73;
+}
+.pager a:hover {
+  background-color: #687D67;
+}
+.pager .disabled a,
+.pager .disabled a:hover {
+  background-color: #748C73;
+  color: #013435;
+}
+.btn {
+  color: #ffffff;
+  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+  background-color: #014344;
+  background-image: -moz-linear-gradient(top, #014d4e, #013435);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#014d4e), to(#013435));
+  background-image: -webkit-linear-gradient(top, #014d4e, #013435);
+  background-image: -o-linear-gradient(top, #014d4e, #013435);
+  background-image: linear-gradient(to bottom, #014d4e, #013435);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff014d4e', endColorstr='#ff013435', GradientType=0);
+  border-color: #013435 #013435 #000000;
+  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+  *background-color: #013435;
+  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
+
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+  font-family: 'Josefin Slab', serif;
+  font-weight: 700;
+  color: #ffffff;
+  text-shadow: none;
+  border-color: transparent;
+  -webkit-box-shadow: none;
+  -moz-box-shadow: none;
+  box-shadow: none;
+}
+.btn:hover,
+.btn:active,
+.btn.active,
+.btn.disabled,
+.btn[disabled] {
+  color: #ffffff;
+  background-color: #013435;
+  *background-color: #011b1c;
+}
+.btn:active,
+.btn.active {
+  background-color: #000303 \9;
+}
+.btn:hover {
+  color: #eeeeee;
+}
+.btn-large {
+  font-size: 18px;
 }
 .btn-primary {
   color: #ffffff;
@@ -5188,146 +5432,46 @@ div.subnav.subnav-fixed {
   -moz-box-shadow: none;
   box-shadow: none;
 }
-.nav .disabled > a {
-  color: #ccc;
-}
-.nav .disabled > a:hover {
-  background-color: #748C73;
-}
-.breadcrumb {
-  background-color: #748c73;
-  background-image: none;
-  border-color: transparent;
-  -webkit-box-shadow: none;
-  -moz-box-shadow: none;
-  box-shadow: none;
+.table,
+.table.table-bordered,
+.table.table-striped {
+  -webkit-border-radius: 0 0 8px 8px;
+  -moz-border-radius: 0 0 8px 8px;
+  border-radius: 0 0 8px 8px;
 }
-.breadcrumb li {
-  color: #ebd90b;
-  text-shadow: none;
+.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:last-child,
+.table-bordered tbody:first-child tr:first-child td:last-child {
+  -webkit-border-radius: 0;
+  -moz-border-radius: 0;
+  border-radius: 0;
 }
-.breadcrumb li a {
-  color: #ebd90b;
+.table-striped tbody:last-child tr:last-child td:first-child {
+  -webkit-border-radius: 0 0 0 8px;
+  -moz-border-radius: 0 0 0 8px;
+  border-radius: 0 0 0 8px;
 }
-.breadcrumb li a:hover {
-  color: #ebd90b;
+.table-striped tbody:last-child tr:last-child td:last-child {
+  -webkit-border-radius: 0 0 8px 0;
+  -moz-border-radius: 0 0 8px 0;
+  border-radius: 0 0 8px 0;
 }
-.breadcrumb li .divider {
-  color: #f5f3dc;
+.table-bordered {
+  border: none;
 }
-.breadcrumb .active {
-  color: #f5f3dc;
+.table thead tr th:first-child,
+.table tbody tr td:first-child {
+  border-left: none;
 }
-.pagination  > ul {
+.table th,
+.table-striped tbody tr:nth-child(odd) th {
   background-color: #748c73;
-  background-image: none;
-  border-color: transparent;
-  -webkit-box-shadow: none;
-  -moz-box-shadow: none;
-  box-shadow: none;
-}
-.pagination a {
-  color: #ebd90b;
-  border-color: transparent;
-}
-.pagination a:hover {
-  color: #ebd90b;
-  background-color: rgba(0, 0, 0, 0.1);
-}
-.pagination .active a {
   color: #f5f3dc;
-  background-color: rgba(0, 0, 0, 0.1);
-}
-.pagination .disabled a,
-.pagination .disabled a:hover {
-  color: #01584c;
-}
-.nav-list li > a,
-.nav-list .nav-header {
-  text-shadow: none;
-}
-.nav-list li > a:hover {
-  background-color: transparent;
-}
-.nav-list li.active > a,
-.nav-list li.active > a:hover {
-  background-color: #A2CDB5;
-  text-shadow: none;
-}
-.nav-list .divider {
-  background-color: transparent;
-  border-bottom: 1px solid #f5f3dc;
-}
-.nav-tabs {
-  border-color: transparent;
-}
-.nav-tabs > li > a,
-.nav-pills > li > a {
-  background-color: #748C73;
-}
-.nav-tabs > li > a:hover,
-.nav-pills > li > a:hover {
-  background-color: #748C73;
-  border-color: transparent;
-}
-.nav-tabs > .active > a,
-.nav-tabs > .active > a:hover,
-.nav-pills .active > a,
-.nav-pills .active > a:hover {
-  background-color: #A2CDB5;
-  border-color: transparent;
-  color: #01584c;
-}
-.nav-tabs.nav-stacked > li > a {
-  border-color: transparent;
-}
-.nav-tabs.nav-stacked > li > a:hover {
-  border-color: transparent;
-}
-.nav-tabs .open .dropdown-toggle,
-.nav-pills .open .dropdown-toggle {
-  background-color: #748C73;
-  border-color: transparent;
-  color: #ebd90b;
-}
-.nav-tabs .active.open .dropdown-toggle,
-.nav-pills .active.open .dropdown-toggle {
-  background-color: #A2CDB5;
-}
-.nav-tabs .dropdown-menu,
-.nav-pills .dropdown-menu {
-  background-color: #f5f3dc;
-  color: #013435;
-  border-color: transparent;
-}
-.nav-tabs .dropdown-menu a:hover,
-.nav-pills .dropdown-menu a:hover {
-  background-color: #A2CDB5;
-  color: #f5f3dc;
-}
-.nav .nav-header {
-  color: #01584c;
-}
-.tabbable .nav-tabs,
-.tabbable .nav-tabs > li > a,
-.tabbable .nav-tabs > li > a:hover,
-.tabbable .nav-tabs > li.active > a,
-.tabbable .nav-tabs > li.active > a:hover {
-  border-color: transparent;
-}
-.pager a {
-  border: none;
-  background-color: #748C73;
-}
-.pager a:hover {
-  background-color: #687D67;
-}
-.pager .disabled a,
-.pager .disabled a:hover {
-  background-color: #748C73;
-  color: #013435;
 }
 legend {
+  font-family: 'Josefin Slab', serif;
+  font-weight: 700;
   color: #f5f3dc;
 }
 label,
@@ -5352,31 +5496,14 @@ legend {
   -moz-border-radius: 4px;
   border-radius: 4px;
 }
-.modal-header {
-  padding: 12px 15px 6px;
-  background-color: #015b4e;
-}
-.modal-body,
-.modal-footer {
-  background-color: #f5f3dc;
-  border: none;
-  -webkit-box-shadow: none;
-  -moz-box-shadow: none;
-  box-shadow: none;
-}
-.modal-body label,
-.modal-footer label {
-  color: #013435;
-}
-.modal-footer {
-  -webkit-border-radius: 0 0 4px 4px;
-  -moz-border-radius: 0 0 4px 4px;
-  border-radius: 0 0 4px 4px;
-}
 .alert {
   text-shadow: none;
   border: none;
 }
+.alert-heading {
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  color: inherit;
+}
 .badge,
 .label {
   background-color: #01584c;
@@ -5402,10 +5529,6 @@ legend {
 .label-inverse {
   background-color: #ebd90b;
 }
-.progress {
-  background-color: #748c73;
-  background-image: none;
-}
 .well {
   border: none;
   -webkit-box-shadow: none;
@@ -5423,13 +5546,30 @@ legend {
   -moz-border-radius: 4px;
   border-radius: 4px;
 }
-hr {
-  border-top: none;
-  border-bottom: 2px solid #f5f3dc;
+.progress {
+  background-color: #748c73;
+  background-image: none;
 }
-.page-header {
-  border-bottom: 2px solid #f5f3dc;
-  padding-bottom: 5px;
+.modal-header {
+  padding: 12px 15px 6px;
+  background-color: #015b4e;
+}
+.modal-body,
+.modal-footer {
+  background-color: #f5f3dc;
+  border: none;
+  -webkit-box-shadow: none;
+  -moz-box-shadow: none;
+  box-shadow: none;
+}
+.modal-body label,
+.modal-footer label {
+  color: #013435;
+}
+.modal-footer {
+  -webkit-border-radius: 0 0 4px 4px;
+  -moz-border-radius: 0 0 4px 4px;
+  border-radius: 0 0 4px 4px;
 }
 .pull-right {
   float: right;