@font-face {
    font-family: 'league';
    src: url('/fonts/leaguespartan-bold.woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'charter';
    src: url('/fonts/charter/charter_regular-webfont.eot');
    src: url('/fonts/charter/charter_regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/charter/charter_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'charter';
    src: url('/fonts/charter/charter_bold-webfont.eot');
    src: url('/fonts/charter/charter_bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/charter/charter_bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'charter';
    src: url('/fonts/charter/charter_italic-webfont.eot');
    src: url('/fonts/charter/charter_italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/charter/charter_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'charter';
    src: url('/fonts/charter/charter_bold_italic-webfont.eot');
    src: url('/fonts/charter/charter_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/charter/charter_bold_italic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}


html,
body {
    margin: 0;
    padding: 0;
    background: #F3F3F3;
    min-height: 100%;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 24px;
}

#container {
    max-width: 414px;
    margin: auto;
    background: #fff;
    height: 100%;
    position: relative;
}

.lessons-page #content {
    padding-top: 30px;
}

.enroll-button {
    margin-top: 40px;
}

.lesson-section-rule {
    border-top: 1px solid #EAEAEA;
    width: 100%;
    margin-top: 50px;
    height: 0;
}

.lesson-kicker {
    width: 100%;
    margin-left: 20px;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.1px;
}

.lesson-kicker span {
    /*background-color: #8EBAF2;*/
    color: #609AE4;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 3px;
    margin-right: 7px;
    display: inline-block;
    /*float: right;*/
}


#content {
    min-height: 800px;
}


#content table {
    border-collapse: collapse;
    width: 100%;
}

#content th {
    text-align: left;
}

#content th:first-child {
    padding-left: 18px;
}

#content td:first-child {
    padding-left: 18px;
}

#content table tr:nth-child(even) {
    background-color: #f2f2f2;
}


#container h1,
#container p,
#container h3,
#container h2,
#container h4 {
    margin-left: 20px;
    margin-right: 20px;
}

.inset {
    margin-left: 18px;
    margin-right: 18px;
}

header {
    background: #609AE4;
    min-height: 87px;
    position: relative;
}

header #header-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-bottom: 10px;
}

header #branding {
    font-family: -apple-system, "Helvetica Neue", "Lucida Grande";
    font-weight: 800;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-left: 18px;
    padding-bottom: 12px;
    position: absolute;
    bottom: 0;
}

header #branding a,
header #branding a:visited {
    color: #fff;
}

header #tagline {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 23px;
    max-width: 200px;
    text-align: right;
    padding-right: 16px;
    padding-bottom: 5px;
    float: right;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tipsVideo {
    padding-top: 12px;
}

.tipsVideo iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 375px;
    height: 440px;
}

.quiz-answer {
    width: 40%;
    float: left;
    padding-left: 5%;
}

.quiz-answer img {
    width: 100%;
}

.promo-excerpt {
    background-color: #E4E9ED;
    padding-bottom: 10px;
    padding-top: 2px;
    border-radius: 3px;
}

.promo-white {
    background-color: #ffffff;
    margin-top: 60px;
    margin-bottom: 40px;
}

.promo-excerpt p {
    font-size: 0.9em;
    margin-top: 0;
}

h3.promo-hed {
    font-family: 'league', sans-serif;
    text-transform: none;
    font-size: 19px;
}

.promo-excerpt h3 {
    margin-top: 15px;
    margin-bottom: 0px;

}

.badges {
    float: left;
    position: absolute;
    margin-top: 20px;
    margin-left: 10px;
}

#content img {
    max-width: 100%;
}

#content .inset-chord,
img.inset-chord {
    margin-left: 40px;
    margin-right: 50px;
}

#content .chord-half {
    margin-left: 100px;
    margin-right: 120px;
}

.badges img {
    width: 110px;
    margin-bottom: 10px;
}

.hp_phones img {
    width: 200px;
}

.hp_phones {
    position: relative;
    float: right;
    margin-top: -20px;
    margin-bottom: -8px;
    margin-right: 8px;
    z-index: 100;
}

.nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
}

.nav div a {
    /* Q&A: */
    font-family: HelveticaNeue-CondensedBlack,
        /*Android*/
        sans-serif-condensed,
        /*Fallback*/
        Arial;
    font-weight: 900;
    font-size: 18px;
    color: #609AE4;
    letter-spacing: 0;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
}

