html, body {
    background:#08568D;
    height=100%;
}

#main {
    background:white;
}

body {
  padding-top: 10px;
}

@media (max-width: 979px) {
  body {
    padding-top: 0px;
  }
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

.disabled-user {
    font-style: italic;
}
.disabled-user:after {
    content: ' (disabled globally)';
    color: #ccc;
}

.select-auto {
     width:auto !important;
}

.centered-content {
    text-align:center !important;
}

.form-toolbar {
    display: inline-block;
    margin-bottom: 0;
}

#bodyspacer {
    height: 30px;
}

#navbar-wrapper {
    background:#08568D;
}

.navbar {
    margin-bottom: 1px;
}

.navbar-inner {
    padding: 0 5px 0 5px;
    background: #356aa0; /* Old browsers */
    background: -moz-linear-gradient(left, #356aa0 0%, #356aa0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#356aa0), color-stop(100%,#356aa0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #356aa0 0%,#356aa0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #356aa0 0%,#356aa0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #356aa0 0%,#356aa0 100%); /* IE10+ */
    background: linear-gradient(to right, #356aa0 0%,#356aa0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#356aa0',GradientType=1 ); /* IE6-9 */
}

.navbar .brand, .navbar .nav > li > a {
    color: #ccc;
    text-shadow: 0 0 0;
}

.navbar .divider-vertical {
    border-right: 0;
}

#footer, #footer a {
    background: #356aa0;
    color: #ccc;
    margin-top: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#footer a, #footer a.hover, #footer a.focus {
    color: #ccc;
}

#footer-right {
    margin-right: 40px;
    float: right;
}

.form-nomargin {
    margin: 0 0 0 0;
}

.shell {
    background-color: black;
    color: gray;
    border-left: 5px solid green;
    font-weight: bold;
}

.hero-unit {
    padding: 20px 30px 20px 30px;
    background-color: #dce9f9;
}

.row-well {
    padding-left: 10px;
}

.well {
    padding-top: 9px;
    padding-bottom: 9px;
}

.bump-right1 {
    margin-right: 20px;
}
.bump-right2, .bump-right {
    margin-right: 40px;
}
.bump1 {
    margin-left: 20px;
}
.bump2, .bump {
    margin-left: 40px;
}

.pad {
    padding: 20px 20px 20px 20px;
}
.pad-left {
    padding-left: 20px;
}
.pad-right {
    padding-right: 20px;
}
.pad-top {
    padding-top: 20px;
}
.pad-bottom {
    padding-bottom: 20px;
}

.nopad {
    padding: 0px 0px 0px 0px;
}
.nopad-left {
    padding-left: 0px;
}
.nopad-right {
    padding-right: 0px;
}
.nopad-top {
    padding-top: 0px;
}
.nopad-bottom {
    padding-bottom: 0px;
}

.product-logo {
    margin-bottom: 10px;
}

.pricing-table {
    width: 600px;
    font-family: 'trebuchet MS', 'Lucida sans', Arial;
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.pricing-table td, .pricing-table th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

.pricing-table th {
    text-align: center;
    font-size: 18px;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.pricing-table th.blue {
    text-align: center;
    font-size: 18px;
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.plan {
    float: left;
    font-size: 22px;
}

.cost {
    float: right;
    font-size: 18px;
}

.term {
    float: right;
    text-align: right;
    font-size: 16px;
}

.pricing-table td:first-child, .pricing-table th:first-child {
    border-left: none;
    text-align: left;
}

.pricing-table th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.pricing-table th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.pricing-table th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.pricing-table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.pricing-table tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.bullet-list {
    list-style-type:none;
}

.bullet-list li {
  padding-left: 0em;
}

.bullet-list li:before {
  content: "\f105";
  font-family: FontAwesome; /* or whatever */
  display: inline-block;
  margin-left: -1.2em; /*same as padding-left set on li*/
  width: 1.2em; /*same as padding-left set on li*/
}​
