/**
 * 台数DB画面 印刷設定
 */
/** 検索条件の印刷時レイアウト崩れ対応 */
.select-annual-label, .select-year-range-label, .mode-label{
    clear : both;
    width : 100% !important;
    border-bottom: 1px solid #ccc
}
.select-annual-radio, .select-year-range-pull, .mode-select{
    border-left: none;
    width : 100% !important;
}

/** 台数DBグラフはサイドメニューが存在しないので、左寄せを戻す */
#number_graph {
    margin-left : 180px;
}

/** 台数DBグラフ凡例のfloatを解除 */
.graph-legends {
    clear : both;
}