* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    background-color: #0D0F21;
    background-color: #EDEEEF;
}
body {
    -webkit-text-size-adjust: 100%;
    color: #666;
    font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, san-serif;
    font-size: small;
    font-weight: 100;
    margin: 0;
    padding: 0;
    text-align: center;
}
img {
    -webkit-touch-callout: none;
    border: none;
}
p {
    margin: 0;
    padding: 0;
}
.credit a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid transparent;
    color: #666;
    margin: 0;
    padding: 0;
    text-decoration: none;
    transition: all 300ms;
}
.credit a:hover {
    border-bottom: 1px solid #666;
}
.wrapper {
    background-color: white;
    border-radius: .5em;
    box-shadow: 0 0 3px gray;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: relative;
    transition: opacity 1s;
}
.photo-success .wrapper {
    opacity: 1;
}
.go-to-album {
    text-align: left;
}
.go-to-album, .credit, .sticky-branding {
    padding: 1em;
}
.photo > img {
    display: block;
}
.share-widget {
    position: absolute;
    right: 1em;
    text-align: right;
    top: 1em;
}
.share-widget .share-button button {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    color: #666;
    margin: .4em;
    outline: none;
    padding: 1em;
}
.share-widget .share-palette {
    background-color: white;
    border-radius: .25em;
    box-shadow: 0 0 8px black;
    margin: 1.9em -.5em 0 0;
    opacity: .65;
    padding: .5em .5em 0.3em .5em;
    transition: opacity 300ms;
}
.share-widget .share-palette:before {
    border: .7em solid rgba(0, 0, 0, 0);
    border-bottom-color: white;
    content: ' ';
    display: block;
    height: 0;
    right: .5em;
    position: absolute;
    top: 1.8em;
    width: 0;
}
.share-widget.closed .share-palette {
    opacity: 0;
}
.share-widget .share-palette a {
    display: inline-block;
}
.share-widget .share-palette a img {
    height: 36px;
    width: auto;
}
.share-widget .share-palette a.sms {
    display: none; /* hide this until sms js is working */
}
/*.no-touch .share-widget .share-palette a.sms {
    display: none;
}
*/
.sticky-branding {
    opacity: .25;
    position: absolute;
    text-align: center;
    transition: opacity 300ms;
    width: 100%;
}
.sticky-branding:hover {
    opacity: 1;
}
