﻿#api .buttons button {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #4E106F;
    border-color: #4E106F;;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    margin-bottom: .3125rem;
    font-size: .875rem;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow,transform;
    line-height: 1.25;
    border-radius: 1rem;
    font-family: inherit;
    padding: .46875rem 1rem;
}

#api input:focus {
    outline: none;
}

#api input {
    display: block;
    width: 100%;
    font-size: 1rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
    margin-top: .3rem;
    margin-bottom: .3rem;
    background: no-repeat bottom,center 100%;
    background-size: 0 100%,100% 100%;
    border: 0;
    transition: background 0s ease-out;
    padding-left: 0;
    padding-right: 0;
    background-color: #e8f0fe !important;
    background-image: none !important;
    border-radius: 0;
    box-shadow: none;
}

#api div#attributeList ul {
    list-style: none;
    padding-left: 0;
}

#api label {
    font-size: .75rem;
    color: rgba(0, 0, 0, 0.54);
    margin-bottom: 0;
}

#api .error.itemLevel.show {
    font-size: .875rem;
}

#api .intro {
    font-size: 1.5rem;
    font-family: Poppins;
}

#api a.helpLink.tiny {
    font-size: .7rem;
    display: none;
}
