/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* app */

html, body {
    background-color: #EEE;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container {
    padding: 1em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

h3 {
    font-size: 1.5em;
    line-height: 1.5em;
}

a {
    color: #4183C4;
    text-decoration: none;
}

p {
    line-height: 1.2em;
}

.photo-panel {
    background: #FFF;
    box-sizing: border-box;
    border: thin solid #222;
    display: inline-block;
    padding: 1rem;
    margin: 0 1em 1em 0;
    width: 15em;
}

.photo-image {
    background-image: url("../img/silhouette.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    height: 12em;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.photo-image a {
    line-height: 11.5em;
    display: inline-block;
    vertical-align: middle;
}

.photo-details:first-child {
    margin-top: 1em;
}

.photo-details {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

p.photo-details {
    margin: 0;
}

.error, .loading {
    text-align: center;
}

.error h2, .loading h2 {
    font-size: 1.5em;
}

@media (max-width: 400px) {
    .photo-panel {
        width: 100%;
    }
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none;
}