.nav div:nth-child(1) {
    margin-left: 16px;
}

.nav div:nth-child(5) {
    margin-right: 16px;
}

.nav div a.selected {
    background: #609AE4;
    color: #fff;
}

.top-spacing {
    height: 30px;
}

.medium-space {
    height: 40px;
}

h1 {
    font-family: 'league', sans-serif;
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.4em;
    margin-top: 0;
}

#mc-embedded-subscribe {
    min-height: 50px;
    min-width: 220px;
    font-weight: 700 !important;
    font-family: 'Open Sans', sans-serif !important;
    ;
    background-image: linear-gradient(-180deg, #6794D3 0%, #6DA1D7 100%);
    border-radius: 5px !important;
    font-size: 16px !important;
    margin-top: 20px !important;
}

#email-octopus-form-submit {
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 10px;
    padding-bottom: 10px;

    background-image: linear-gradient(-180deg, #6794D3 0%, #6DA1D7 100%);
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif !important;
    ;
    color: #fff;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin-left: 0 !important;
}

.big-blue-button {
    border: 0;
    font-weight: 700;
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 12px;
    padding-bottom: 12px;
    cursor: pointer;
    background-image: linear-gradient(-180deg, #6794D3 0%, #6DA1D7 100%);
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif !important;
    ;
    color: #fff;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin-left: auto;
    margin-right: auto;
}

.email-octopus-form-wrapper {
    margin-left: 20px;
    margin-right: 20px;
}

.emailoctopus-form-row-consent {
    margin-bottom: 1em;
    margin-bottom: 15px;
    margin-top: 30px;
    margin-left: 22px;

}

.emailoctopus-form-row-consent label {
    vertical-align: top;
    font-weight: normal !important;
    margin-left: 8px !important;
}

div.emailoctopus-form-wrapper.emailoctopus-form-default.null label {
    font-weight: bold;
    font-size: 0.9em;
    margin-left: 20px;
    margin-top: 30px;
    display: block;
    padding-bottom: 20px;
}

.email-octopus-form-row input {
    width: 90% !important;
    margin-left: 0 !important;
}

.email-octopus-form-row button {
    cursor: pointer !important;
}


.email-octopus-form-wrapper h2 {
    font-size: 20px;
    margin: 0 0 25px
}

.email-octopus-form-row {
    margin-bottom: 15px
}

.email-octopus-form-row label {
    display: block
}

.email-octopus-form-row input {
    width: 100%;
    max-width: 400px;
    padding: 8px;
    height: 32px;
    border: 1px solid #ccc
}

.email-octopus-form-row-consent {
    margin-top: 20px
}

.email-octopus-form-row-consent label {
    vertical-align: top
}

.email-octopus-form-row-subscribe {
    margin-top: 20px
}

.emailoctopus-form-row-subscribe button {
    margin-left: 20px;
    margin-top: 30px;
}

button {
    display: inline-block;
    border: none;
    padding: 1rem 2rem;
    margin: 0;
    text-decoration: none;
    background: #0069ed;
    color: #ffffff !important;
    font-family: sans-serif;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out, 
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    background: #0477BF;

}

button:hover, button:focus {
    background: #034AA6;

}

button:focus {
    outline: 1px solid #fff;
    outline-offset: -4px;
}

button:active {
    transform: scale(0.99);
}

.emailoctopus-form-row-hp {
    position: absolute;
    left: -5000px
}

.email-octopus-error-message {
    color: #e74c3c
}

.email-octopus-referral,
.email-octopus-rewards {
    margin-top: 20px
}

.lessons-page h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #333333;
    letter-spacing: 0;
    line-height: 37px;
    margin-bottom: 8px;
}

.lessons-page h2 {
    margin-top: 48px;
}

.lessons-page h2 span {
    background-color: #8EBAF2;
    color: #fff;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 3px;
    margin-right: 7px;
    display: inline-block;
    /*    -webkit-box-shadow: 1px 3px 2px 0px rgba(0,0,0,0.34);
    -moz-box-shadow: 1px 3px 2px 0px rgba(0,0,0,0.34);*/
    /*box-shadow: -1px 1px 3px 0px rgba(0,0,0,0.584);*/
}


