code, pre, pre * {
  font-family: Menlo, Monaco, Courier, monospace;
}

code, pre {
  font-size: .9em;
}

.card {
    background-color: #ccc;
}

.card .x-docking-inner .x-body {
    padding: 1em 5%;
}

.card .x-innerhtml {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    color: rgba(0,0,0,.4);
    text-shadow: rgba(255,255,255,.2) 0 1px 0;
    padding:  10px;
}

.x-phone .card .x-innerhtml {
    font-size: 18px;
}

.buttons {
  background-color: #ccc;
}

.launchscreen {
  background-color: #eee;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

.launchscreen > div {
  width: 530px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #666;
  text-shadow: #fff 0 0 25px;
}

.launchscreen h1 {
  letter-spacing: -1px;
  font-size: 26px;
  font-weight: bold;
  color: #000;
}

.launchscre span {
  color: #999;
}

.cards > .x-component-body h1 {
  margin-bottom: 18px;
  font-size: 72px;
  line-height: 80px;
}
.cards > .x-component-body p {
  margin-bottom: 18px;
}

.card1 {
    background-color: #eee;
}
.card2 {
    background-color: #5E99CC;
}
.card3 {
    background-color: #759E60;
}
.card4 {
    background-color: #9C744F;
}
.card5 {
    background-color: #926D9C;
}
.card6 {
    background-color: #333;
}

.card4,
.card5,
.card6 {
    color: #FFF;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px;
}

#touchdemo > .x-panel-body {
  padding: 20px;
}

#touchpad {
  text-align: center;
  vertical-align: middle;
  font-size: 48px;
  padding-top: 30px;
  -webkit-border-radius: 30px;
  border: 8px dashed #eee;
  color: #ccc;
  font-weight: bold;
  background-color: rgba(255,255,255,.8);
}

.x-phone #touchpad {
  font-size: 21px;
}

.x-tablet #touchpad {
  margin: 20px;
}

#touchinfopanel {
  border-right: 1px solid #000;
  background-color: #eee;
}

#touchinfopanel .x-toolbar-metal {
  height: 30px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

#touchinfopanel .x-toolbar-metal .x-toolbar-title {
  line-height: 30px !important;
  font-size: 16px;
  text-shadow: rgba(0,0,0,.5) 0 -1px 0;
}

.x-tablet .x-nested-list,
.x-desktop .x-nested-list {
  border-right: 1px solid #000;
}

.x-tablet #ext-nestedlist-1 .x-list-inner .x-list-item:last-child,
.x-desktop #ext-nestedlist-1 .x-list-inner .x-list-item:last-child {
  overflow: visible;
}
.x-tablet #ext-nestedlist-1 .x-list-inner .x-list-item:last-child:after,
.x-desktop #ext-nestedlist-1 .x-list-inner .x-list-item:last-child:after {
  content: "\00a0";
  position: absolute;
  bottom: -80px;
  margin-bottom: 20px;
  left: 110px;
  width: 30px;
  height: 43px;
  background-image: url(../img/sencha_small.png);
}

.overlay .x-panel-body {
  background-color: #5E99CC;
  padding: 80px 0 !important;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: rgba(0,0,0,.4);
  text-shadow: rgba(255,255,255,.2) 0 1px 0;
  background-color: #ccc;
  padding: 100px 15%;
}

#showSourceWrap {
  border-top: 1px solid #ccc;
  padding: 10px;
}

#showSourceButton {
  width: 100%;
}

.demos-loading {
  background: rgba(0,0,0,.3) url(../../../resources/shared/loading.gif) center center no-repeat;
  display: block;
  width: 10em;
  height: 10em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5em;
  margin-top: -5em;
  -webkit-border-radius: .5em;
  color: #fff;
  text-shadow: #000 0 1px 1px;
  text-align: center;
  padding-top: 8em;
  font-weight: bold;
}

.x-tablet .demo-weather {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
}

.x-tablet .day {
  -webkit-box-flex: 1;
}

.demo-weather {
  padding: 1em;
}

.demo-weather .day {
  background-color: #c5c5c5;
  color: rgba(0,0,0,.5);
  text-shadow: #fff 0 1px 0;
  margin-bottom: 1em;
  text-align: center;
  -webkit-border-radius: 15px;
  border-bottom: 1px solid #999;
  padding: 15px;
}
.demo-weather .day:last-child {
  margin-bottom: 0;
}

.x-phone .day {
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-orient: horizontal;
}

.x-phone .day .date, .x-phone .day .temp {
  -webkit-box-flex: 1;
  text-align: center;
}

.feedflare {
  display: none !important;
}

.x-tablet .day img {
    display: block;
    margin: 0 auto;
}
.temp {
    display: block;
    margin: 20px 0;
    font-size: 48px;
    line-height: 40px;
}

.temp_low {
    display: block;
    font-size: 26px;
    color: rgba(30,30,30,.5);
}

.date {
    margin: 10px 0 5px;
    font-size: 11px;
    font-weight: bold;
}

span.loading {
  display: inline-block;
  background: rgba(0,0,0,.1);
  padding-top: 100px;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  color: rgba(0,0,0,.5);
  text-shadow: rgba(255,255,255,.3);
  font-size: 32px;
}

.x-tablet .demo-list > .x-panel-body,
.demo-picker > .x-panel-body {
  background-color: #494949;
}

.x-tablet .demo-list .x-list-outer,
.demo-picker .x-picker {
  border: 1px solid #3A3A3A;
  background-color: #f7f7f7;
}

.x-simulator-thumb {
    width: 40px;
    height: 40px;
    background: #EEE;
    -webkit-border-radius: 20px;
    -webkit-box-shadow: 0px 0px 4px #555;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
}

.x-simulator-thumb.pressed {
    background: #FF6600;
}

.x-tablet .x-simulator-popup .x-panel-body { font-size: 120% }

.theme_choice img {
    vertical-align: middle;
}

.myAudio-outer {
    text-align: center;
    background-color: #6A466F;
}

.myAudio {
    position: relative;
}

.myAudio audio {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    width: 100%;
}

.ux-code {
  background: #fff;
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}

.ux-code-comment { color: #777; font-style: italic; }
.ux-code-string { color: #99BD3A; }
.ux-code-comment > .ux-code-string { color: #777; }
.ux-code-number { color: #2F88DE; }
.ux-code-operator { color: #aaa; }
.ux-code-keyword { color: #dd7522; }
.ux-code-function { color: #f3c55f; }
