/******************************************************************************/
/* clearfix */

#DevicesList li:before,
#DevicesList li:after {
    content: " ";
    display: table;
}

#DevicesList li:after {
    clear: both;
}

#DevicesList li {
    *zoom: 1;
}

/******************************************************************************/

#DevicesList li .device {
	float: left;
}

#DevicesList li .ipAddress {
	float: right;
}

#DevicesList li .ipAddress.ipMissing:before {
	/*content: attr(data-title);
	color: #400;*/
}

#DevicesList li .ipAddress:not(.ipMissing):before {
	content: attr(data-title) " ";
	color: #555;
}