h1.error {
    margin-top: 60px;
}

p {
    /* Can you make a guita: */
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.4em;
}

ul li {
    margin-right: 20px;
    padding-top: 10px;
}

.inlesson-signup-promo {
    padding-top: 20px;
    padding-bottom: 40px;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    background-color: #f6f6f6;
    text-align: center;
    margin-top: 40px;
}

.lesson-cta-button {}

a.lesson-cta-button {
    background-image: linear-gradient(-180deg, #6794D3 0%, #6DA1D7 100%);
    border-radius: 5px;
}

.lesson-cta-button:hover {}

.lessons-page p,
.lessons-page li {
    font-size: 20px;
    line-height: 1.5em;
}

div.lesson-instructors {
    background-color: #EFEFEF;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    margin-top: 40px;
}

.lesson-instructors h2 {
    margin-top: 0;
}

.instructor-lockup {
    clear: both;
    margin-bottom: 30px;
}

.instructor-lockup-image {
    float: right;
}

.instructor-lockup-image img {
    width: 85px;
    margin-left: 14px;
    margin-right: 20px;
}

.instructor-lockup-text p {
    line-height: 1.3em;
    font-size: 18px;
}

p .subcaps {
    font-size: 15px;
}

h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin-left: 16px;
    margin-right: 16px;
    text-transform: uppercase;
    margin-top: 30px;

}

.photo-fullBleed {
    margin-top: 20px;
}

.photo-fullBleed img {
    width: 100%;
    max-width: 100%;
}

.photo-inset {
    margin-top: 20px;
}

.photo-inset img {
    width: 100%;
}

.credit {
    font-family: 'Open Sans';
    font-size: 12px;
    color: #B2B2B2;
    letter-spacing: 0px;
    text-align: right;
    margin-right: 16px;
}

.youtube-embedFull {
    margin-top: 50px;
    margin-bottom: 40px;
}

.youtube-embedFull iframe {
    width: 100%;
    min-height: 300px;
}

.youtube-embedFull .user {
    /* SignalSnowboard: */
    font-family: "Open Sans", sans-serif;
    margin-top: 5px;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
}

.youtube-embedFull .title {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    margin-top: 12px;
}

.kicker,
h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.1px;
    line-height: 24px;
}

ul.checks {
    list-style-image: url('/media/lesson-check-turquoise.svg');
}

ul.checks li {
    padding-left: 7px;
    margin-bottom: 16px;
}

.icon-lockup-group {
    margin-bottom: 30px;
}

.icon-lockup svg {
    float: left;
    margin-left: 20px;
    margin-right: 12px;
    padding-top: 5px;
    width: 30px;
    clear: both;
}

.icon-lockup-text {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #333333;

    display: inline-block;
}

h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #5a5a5a;
    line-height: 1.4em;
    margin-top: 10px;
    margin-bottom: 40px;
}

h2 div {
    font-size: 15px;
    margin-bottom: 10px;
    letter-spacing: 0.1px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 0;

}

.lessons-page h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
}

h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 40px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 22px;
}

h4 em {
    font-size: 16px;
    display: block;
    float: right;
    margin-right: 2px;
}

.dek {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 22px;
    color: #6A6A6A;
    line-height: 35px;
    margin-bottom: 40px;
}

.sharePlease {
    /* Did you find this ar: */
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    margin-top: 70px;
}

.endRule {
    width: 70%;
    max-width: 240px;
    border-top: 1px solid #979797;
    margin-bottom: 14px;
}

.shadow-rule {
    width: 100%;
    position: absolute;
    top: 0;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.18);
    height: 4px;
}

.reverse-shadow-rule {
    width: 100%;
    position: absolute;
    bottom: 0;
    /*box-shadow: inset 0px 2px 2px rgba(0,0,0,0.18);*/
    height: 4px;
}

#footer {
    position: relative;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #F3F3F3;
    color: #6A6A6A;
}

#footer .footer-blurb {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 30px;
}

#footer .footer-cta {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 23px;
    margin-top: 60px;
}

.partial-rule {
    border-bottom: 1px solid #D6D6D6;
    margin-right: 18px;
    margin-left: 18px;
    height: 1px;
}

.full-rule {
    border-bottom: 1px solid #D6D6D6;
    margin-right: 0;
    margin-left: 0;
    height: 1px;
}


