@charset "utf-8";
/* CSS Document */

/* アラートパネル内の表 */

.table-in-the-panel {
	color: #000;
}

.table-in-the-panel td {
	background-color: #fff;
}


/* tdの折り返し禁止 */
td.nowrap {
	white-space: nowrap;
}