﻿table#editExportItem
{
    font-size: 0.7em;    
}

table#editExportItem input[type=text]
{
    width: 100%;
}

table#exportedPublishersTable
{
    font-size: 0.8em;
    margin-top: 2em;
}

th#statusCode
{
    width: 5em;
}

th#prefixType
{
    width: 3em;
}

th#prefix
{
    width: 10em;
}

th#name
{
    width: 12em;
}

th#countryCode
{
    width: 5em;
}

th#addressLine1
{
    width: 7em;
    
}

th#addressLine2
{
    width: 6em;
}

th#addressLine3
{
    width: 3em;
}

th#addressLine4
{
    width: 3em;
}

th#adminName
{
    width: 10em;
}

th#adminPhone, th#alternatePhone
{
    width: 10em;
}

th#adminFax, th#alternateFax
{
    width: 8em;
}

th#adminEmail, th#alternateEmail
{
    width: 5em;
}

th#alternateContactType
{
    width: 3em;
}

th#alternateContactName
{
    width: 8em;
}


th#website
{
    width: 5em;
}


th#imprint
{
    width: 2em;
}

div#exportResultsContainer
{
    overflow: auto;
}


#exportButton
{
    float: right;
}
