

body {
    background: #fff;
}

header {
    background: #fff;
    -webkit-box-shadow: 0px 7px 9px 0px rgba(201,201,205,1);
    -moz-box-shadow: 0px 7px 9px 0px rgba(201,201,205,1);
    box-shadow: 0px 7px 9px 0px rgba(201,201,205,1);
    height: 48px;
}

header h1 {
    max-width:505px;
}

#twitter_button_container a {
    color: #fff;
    font-size: 2px;
}


#twitter_button_container {
    width: 178px;
    height: 22px;
    float: right;
    position: relative;
    margin-top: 14px;
    line-height: 20px;
}

#container {
    background: #EFEFF4;
}

#content {
    max-width: 100%;
    margin-top: 10px;
}

#content h3 {
    font-size: 16px;
}

.pullquote_buttons {
    max-width:505px;
    margin: 0 auto;
    margin-bottom: 40px;
    height: 40px;
    text-align: center;
}

    .pullquote_buttons a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .pullquote_buttons div {
        vertical-align: top;
    }

    .pullquote_buttons div:hover {
        opacity: .7;
    }

.button_chrome {
    width: 136px;
    height: 40px;
    display: inline-block;
    background: url("/static/img/Button_Download_for_Chrome.png") no-repeat 0 0;
}

.button_appstore {
    width: 136px;
    height: 42px;
    display: inline-block;
    background: url("/static/img/Button_Download_Appstore.png") no-repeat 0 0;
    position: relative;
    top: -2px;
}
.button_bookmarklet {
    text-indent: -99999px;
    vertical-align: text-bottom;
    width: 136px;
    height: 56px;
    display: inline-block;
    background: url("/static/img/Button_Download_Bookmarklet.png") no-repeat 0 0;
    position: relative;
    top: -16px;
}

.button_bookmarklet a {
    text-indent: -99999px;
}

.hero-unit .btn.btn-primary.btn-bookmarklet {
  color: #fff;
  width: 8em;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#04c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
  background-image: -webkit-linear-gradient(top,#08c,#04c);
  background-image: -o-linear-gradient(top,#08c,#04c);
  background-image: linear-gradient(to bottom,#08c,#04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.bookmarklet_button {
    
}

.hero-unit {
        position: relative;
        background-color: #fff;
        max-width: 505px;
        margin: 0 auto;
        border-radius: 0px;
        -webkit-box-shadow: 7px 15px 12px 1px rgba(201,201,205,1);
        -moz-box-shadow: 7px 15px 12px 1px rgba(201,201,205,1);
        box-shadow: 7px 15px 12px 1px rgba(201,201,205,1);
        padding: 0px;
    }
    .hero-unit h1 {
        font-size: 2.0em;
        font-weight: 300;
        font-family: "Bitter";
        line-height: 1.3em;
        width: 80%;
        padding: 30px;
        margin: 0 auto;
    }

    .hero-unit p {
        margin: 2em 0 0;
    }

    .hero-unit ul {
        margin: 0 auto;
        width: 80%;
        list-style-type: none;
        font-size: 14px;
    }

    .hero-unit li {
        text-align: left;
        margin-bottom: 0.5em;
        line-height: 21px;
    }

    .hero-unit li:before {
        content: "*";
        font-size: 2em;
        font-weight: bold;
        text-indent: -0.8em;
        position: absolute;
        float: left;
        margin-top: 0.22em;
    }

    .hero-unit .notice {
        margin: 0 auto;
        width: 80%;
        padding: 20px 0 70px 0;
        font-size: 14px;
        line-height: 22px;
        text-align: justify;
    }

    .hero-unit .btn:first-child {
        margin-right: 2em;
    }

    .hero-unit .btn {
        background: #f5f5f5 url() no-repeat .55em center;
        box-shadow: 0 0 0 rgba(0, 30, 100, .45);
        padding-left: 2.5em;
        text-align: left;
        width: 5em;
        transition: all .1s ease-in;
    }
        .hero-unit .btn:hover {
            background-color: #fbfbfb;
            box-shadow: 0 0 6px rgba(0, 30, 100, .15);
            text-shadow: 0 0 1px rgba(255, 255, 255, .15);
        }

        .btn.chrome {
            background-image: url("../img/button-chrome.png");
        }
        .btn.bookmarklet {
            background-image: url("../img/button-bookmarklet.png");
        }

    .hero-unit sup {
        display: inline-block;
        height: 0.2em;
        line-height: 0.75em;
        padding: .3em;
        top: -.3em;
    }

    .hero-unit #asterisk {
        border-radius: .5em;
        display: inline-block;
        font-size: 1em;
        margin-top: 4em;
        padding: .5em 1em;
    }
    .hero-unit #asterisk.highlighted {
        background: rgba(0, 105, 150, .2);
    }


.video_wrapper {
    margin: 5em auto 0;
    position: relative;
    padding-bottom: 65.25%;
    height: 0;
}
    .video_wrapper + .video_wrapper {
        margin-top: 2em;
    }
    .video_wrapper iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

body > footer {
    background: #fff;
    color: #000;
    font-size: .85em;
    opacity: .85;
    padding: 2.1em 0 1em;
    text-align: center;
    max-width: 640px;
}

    body > footer div {
        color: #08c;
        float: none;
        position: static;
        font-size: 1.5em;
        font-weight: normal;
        margin-bottom: 20px;
    }

    body > footer a,
    body > footer a:hover {
        color: #08c;
    }

@media screen and (max-width: 640px) {
    .pullquote_buttons {
        height: auto;
        width: 360px;
        margin: 0 auto;
        position: relative;
        top: 10px;
    }
    .pullquote_buttons div {
        width: 110px;
    }
    .pullquote_buttons div {
        background-size: 100%;
    }
    .button_chrome, .button_appstore{
        margin-right: 11px;
    }
    .button_bookmarklet {
        top:-13px;
    }
    #content {
        padding:0;
    }
    .hero-unit h1 {
        font-size: 1.8em;
    }
    body > footer {
        padding: 0;
    }
    #container {
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 40em) {
}
@media screen and (max-width: 30em) {
}

@media screen and (max-width: 20em) {
}


@media screen and (max-height: 625px) {
}
@media screen and (max-height: 475px) {
}
@media screen and (max-height: 400px) {
}
@media screen and (max-height: 353px) {
}
