img.promo-main {
    margin-bottom: 2em;
}

.intro .g-content {
    position: relative;
}
.intro .bkg-pic {
    width: 100%;
}
#main .landing-promo h1 {
    color: #fff;
    /*font-size: 2.3em; see main-home.css*/
}
.landing-promo {
    overflow-y: hidden;
}
#main .landing-promo a {
    color: #fff;
}
#main .landing-promo p {
    color: #CDC0F4;
    font-size: 113%;
}
.intro .pure-button-primary {
    /*margin-top: 1em;*/
}
#rest-api ul {
    margin: 0;
    padding: 0;
}


/* api section */
/* Sample Responses */
.yql-link {
    text-align: right;
}
#rest-api .content-subhead {
    margin-top: 0;
}
#main .sample-want ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
#main .sample-want li {
    width: 90%;
    display: inline-block;
    position: relative;
    line-height: 1.8em;
    min-height: 1.8em;
    padding: 0;
    margin-bottom: 0.3em;
}
.sample-want li a {
    display: inline-block;
    line-height: 1.2em;
    height: 100%;
    width: 91%;

}
#main .sample-want .selected {
    display: inline-block;
    padding: 0;
}
.sample-want .selected:after {
    content: "";
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 40px;
    background: url(https://s.yimg.com/oo/cms/products/site/assets/images/select-arrow-tall_fa8ad7646.png) no-repeat scroll right;
}
.sample-want .selected div {
    border: solid 1px #324FE1;
    margin-left: -10px;
    padding-left: 10px;
    border-radius: 2px;
}
.sample-want li div {
    border: solid 1px transparent;
    padding-top: 0.2em;
}
.sample-want a {
    width: 100%;
}

.sample-response .pure-form .pure-radio {
    display: inline;
    margin-right: 2em;
}
.sample-response label {
}


.response-container {
    position: relative;
}
.response-btn-container {
    margin: 0 0 0.2em;
    width: 100%;
}
.response-btn-container a.pure-button {
    color: #7D7D7D;
}

.sample-response textarea {
    width: 100%;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
}
.response-raw {
    height: 14em;
}
.response-raw-short {
    height: 10em;
}
.sample-response #endpoint {
    width: 100%;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
}
.yql-help {
    position: relative;
    bottom: 2px;
    border: solid 1px #85a4cb;
    color: #85a4cb;
    margin-left: 1em;
    display: inline-block;
    vertical-align: middle;
    border-radius: 7.5px;
    height: 13px;
    width: 13px;
    text-align: center;
    line-height: 1.23em;
    cursor: pointer;
    font-size: 70%;
}
.yql-label:hover .yql-help {
    background-color: #85a4cb;
    color: #fff;
}
/* Hide overlay markup while loading, if js is enabled */
.yui3-js-enabled .yui3-overlay-loading {
    top:-1000em;
    left:-1000em;
    position:absolute;
}
#yql-overlay {
    background-color: #182d45;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
    padding: 2em 2.5em 2em 2em;
    font-size: 80%;
    color: #fff;
    line-height: 1.5em;
    border-radius: 2px;
}
#yql-overlay .overlay-close {
    position: absolute;
    top: 3px;
    right: 4px;
    cursor: pointer;
    font-size: 200%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE 8 */
    filter: alpha(opacity=40); /* IE 5-7 */
    opacity: 0.4; /* Good browsers */
    font-weight: bold;
    /* using a string "+" rotated 45% for and x */
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
    cursor: pointer;
}
#query {
    width: 100%;
    color: #55D155;
    font-size: 125%;
    font-weight: 300;
}

/* User logos */
#main .users ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.users img {
    max-width: 40%;
    max-height: 95px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE 5-7 */
    opacity: 0.5; /* Good browsers */
}
.users img, .users .v-cent {
    display: inline-block;
    vertical-align: middle;
}
.users .v-cent {
    height: 100px;
}
#main .users {
    text-align: center;
}
#main .users .head-left {
    text-align: left;
}

/* Steps */
.steps .g-content {
    position: relative;
    margin: 1.4em 1.4em 1.4em 4.45em;
}
.g-content .step-num {
    background-color: #404090;
    color: #FFFFFF;
    display: inline-block;
    font-size: 130%;
    font-weight: 300;
    left: -2.2em;
    line-height: 1.7em;
    position: absolute;
    text-align: center;
    top: 0em;
    width: 1.6em;
}
.step-num.wild {
    background: url("https://s.yimg.com/oo/cms/products/site/assets/images/sprite_icons_23d0a8fcf.png") no-repeat scroll 7px -40px #404090;
    background-size: 62%;
}
.step-two .pure-radio {
    display: inline;
    margin-right: 1em;
}
.step-two textarea {
    display: block;
    width: 100%;
}

pre {
  border: 1px solid #E6E6E6;
  background-color: #fff;
  margin: 0;
}

textarea.code {
    padding: 0.4em;
    height: 10em;
}
.get-key-group {
    margin-top: 1em;
}

@media (min-width: 48em) {
    .users img {
        max-width: 70%;
        max-height: 95px;
    }
    #yql-overlay .overlay-close {
        display: none;
    }
    #yql-overlay {
        padding: 1.7em;
    }
}

    .get-key-group {
        margin-top: 1em;
    }
