/******************************************************************************/
/* Widths */

body.PCView .Bo-table-2columns {
	width: 340px !important;
}

body.iPhoneView .Bo-table-2columns {
	width: 270px !important;
}

/******************************************************************************/
/* Lines breaking */

body.PCView .Bo-table-2columns td:first-child {
	word-break: keep-all;
}

.Bo-table-2columns td:not(:first-child) {
	word-break: break-all;
}

/******************************************************************************/
/* Specials */

#deviceName ,
#SSID {
	white-space: pre-wrap;
}
