@font-face {
    font-family: 'antic_didoneregular';
    src: url('fonts/anticdidone-regular-webfont.woff2') format('woff2'),
         url('fonts/anticdidone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body
{
    font-family: "antic_didoneregular", "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
}

a
{
    color: #000000;
    font-style: italic;
    text-decoration: none;
}

blockquote
{
    font-family: Baskerville, Georgia, serif;
    padding: 20px;
}

#logo
{
    max-height:50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 18px;
}

#header
{
    padding: 20px 10px 10px 10px;
}

#content
{
    overflow: auto;
    padding-bottom: 150px;
}

.selected
{
    font-weight: bold;
}

.groupcontainer
{
    float: left;
    padding: 10px;
    clear:both;
    background-color: #CCCCCC;
    width:100%;
}

.groupname
{
    float:left;

    clear:both;
}

.imgcontainer:hover
{
    border: 2px solid #000;
}

.imgcontainer
{
    background-color: #000000;
    width: 166px;
    height: 166px;
    float: left;
    margin: 5px;

    position: relative;
}

.imgentry
{
    position: absolute;
    max-width: 100%;
    max-height: 100%;

    top:50%;
    left:50%;

    transform: translate(-50%, -50%);
}

#splash
{
    position:fixed;
    top: 45%;
    left: 50%;
    width:28em;
    height:28em;
    margin-top: -14em;
    margin-left: -14em;
}

#spash-header
{
    max-width:100%;
}

#splash-header-table
{
    width: 100%;
    table-layout: fixed;
    text-align: center;
    font-style: italic;
}

#card
{
    max-width:100%;
    max-height:100%;
}