﻿body {
}

div.detailRow
{
    float:left;
    clear:both;
    width: 100%;
    margin: 0px 0px 2px 0px;
    border-bottom: dotted 1px #401e13;    
}
    
    div.detailType
    {
        float:left;
        font-weight:bold;
        width: 30%;
        color: #274e37;
    }
    
        
    div.detailContent
    {
        float:left;
        width: 50%;
    }
    
    
    div.detailButtons
    {
        float:left;
        width:100%;
        text-align:right;
    }
    
    div.detailRow ul.specieList
    {
    	margin: 0px 0px 0px 10px;
    	padding: 0px 0px 0px 10px;
    }