#breadcrumbs {
    margin-left: 16px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #4990E2;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

a:link {
    color: #373737;
    text-decoration: none;
}


/* visited link */

a:visited {
    color: #373737;
}


/* mouse over link */

a:hover {
    color: #6A6A6A;
}


/* selected link */

a:active {
    color: #373737;
}

p a,
#footer a {
    color: #333;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #ACACAC;
}

ul li a {
    text-decoration: underline !important;
}

footer a:visited,
p a:visited {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #ACACAC;
}

#breadcrumbs div {
    padding-right: 10px;
}

.youtube-embedSmall {
    margin-top: 22px;
    margin-bottom: 18px;
    margin-left: 16px;
    display: flex;
    flex-direction: row;
}

.youtube-embedSmall .poster {
    margin-top: 5px;
    width: 135px;
    min-width: 135px;
}

.youtube-embedSmall .poster img {
    width: 100%;
}

.youtube-embedSmall .video-meta {
    margin-right: 16px;
    margin-left: 10px;
}

.youtube-embedSmall .kicker {
    font-size: 14px;
    margin-bottom: 0;
}

.youtube-embedSmall .user {
    font-family: "Open Sans", sans-serif;
    margin-top: 5px;
    font-style: italic;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 24px;
}

.youtube-embedSmall .title {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 22px;
    margin-top: 2px;
}

.pullquote {
    font-family: "Open Sans";
    font-size: 24px;
    color: #6A6A6A;
    letter-spacing: 0;
    line-height: 1.3em;
    text-align: center;
    margin-left: 35px;
    margin-right: 45px;
    margin-top: 45px;
    margin-bottom: 45px;
}

.pullquote .attribution {
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 15px;
    color: #373737;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 20px;
}

.clear {
    clear: both;
}

.inline-help {
    font-size: 0.8em;
    line-height: 1.3em;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    color: #656565;
}

.inline-help strong {
    color: #333;
}

.help-hidden strong {
    text-decoration: underline;
    color: #656565;
    display: block;
    text-align: center;
    cursor: pointer;
}

.help-hidden .help-child {
    display: none;
}

div#performer-credit {
    border-top: 1px solid #ccc;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 38px;
    padding-top: 4px;
}

#performer-credit p {
    font-size: 0.8em;
    line-height: 1.2em;
    color: #656565;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

#performer-credit a {
    color: #656565;
}

.hp-title {
    /* Millions of people l: */
    font-family: "league", sans-serif;
    font-weight: 700;
    font-size: 31px;
    color: #373737;
    letter-spacing: 0;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 22px;
}

.hp-dek {
    /* Play guitar better, Copy: */
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 23px;
    color: #6A6A6A;
    letter-spacing: 0;
    line-height: 32px;
    margin-top: 45px;
}

.hp-big-phone {
    float: right;
    margin-left: 20px;
}

.hp-module {
    padding-bottom: 40px;
    position: relative;
}

.hp-feature-title {
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
    margin-left: 20px;
    margin-top: 0px;
}

.info-box {
    display: flex;
    flex-direction: row;
    margin-bottom: 34px;
}

.info-box p {
    margin-top: 2px;
}

.midpage-appstore {
    margin-top: 45px;
    margin-bottom: 42px;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
}

.knockout {
    background: #f3f3f3;
}

.midpage-appstore-knockout {
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
}

.midpage-appstore p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #1A432D;
    letter-spacing: 0;
}

.midpage-phone .title {
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 20px;
    color: #373737;
    letter-spacing: 0;
    line-height: 24px;
    padding-top: 90px;
    padding-bottom: 12px;
}

.midpage-phone .description {
    /* Go from nothing to p: */
    font-family: "Open Sans";
    font-size: 16px;
    color: #6A6A6A;
    letter-spacing: 0;
    line-height: 24px;
}

.ribbon {
    background: #f3f3f3;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ribbon .review {
    /* Chordbank ★★★★★: */
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #494949;
    letter-spacing: 0;
    line-height: 19px;
    white-space: normal;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin-top: 28px;
    margin-bottom: 30px;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 18px;
    padding-bottom: 20px;
    max-width: 100%;
    background: #ffffff;
}

.ribbon .review .title {
    font-weight: 700;
}

.ribbon .review .username {
    margin-bottom: 7px;
}

