/*--------------------------------------------------------------------------*\
	Container of controls (input, label, unit etc.)
\*--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------*\
	    In a table
\*--------------------------------------------------------------------------*/

table .control {
    /*box*/
    margin-bottom: 0 !important;
}

/*--------------------------------------------------------------------------*\
	    Input list
\*--------------------------------------------------------------------------*/

.control--input-list{
    /*box*/
    margin-bottom: 0px !important;
}