﻿/* The styles for the photo list accordion. */

.GermanName
{
    float: left;
    width: 330px;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
    display: block;
}

.SingleGermanName
{
    float: left;
    width: 660px;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
    display: block;
}

.LatinName
{
    float: left;
    width: 340px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
    display: block;
}

.ExampleButton
{
    text-align: center;
    margin-bottom: 10px;
    height: 50px;
}

.ExampleDescription
{
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Fix for hiding scroll bars */
#PhotoListItems > div
{
    overflow: hidden;
}