.hidden {
    display: none;
}

.index-cell {
    margin-top: 22px;
    margin-bottom: 28px;
}

.cell-thumb {
    float: left;
}

.cell-thumb img {
    width: 100px;
    border: 1px solid #D8D8D8;
}

.ml_thumb {
    margin-left: 120px;
}

.cell-title {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 17px;
    color: #373737;
    letter-spacing: 0px;
    line-height: 28px;
}

.cell-subtitle {
    font-family: "Open Sans";
    font-size: 17px;
    color: #6A6A6A;
    letter-spacing: 0px;
    line-height: 25px;
    margin-top: 2px;
}

.copyright {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 9px;
    color: #494949;
    background: #f3f3f3;
    padding-top: 60px;
    padding-bottom: 60px;
}

.list-partial-rule {
    border-bottom: 1px solid #D6D6D6;
    margin-right: 16px;
    margin-left: 16px;
    height: 1px;
}


input[type=text],
input[type=url],
input[type=email],
input[type=password],
input[type=tel],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    margin: auto;
    padding: 10px;
    width: 85%;
    /*height: 40px;*/
    /*line-height: 40px;*/
    font-size: 17px;
    border: 1px solid #bbb;
}

textarea {
    min-height: 200px;
    margin-top: 20px;
}

.btn {
    width: 90%;
    margin: auto;
    display: block;
    margin-top: 20px;
    border: none;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    background: #609AE4;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.btn:hover {
    background: #3cb0fd;
    text-decoration: none;
}


/* iPhone 5 */

@media only screen and (max-device-width: 320px) {

    h1,
    .hp-title {
        font-size: 28px;
        line-height: 1.2em;
    }

    .badges {
        margin-top: 12px;
    }

    .badges img {
        width: 100px;
        margin-bottom: 0px;
    }

    .hp_phones img {
        width: 150px;
    }

}

span.easy,
span.solo-help {
    color: #6DCF56;
    font-size: 22px;
}

span.solo-help {
    color: #9B8DFA;
}

.footnote {
    font-size: 12px;
}

.footnote span.icon,
.footnote span.icon {
    font-size: 12px;
}

ul.songlist {
    margin: 0;
    padding: 0;
}

ul.songlist li {
    list-style: none;
    display: block;
    ;
    max-width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    margin-left: 16px;
    margin-right: 16px;
}

ul.songlist li:nth-child(odd) {
    background-color: #f6f6f6;
}

.chordTable {
    margin-bottom: 20px;
}

.flexTable {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 14px;
    margin-right: 14px;
}

.chordRow {
    border-bottom: 1px solid #9B9B9B;
    overflow: hidden;
    margin-bottom: 8px;
    max-height: 140px;
}

.chordRow div {
    text-align: center;
    font-style: italic;
    font-size: 12px;
    color: #901623;
    width: 100%;
}

.chordTableAttribution {
    color: #9B9B9B;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 15px;
    color: #9B9B9B;
    letter-spacing: 0.1px;
    line-height: 24px;
}

.chordTableAttribution .appLink {
    font-size: 13px;
    font-weight: normal;
}

.chordTableAttribution a {
    text-decoration: underline;
}

.top-10 {
    margin-top: 10px !important;
}

.unknown-layout-obj {
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    background: #f6f6f6;
}

.chopro {
    background: #f6f6f6;
    padding: 20px;
    font-size: 18px;
    line-height: 1.6em;
    margin: 10px 16px 0px 16px;
}

.snippet {
    margin-top: 30px;
    margin-bottom: 45px;
}

.chopro span {
    background: #679EE4;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    padding-left: 10px;
    padding-right: 12px;
    padding-bottom: 2px;
    padding-top: 2px;
    border-radius: 30px;
    margin-left: 4px;
    margin-right: 4px;
}

