.app-nav {
  margin: 0 !important;
}
#apps-promo {
  background: #fff no-repeat 95% 100%;
  background-image: url(../../img/apps/promo.png), linear-gradient(#e4f5fb, #fff 50px);
  background-image: url(../../img/apps/promo.png), -webkit-linear-gradient(#e4f5fb, #fff 50px);
  -moz-background-size: 43% auto, auto;
  -wekbkit-background-size: 43% auto, auto;
  background-size: 43% auto, auto;
  float: none;
}
#apps-promo p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  width: 75%;
}
#apps-promo h2 {
  font: 32px/32px MetaBlack;
  text-transform: uppercase;
}
.html-rtl #apps-promo {
  background-position: 0 100%;
}
.html-rtl #apps-promo p {
  width: 53% !important;
}
#apps-learn {
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  display: table;
  margin-bottom: 15px;
  padding: 0;
}
#apps-learn h3 {
  font: italic 18px Georgia, serif;
}
#apps-learn h3 + p {
  margin-top: 0.5em;
}
#apps-learn div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  min-width: 33%;
  padding: 14px;
  width: 33%;
}
#apps-learn .dev,
#apps-learn .adventure {
  border-left: 1px solid #ccc;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
#apps-learn .user {
  background: #def;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#def), to(#fff));
  background-image: linear-gradient(#def, #fff);
  background-image: -webkit-linear-gradient(#def, #fff);
  border-radius: 5px 0 0 5px;
}
#apps-learn .user h3 {
  color: #003b77;
}
#apps-learn .dev {
  background: #ffe;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffe), to(#fff));
  background-image: linear-gradient(#ffe, #fff);
  background-image: -webkit-linear-gradient(#ffe, #fff);
}
#apps-learn .dev h3 {
  color: #888800;
}
#apps-learn .adventure {
  background: #fee;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fee), to(#fff));
  background-image: linear-gradient(#fee, #fff);
  background-image: -webkit-linear-gradient(#fee, #fff);
  border-radius: 0 5px 5px 0;
}
#apps-learn .adventure h3 {
  color: #880000;
}
.html-rtl #apps-learn .user {
  border-radius: 0 5px 5px 0;
}
.html-rtl #apps-learn .adventure {
  border-radius: 5px 0 0 5px;
  border: 0;
}
.html-rtl #apps-learn .dev {
  border-right: 1px solid #ccc;
}
/* Move the HTML5 iframe for installation on top of the
 * thank you modal */
#myappsTrustedIFrame {
  z-index: 2002 !important;
}
.inner-modal-error h2,
.inner-modal-error p {
  color: #C00000;
}
.inner-modal-error p {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
}
