#categoryform
{
    display: inline-block;
    width: 400px;
}

#categoryform input[type="text"]{
    width:280px;
}
#categoryform dt
{
    display: inline-block;
    padding-top: 8px;
    vertical-align: top;
    width: 120px;
}

#categoryform dd
{
    width:200px;
    display: inline-block;
    margin:5px;
}

#categoryform .category-da-note-edit
{
    width: 280px;
    height: 110px;
}

#categoryform dd .number
{
    width:50px;
    text-align:right;
}


#nutrientsEditTable td:first-of-type {
	max-width: 150px;
}