svg {
    display: block;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.progression-table {
    display: block;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.diagram-name {
    display: block;
    font-weight: 600;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.annotated-keyboard svg {
    max-width: 300px;
}

.refer {
    display: block;
    margin: 4px 16px 14px 16px;
}

a.refer {
    text-decoration: underline;
    font-weight: 600;
}

ol li {
    margin-left: 12px;
    margin-right: 22px;
    padding-bottom: 16px;
    padding-right: 10px;
}

.chord-refer {
    width: 100%;
    max-width: 100%;
    clear: both;
}

.chord-refer-rule {
    margin-left: 20px;
    margin-right: 20px;
    border-top: 1px solid #DEDEDE;
}

.refer-kicker {
    /* HOW TO PLAY: */
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #333333;
    letter-spacing: 0.1px;
    padding-top: 16px;
    padding-bottom: 0px;
    margin-left: 20px;
}

.refer-image {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    /*margin-bottom: 12px;*/
}

.refer-image img {
    width: 60px;
}

.refer-left-image {
    float: left;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 10px;
    /*margin-bottom: 12px;*/
}

.refer-left-image img {
    width: 80px;
}

.refer-left-kicker {
    /* HOW TO PLAY: */
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 13px;
    color: #333333;
    letter-spacing: 0px;
    padding-top: 11px;
    margin-left: 20px;
}

.refer-left-title {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0px;
    margin-left: 20px;
    padding-bottom: 18px;
}


strong.theory-warning {
    font-size: 0.8em;
    text-transform: uppercase;
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #CAB84F;
    color: #fff;
}

.refer-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0px;
    margin-left: 20px;
    padding-bottom: 18px;
}

.background-branding-image {
    visibility: hidden;
    position: absolute;
}

.mobile-only {
    display: block;
}

.desktop-only {
    display: none;
}

/* ----------- 1024 ----------- */

@media screen and (min-width: 1024px) {
    .desktop-only {
        display: block;
    }

    .mobile-only {
        display: none;
    }


    #container {
        max-width: 800px;
        box-shadow: 0px 0px 5px #888888;
        z-index: 10;
    }

    .partial-rule {
        border-bottom: 1px solid #D6D6D6;
        margin-right: 16px;
        margin-left: 16px;
        height: 1px;
        visibility: hidden;
    }

    header #tagline {
        visibility: hidden;
    }


    .background-branding-image {
        visibility: visible;
        z-index: 5;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        padding-left: 20px;
        width: 1100px;
        padding-top: 57px;
    }

    header {
        visibility: none;
        min-height: 80px;
        background: #fff;
    }

    header #branding {
        margin-top: 30px;
        color: #333;
        margin-left: 30px;

    }

    header #branding a,
    header #branding a:visited {
        color: #333;
    }

    .hp_phones img {
        width: 120px;
    }

    .hp_phones {
        width: 120px;
        margin-right: -140px;
    }

    .hp_tagline {
        margin-top: 10px;
        padding-left: 6px;
        width: 150px;
        color: #a7a7a7;
    }

    .badges {
        float: right;
        position: absolute;
        margin-top: 210px;
        margin-left: 826px;
    }

    #content {
        max-width: 414px;
        margin-left: 280px;
        position: relative;
        z-index: 1000;
        margin-top: -70px;
    }

    .lessons-page #content,
    .lessons-page #footer {
        margin-left: auto;
        margin-right: auto;
        padding-top: 40px;
        margin-top: 0;
        max-width: 500px;
    }

    .hp-big-phone {
        padding-top: 10px;
        padding-bottom: 8px;
        border-right: 1px solid #ccc;
    }

    .nav {
        position: absolute;
        display: flex;
        flex-direction: column;
        width: auto;
        margin-left: 20px;
        margin-top: 18px;
        padding-bottom: 14px;
    }

    .nav div a {
        /* Q&A: */
        font-family: "Open Sans", sans-serif;
        /* Home: */
        font-size: 18px;
        color: #70A3E9;
        letter-spacing: 0;
        font-weight: 500;
        margin-bottom: 30px;
        color: #609AE4;
        padding-left: 10px;
        padding-right: 10px;
        text-decoration: none;
        text-align: left;
        border-radius: 3px;
    }

    .nav div:nth-child(1) {
        margin-left: 0;
    }

    .nav div:nth-child(4) {
        /*margin-right: auto;*/
    }

    .nav div a.selected {
        background: #fff;
        color: #70A3E9;
    }

    .shadow-rule {
        box-shadow: none;
        /*border-bottom: 1px solid #ccc;*/
    }

    #footer {
        max-width: 414px;
        margin-left: auto;
        margin-right: auto;
        background: #fff;
    }

    .copyright,
    .knockout,
    .ribbon {
        background: #fff;
    }

}