﻿.row
{
    padding: 4px 0 4px 0;
}

.column-left 
{
    float: left;
    width: 49%;
}
.column-right
{
    float:right;
    width:49%;
}

.clear-float
{
    clear: both;
}
.simWidth
{
    margin: auto;
    width: 100%;
}

.simWidth td
{
    text-align:center;
    margin: auto;
    vertical-align:top;
    width: 25%;
}

.suggest-text-menu
{
    background: #fff;
    width: 90%;
    border: none;
    padding: 2px 5px 2px 5px;
    white-space: nowrap;
}

.warning 
{
    color: #ff0000;
    font-weight: bold;
}

.genushybrid-style, specieshybrid-style
{
    font-family: Sans-Serif;
}

.genus-style
{
    font-style:italic;
}

.species-style
{
    font-style: italic;
    text-transform: lowercase; 
}

.subspecies-style
{
    font-style: italic;
    text-transform: lowercase; 
}
.subspecies2-style
{
    font-style: italic;
    text-transform: lowercase;
}
.group-style
{

}
.infrarank-style
{
    text-transform: lowercase; 
}
.infrarank2-style
{
    text-transform: lowercase;
}
.tradename-style
{
    text-transform: uppercase;
}
.back
{
    text-align:right;
}
.input-text
{
    width:95%;
}