﻿/* 化合物詳細閲覧画面 */
div#compound-detail-view {
    margin: 8px;
}

/* 化合物詳細閲覧画面 100px幅の列 */
div#compound-detail-view th.w100 {
    width: 100px;
}

/* 化合物情報表示テーブルのラベル列 */
table#compound-table td.label-column {
    padding-right: 5px;
}

/* 化合物情報表示テーブルのセル。折り返さない */
table#compound-table td {
    white-space: nowrap;
}