/* Main stylesheets file */
/* Used all over the website */
/* SASS scripts part */
/* Global variables */
/* website width */
/*96rem;*/
/* tooltip width */
/* main colors */
/* text colors */
/* background colors */
/* pricing box badge colors */
/* shadow colors */
/* buttons colors */
/* tabs colors */
/* borders */
/* bootstrap screen widths */
/* font families */
/* font sizes */
/* font weights */
/* modal sizes */
/* spinners */
/* max z-index */
/* opacities */
/* spaces */
/* message icons position */
/* header spaces */
/* content spaces */
/* pagination */
/* price and tax */
/* carousel */
/* product list */
/* sprite */
/* free tier */
/* free trial */
/* histogram */
/* accordion */
/* software pricing */
/* annual hourly pricing option selector */
/* infrastructure pricing */
/* mobile width */
/* Mixins */
/* Inheritance rules */
.border, .highlight, .with-border {
  padding: 1rem;
  border: solid 0.1rem #ccc; }

.headings, h1, h2, h3 {
  font-weight: bold; }

.list-square, .attributes ul {
  list-style: square;
  color: #e71; }
  .list-square > li > span:first-child, .attributes ul > li > span:first-child {
    color: #000; }

.no-horizontal-gutter {
  margin-right: -15px;
  margin-left: -15px; }

.price, .pricing-matrix.hourly tr td:nth-last-child(-n+2), .pricing-matrix.annual tr td:nth-child(3) {
  font-size: 1.1rem;
  color: #060; }

.spaced-content, .panel-body p:not([class^="col-"]) {
  margin-bottom: 1rem; }

.td-highlight, .pricing-matrix.hourly tr td:nth-child(3), .pricing-matrix.annual thead tr:first-child > :last-child, .pricing-matrix.annual tr td:nth-last-child(-n+2) {
  background-color: #d8d8d8; }

.tr-hover {
  background-color: #f5f5f5; }

.small-text, .continue + p {
  line-height: 1.5rem;
  font-size: 1.1rem; }

/* Reset */
/* Has to be imported by ONLY the main stylesheets file */
*:disabled {
  font-style: italic;
  color: #999; }

body {
  line-height: 2rem;
  background: #f7f7f7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem; }

h1 {
  font-size: 2.1rem;
  color: #e71; }

h2 {
  font-size: 1.8rem; }

h3, h4 {
  font-size: 1.3rem; }

h1, ul, p {
  margin: 0; }

ul {
  padding: 0;
  list-style: none; }

th {
  background-color: #a4a4a4;
  color: #333; }

a {
  color: #049;
  text-decoration: none; }
  a:focus, a:hover {
    color: #e71;
    text-decoration: none; }

hr {
  margin-top: 0;
  border-top: solid 0.1rem #ccc; }

.table > thead > tr > th, .table > tbody > tr > td {
  padding: 0.25rem 0.5rem;
  border-top: solid 0.1rem #ccc;
  border-bottom: 0; }

/* All components */
/* Have to be imported by ONLY the main stylesheets file */
/* Accordion */
.accordion h1 span::before {
  background: url("/asset/img/sprites.png") no-repeat -302px -61px;
  content: '';
  display: inline-block;
  margin-right: 1rem;
  margin-left: 0.5rem;
  width: 0.7rem;
  height: 1.3rem; }

.accordion .panel-heading {
  background-color: #fff;
  background: -webkit-linear-gradient(to bottom, #fff, #fff);
  background: linear-gradient(to bottom, #fff, #fff);
  padding: 0; }
  .accordion .panel-heading a {
    display: block;
    color: #000; }
    .accordion .panel-heading a:hover {
      background: #eaf3fe; }
  .accordion .panel-heading li {
    display: block;
    margin: 0.5rem 2.3rem 0;
    font-size: 1.2rem; }
    .accordion .panel-heading li.warning {
      color: #e71; }
  .accordion .panel-heading.active {
    background: #c9e1f4; }
    .accordion .panel-heading.active h1 span::before {
      background: url("/asset/img/sprites.png") no-repeat -295px -67px;
      margin-right: 0.8rem;
      margin-left: 0;
      width: 1.4rem;
      height: 0.7rem; }
    .accordion .panel-heading.active ul {
      display: none; }

/* Buttons */
/* Overrides Bootstrap styles */
.btn {
  padding: 0.25rem 0.5rem;
  font-weight: bold;
  white-space: pre-wrap; }

label.btn {
  white-space: normal; }

.btn-disabled, .btn.disabled, .btn-group[data-toggle="buttons"] .btn {
  background-color: #fff;
  background: -webkit-linear-gradient(to bottom, #fff, #e4e4e4);
  background: linear-gradient(to bottom, #fff, #e4e4e4);
  border-color: #ccc;
  color: #999; }

.btn-warning, .btn-group[data-toggle="buttons"] .active {
  background-color: #ffdd8a;
  background: -webkit-linear-gradient(to bottom, #ffdd8a, #f5a819);
  background: linear-gradient(to bottom, #ffdd8a, #f5a819);
  border-color: #000;
  color: #000; }

.btn-primary {
  background-color: #3488dc;
  background: -webkit-linear-gradient(to bottom, #3488dc, #1b70c5);
  background: linear-gradient(to bottom, #3488dc, #1b70c5);
  border-color: #16b;
  color: #fff; }

.btn-group[data-toggle="buttons"] .btn {
  padding: 0 1rem; }

/* Carousel */
/* Overrides Bootstrap styles */
.carousel-control.left, .carousel-control.right {
  background-image: none;
  color: #ccc; }

.carousel-control .carousel-left-arrow {
  margin-left: -45px; }

.carousel-control .carousel-right-arrow {
  margin-right: -45px; }

/* Expandable */
/* Custom plus/minus collapse */
.expandable-icons, .expandable a > span::before, .expandable.disabled span::before {
  content: '';
  display: inline-block;
  margin: 0 0.5rem -0.1rem 0;
  width: 1.3rem;
  height: 1.3rem; }

.expandable-plus, .expandable.plus a > span::before, .expandable.disabled span::before {
  background: url("/asset/img/sprites.png") no-repeat -315px -47px; }

.expandable {
  display: block; }
  .expandable a {
    color: #000;
    text-decoration: none; }
  .expandable.plus + * {
    display: none; }
  .expandable.minus a > span::before {
    background: url("/asset/img/sprites.png") no-repeat -341px -47px; }
  .expandable.minus + * {
    display: block; }
  .expandable.disabled span::before {
    opacity: 0.3;
    cursor: not-allowed; }

/* Histogram */
.histogram {
  display: block;
  width: 100%;
  min-height: 1.2rem;
  background-color: #fff; }
  .histogram *:first-child {
    display: block;
    min-height: 1.2rem;
    background-color: #fc6; }

.histogram-0 {
  width: 0%; }

.histogram-10 {
  width: 10%; }

.histogram-20 {
  width: 20%; }

.histogram-30 {
  width: 30%; }

.histogram-40 {
  width: 40%; }

.histogram-50 {
  width: 50%; }

.histogram-60 {
  width: 60%; }

.histogram-70 {
  width: 70%; }

.histogram-80 {
  width: 80%; }

.histogram-90 {
  width: 90%; }

.histogram-100 {
  width: 100%; }

/* Icons */
.icon-sm {
  font-size: 1.2rem; }

.icon-md {
  font-size: 1.6rem; }

.icon-lg {
  font-size: 2.1rem; }

/* Messages */
.message {
  position: relative;
  padding: 1rem 1.5rem;
  border: solid 0.1rem; }
  .message > span {
    display: inline-block; }
    .message > span.glyphicon {
      position: absolute;
      left: 1.5rem; }
    .message > span.icon-md {
      top: 1.2rem; }
      .message > span.icon-md + * {
        margin-left: 2.5rem;
        font-size: 1.2rem; }
    .message > span.icon-lg {
      top: 1rem; }
      .message > span.icon-lg + * {
        margin-left: 3rem;
        font-size: 1.3rem; }
  .message, .message + * {
    margin-top: 1.5rem; }
  .message .close {
    margin: -0.3rem 0 -0.5rem -0.5rem;
    opacity: 0.4; }

.alert-pending {
  background-color: #d9edf7;
  color: #31708f; }
  .alert-pending hr {
    border-top-color: #a6e1ec; }
  .alert-pending .alert-link {
    color: #245269; }

/* Modal */
/* Overrides Bootstrap styles */
.layout-modal {
  color: #000;
  text-align: left; }
  .layout-modal h1 {
    font-size: 2.1rem; }
  .layout-modal .modal-header {
    padding-bottom: 0;
    border-bottom: 0;
    background: none; }

.modal-content {
  border-radius: 0.5rem; }

.modal-header {
  background: #fff;
  border-radius: 0.5rem 0.5rem 0 0; }
  .modal-header * {
    font-size: 1.3rem; }
  .modal-header .close {
    float: right; }

.modal-large {
  width: 90rem; }

.modal-medium {
  width: 60rem; }

.modal-small {
  width: 30rem; }

/* Pagination */
/* Overrides Bootstrap styles */
.pagination {
  margin: 0;
  min-height: 2rem; }
  .pagination li > a, .pagination li > span {
    margin: 0 0.25rem;
    padding: 0;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    background-color: #ccc;
    border: 0;
    font-weight: bold;
    text-align: center;
    color: #fff; }
  .pagination li > span {
    margin: 0; }
  .pagination li.active > a {
    background-color: #666; }
  .pagination li > a:hover, .pagination li.active > a:hover {
    background-color: #555;
    color: #fff; }
  .pagination li.previous > a, .pagination li.next > a {
    margin: 0;
    margin-top: 0.25rem;
    width: 0.7rem;
    height: 1.8rem;
    background-color: #fff; }
  .pagination li.previous > a, .pagination li.previous > a:hover {
    background: url("/asset/img/sprites.png") no-repeat -295px -59px;
    margin-right: 0.3rem; }
  .pagination li.next > a, .pagination li.next > a:hover {
    background: url("/asset/img/sprites.png") no-repeat -302px -59px;
    margin-left: 0.3rem; }

.panel-collapse h3 {
  margin-top: 0; }

.panel-group {
  margin: 1.5rem 0; }

.panel-heading {
  background-color: #fff;
  background: -webkit-linear-gradient(to bottom, #fff, #fff);
  background: linear-gradient(to bottom, #fff, #fff);
  padding: 0; }
  .panel-heading a {
    display: block;
    padding: 1rem 1.5rem;
    color: #000; }
    .panel-heading a:hover {
      background: #eaf3fe; }
    .panel-heading a > span::before {
      background: url("/asset/img/sprites.png") no-repeat -302px -61px;
      content: '';
      display: inline-block;
      margin-right: 1rem;
      margin-left: 0.5rem;
      width: 0.7rem;
      height: 1.4rem; }
  .panel-heading em {
    font-style: normal; }
  .panel-heading span > span {
    display: block;
    margin: 0.5rem 2.3rem 0;
    font-weight: normal;
    font-size: 1.2rem; }
    .panel-heading span > span.warning {
      color: #e71; }
  .panel-heading.active {
    background: #c9e1f4; }
    .panel-heading.active a > span::before {
      background: url("/asset/img/sprites.png") no-repeat -295px -67px;
      margin-right: 0.8rem;
      margin-left: 0;
      width: 1.4rem;
      height: 0.7rem; }
    .panel-heading.active span > span {
      display: none; }

.product-list {
  margin: 0 2rem 2rem; }
  .product-list > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .product-list h1 {
    margin-top: 1.5rem;
    font-size: 1.3rem;
    word-wrap: break-word; }
  .product-list ul {
    line-height: 1.5rem;
    font-size: 1.1rem; }
  .product-list li {
    margin-top: 0.5rem; }
  .product-list p {
    position: relative;
    height: 90%; }
    .product-list p > *:first-child {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      max-width: 90%;
      max-height: 90%; }

.detailed-product-list * {
  color: #666; }

.detailed-product-list header, .detailed-product-list section {
  -webkit-transition: opacity ease-out;
  -webkit-transition-delay: 0.6s;
  -moz-transition: opacity ease-out 0.6s;
  -o-transition: opacity ease-out 0.6s;
  transition: opacity ease-out 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 21rem; }

.detailed-product-list header {
  opacity: 1; }
  .detailed-product-list header p:first-of-type {
    position: relative;
    height: 10rem;
    margin-bottom: 0.5rem;
    border: solid 0.1rem #ccc; }
    .detailed-product-list header p:first-of-type > *:first-child {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      max-width: 90%;
      max-height: 90%; }

.detailed-product-list section {
  opacity: 0;
  position: relative;
  background: #f1f1f1;
  border: solid 0.1rem #ccc;
  color: #000; }
  .detailed-product-list section ul {
    position: absolute;
    bottom: 0;
    width: 100%; }
  .detailed-product-list section li {
    margin: 0.5rem 0;
    padding: 0 1rem;
    font-size: 1.1rem; }
    .detailed-product-list section li[class^="rating-"] {
      color: #666; }
    .detailed-product-list section li .price, .detailed-product-list section li .pricing-matrix.hourly tr td:nth-last-child(-n+2), .pricing-matrix.hourly tr .detailed-product-list section li td:nth-last-child(-n+2), .detailed-product-list section li .pricing-matrix.annual tr td:nth-child(3), .pricing-matrix.annual tr .detailed-product-list section li td:nth-child(3) {
      font-weight: bold; }
    .detailed-product-list section li:nth-of-type(3) {
      margin-bottom: 0;
      padding: 0.5rem;
      background: #666;
      color: #fff;
      text-align: center; }
  .detailed-product-list section p {
    padding: 1rem; }

.detailed-product-list h1 {
  margin: 0.5rem 0;
  font-size: 1.6rem; }

.detailed-product-list h2, .detailed-product-list ul, .detailed-product-list p {
  line-height: 1.5rem;
  font-size: 1.2rem; }

.detailed-product-list h2 {
  margin: 0; }

.detailed-product-list a {
  display: block;
  position: relative; }
  .detailed-product-list a:hover header {
    opacity: 0; }
  .detailed-product-list a:hover section {
    opacity: 1; }

/* Rating */
.rating-0::before {
  background: url("/asset/img/sprites.png") no-repeat -255px -197px;
  content: '';
  display: inline-block;
  position: relative;
  top: 0.1rem;
  margin-right: 0.5rem;
  width: 5.5rem;
  height: 1rem; }

.rating-5::before {
  background: url("/asset/img/sprites.png") no-repeat -244px -208px;
  content: '';
  display: inline-block;
  position: relative;
  top: 0.1rem;
  margin-right: 0.5rem;
  width: 5.5rem;
  height: 1rem; }

.rating-10::before, .rating-one::before {
  background: url("/asset/img/sprites.png") no-repeat -244px -197px;
  content: '';
  display: inline-block;
  position: relative;
  top: 0.1rem;
  margin-right: 0.5rem;
  width: 5.5rem;
  height: 1rem; }

.rating-15::before {
  background: url("/asset/img/sprites.png") no-repeat -233px -208px;
  content: '';
  display: inline-block;
  position: relative;
  top: 0.1rem;
  margin-right: 0.5rem;
  width: 5.5rem;
  height: 1rem; }

.rating-20::before, .rating-two::before {
  background: url("/asset/img/sprites.png") no-repeat -233px -197px;
  content: '';
  display: inline-block;
  position: relative;
  top: 0.1rem;
  margin-right: 0.5rem;
  width: 5.5rem;
  height: 1rem; }

.rating-25::before {
  background: url("/asset/img/sprites.png") no-repeat -222px -208px;
  content: '';
  display: inline-block;
  position: relative;
  top: 0.1rem;
  margin-right: 0.5rem;
  width: 5.5rem;
  height: 1rem; }

.rating-30::before, .rating-three::before {
  background: url("/asset/img/sprites.png") no-repeat -222px -197px;
  content: '';
  display: inline-block;
  position: relative;
  top: 0.1rem;
  margin-right: 0.5rem;
  width: 5.5rem;
  height: 1rem; }

.rating-35::before {
  background: url("/asset/img/sprites.png") no-repeat -211px -208px;
  content: '';
  display: inline-block;
  position: relative;
  top: 0.1rem;
  margin-right: 0.5rem;
  width: 5.5rem;
  height: 1rem; }

.rating-40::before, .rating-four::before {
  background: url("/asset/img/sprites.png") no-repeat -211px -197px;
  content: '';
  display: inline-block;
  position: relative;
  top: 0.1rem;
  margin-right: 0.5rem;
  width: 5.5rem;
  height: 1rem; }

.rating-45::before {
  background: url("/asset/img/sprites.png") no-repeat -200px -208px;
  content: '';
  display: inline-block;
  position: relative;
  top: 0.1rem;
  margin-right: 0.5rem;
  width: 5.5rem;
  height: 1rem; }

.rating-50::before {
  background: url("/asset/img/sprites.png") no-repeat -200px -197px;
  content: '';
  display: inline-block;
  position: relative;
  top: 0.1rem;
  margin-right: 0.5rem;
  width: 5.5rem;
  height: 1rem; }

/* Spinner */
@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.spinner {
  position: relative;
  min-height: 10rem;
  text-align: center; }
  .spinner span {
    position: absolute;
    top: 0;
    left: 0;
    color: #666;
    animation: rotation 1s infinite linear; }

.small-spinner span {
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  font-size: 3rem; }

/* Product Support Connection */
.product-support-connection {
  font-weight: bold;
  color: #008296;
  font-size: 1.3rem; }

/* All partials page */
/* Have to be imported by ONLY the main stylesheets file */
/* Website header */
#header {
  margin: 0 -15px;
  padding: 15px 15px 0;
  color: #fff;
  background-color: #444; }
  #header a {
    font-family: Arial, sans-serif;
    color: #fff; }
  #header a:hover {
    color: #fff; }
  #header .row > * {
    padding: 0 1rem; }
  #header .row {
    background-color: #444; }
  #header > div:first-child {
    min-height: 6.2rem; }
  #header > div:last-child {
    min-height: 3.3rem; }
  #header .aws-links {
    margin-top: 0;
    margin-bottom: 1rem; }

.header {
  background-color: #444; }
  .header::after {
    background-color: #ccc;
    background: -webkit-linear-gradient(to bottom, #ccc, #fff);
    background: linear-gradient(to bottom, #ccc, #fff);
    content: '';
    clear: both;
    display: block;
    margin: 0;
    height: 0.6rem; }

.header-links, #account-links, #sign-links p {
  font-size: 1.1rem; }
  .header-links a, #account-links a, #sign-links p a {
    font-weight: bold; }

#aws-home {
  color: #e71; }

#account-links {
  margin-top: 0.8rem; }
  #account-links li {
    display: inline-block;
    margin-left: -0.4rem;
    padding-right: 1rem;
    padding-left: 1rem;
    line-height: 1rem;
    border-right: solid 0.1rem #000; }
  #account-links li:first-child {
    margin-left: 0;
    padding-left: 0; }
  #account-links li:last-child {
    padding-right: 0;
    border: 0; }
  #account-links li {
    padding-right: 1rem;
    padding-left: 1.1rem; }

#marketplace-logo {
  background: url("/asset/img/sprites.png") no-repeat 0px -241px;
  display: block;
  width: 24.8rem;
  height: 4.4rem; }
  #marketplace-logo span {
    display: none; }

.pmp-logo-anchor {
  display: block;
  width: 24.8rem;
  height: 4.4rem; }

.pmp-logo-img {
  max-width: 10rem;
  height: 3rem;
  vertical-align: middle;
  margin-bottom: 2rem;
  opacity: 1;
  object-fit: cover; }

.pmp-logo-text {
  font-family: Ember;
  font-size: 1.8rem !important;
  color: #AAB7B8;
  letter-spacing: 0.001rem;
  font-weight: lighter !important; }

#search {
  color: #000; }
  #search input[type="text"] {
    background-color: #eee;
    background: -webkit-linear-gradient(to bottom, #eee, #fff 20%);
    background: linear-gradient(to bottom, #eee, #fff 20%);
    padding: 0 0.5rem 0;
    width: 32rem;
    width: calc(100% - 4.70rem);
    height: 2.8rem;
    border: solid 0.1rem #ccc;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    vertical-align: top; }
  #search input[type="submit"] {
    background: url("/asset/img/sprites.png") no-repeat -317px -290px;
    width: 4.3rem;
    height: 2.8rem;
    border: 0; }
    #search input[type="submit"]:hover {
      background: url("/asset/img/sprites.png") no-repeat -360px -290px; }

#shop-all {
  background: url("/asset/img/sprites.png") no-repeat 0px -286px;
  width: 14.4rem;
  height: 3rem; }
  #shop-all span {
    display: none; }
  #shop-all:hover {
    background: url("/asset/img/sprites.png") no-repeat -146px -286px; }
  #shop-all:hover .categories {
    display: block; }
  #shop-all .categories {
    display: none;
    position: absolute;
    top: 3rem;
    width: 25rem;
    background: #f1f1f1;
    border: solid 0.1rem #ccc;
    z-index: 100; }
    #shop-all .categories::after {
      content: '';
      clear: both;
      display: block; }
    #shop-all .categories ul {
      float: left;
      margin: 1.5rem 0 2rem;
      padding-left: 1rem;
      width: 24rem; }
    #shop-all .categories ul li:first-child {
      margin-bottom: 1rem;
      line-height: 1rem;
      font-weight: bold; }
    #shop-all .categories li {
      padding: 0; }
    #shop-all .categories a {
      color: #000; }
    #shop-all .categories a:hover {
      color: #e71; }

#your-software {
  text-align: right; }
  #your-software a {
    display: inline-block;
    margin: 0.3rem -0.1rem 0 0;
    font-weight: bold;
    font-size: 1.2rem;
    color: #fff; }
  #your-software span::before {
    background: url("/asset/img/sprites.png") no-repeat -192px -44px;
    content: '';
    display: inline-block;
    margin-right: 0.7rem;
    width: 1.3rem;
    height: 1.3rem;
    vertical-align: middle; }
  #your-software:hover span::before {
    background: url("/asset/img/sprites.png") no-repeat -205px -44px; }

#sign-links p {
  margin: 1rem 0; }

#username {
  width: 100%; }
  #username span {
    overflow: hidden;
    width: 50%;
    max-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap; }
    #username span:first-of-type {
      text-align: right; }
    #username span:last-of-type {
      text-align: left;
      padding-left: 0.5rem; }

@media (min-width: 992px) {
  #header {
    position: relative; }
    #header .aws-links {
      margin-bottom: 0;
      text-align: right; }
  #search {
    position: absolute;
    top: 7.5rem;
    left: 14.7rem;
    width: 75%;
    z-index: 100; }
    #search input[type="text"] {
      width: 61.8rem; }
  #shop-all .categories {
    width: 100rem; }
    #shop-all .categories ul {
      border-left: solid 0.1rem #ccc; }
    #shop-all .categories ul:first-child {
      border: 0; }
  #sign-links p {
    margin-top: 3.1rem;
    text-align: center; } }

/* Website footer */
#footer {
  font-size: 1rem;
  text-align: center;
  background-color: #f7f7f7; }
  #footer ul {
    margin: 1rem 0.5rem; }
    #footer ul li {
      display: inline-block;
      margin-left: -0.4rem;
      padding-right: 0.5rem;
      padding-left: 0.5rem;
      line-height: 1rem;
      border-right: solid 0.1rem #666; }
    #footer ul li:first-child {
      margin-left: 0;
      padding-left: 0; }
    #footer ul li:last-child {
      padding-right: 0;
      border: 0; }
  #footer .copyright {
    margin-top: 1rem;
    color: #666; }
  #footer > p:last-child {
    background: url("/asset/img/sprites.png") no-repeat -240px -91px;
    margin: 2rem auto 0;
    width: 16rem;
    height: 1.7rem; }
    #footer > p:last-child span {
      display: none; }

.footer {
  background-color: #f7f7f7;
  border-top: solid 0.1rem #ddd;
  margin: 0;
  padding-bottom: 10px; }
  .footer > div {
    background-color: #f7f7f7; }

h3.byol {
  color: #900; }

input[type="text"]:disabled {
  color: #ccc;
  font-style: italic; }

#search-suggestions {
  position: absolute;
  color: #000;
  background-color: #fff;
  border-style: none solid solid;
  border-width: 0px 0.1rem 0.1rem;
  border-color: #ccc;
  display: none;
  cursor: pointer;
  z-index: 1001; }
  #search-suggestions .suggestion-item {
    padding: 0.25rem; }
  #search-suggestions .selected-suggestion {
    background-color: #d8d8d8; }

.as-table {
  display: table; }
  .as-table > * {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top; }
  .as-table .img-responsive {
    width: 100%; }

.attributes {
  word-wrap: break-word; }
  .attributes hr {
    margin: 1rem 0; }
    .attributes hr:first-child {
      margin-top: 0; }
  .attributes > div > p:first-child {
    font-weight: bold;
    text-align: right; }

.container {
  max-width: 960px;
  background: #fff; }

.content {
  padding: 1.2rem 0 3rem;
  background-color: #fff; }

.continue {
  width: 100%; }

.free-tier {
  background: url("/asset/img/sprites.png") no-repeat -61px -133px;
  width: 10.3rem;
  height: 1.5rem; }
  .free-tier span {
    display: none; }

.free-trial {
  background: url("/asset/img/sprites.png") no-repeat -61px -148px;
  width: 5.8rem;
  height: 1.5rem; }
  .free-trial span {
    display: none; }

.highlight {
  background-color: #f1f1f1; }
  .highlight > headers:first-child {
    margin-top: 0;
    padding-top: 0; }

.main-message a {
  font-weight: bold; }

.popover {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem; }
  .popover .popover-title {
    font-weight: bold; }

.tooltip-inner {
  z-index: 10000;
  padding: 1.5rem;
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  border: solid 0.1rem #ccc;
  border-radius: 0.5rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  color: #000;
  max-width: 40rem;
  text-align: left; }

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100); }

.tooltip-arrow {
  visibility: hidden; }

.pre-wrap {
  white-space: pre-wrap; }

.pricing-matrix table {
  margin-top: 1.3rem;
  font-size: 1.1rem; }

.pricing-matrix.hourly tr td:last-child {
  font-weight: bold; }

.pricing-matrix.hourly tr:hover td:nth-child(3) {
  background-color: #f5f5f5; }

.pricing-matrix.annual thead tr:first-child th {
  font-size: 1.3rem;
  text-align: center; }

.pricing-matrix.annual thead tr:first-child > :first-child {
  background-color: #fff;
  border-right: solid 0.1rem #000; }

.pricing-matrix.annual tr > :nth-child(2), .pricing-matrix.annual tr > :last-child {
  border-right: solid 0.1rem #000; }

.pricing-matrix.annual tr:hover td:nth-last-child(-n+2) {
  background-color: #f5f5f5; }

.product-carousel {
  min-height: 21.5rem; }

.taxes {
  margin: 0 0 0.1rem;
  font-style: italic;
  color: #008577; }
  .taxes.pricing-box-taxes {
    margin: 1rem 0 0; }

.underlined-links a:hover {
  color: #049;
  text-decoration: underline; }

.volumes {
  margin-bottom: 1rem; }
  .volumes li {
    padding-left: 1rem; }
  .volumes ~ p {
    margin-bottom: 1rem;
    line-height: 1.5rem;
    font-size: 1.1rem; }

.with-border {
  margin: 1rem 0; }

