/* 旧レイアウトの要素をそれなりに見せるためのCSS */
.form .width-1 {
    width: 10px;
}
.form .width-2 {
    width: 20px;
}
.form .width-3 {
    width: 30px;
}
.form .width-4 {
    width: 40px;
}
.form .width-5 {
    width: 50px;
}
.form .width-6 {
    width: 60px;
}
.form .width-7 {
    width: 70px;
}
.form .width-8 {
    width: 80px;
}
.form .width-9 {
    width: 90px;
}
.form .width-10 {
    width: 100px;
}
.form .width-12 {
    width: 120px;
}
.form .width-16 {
    width: 120px;
}
.form .width-20 {
    width: 180px;
}
.form .width-30 {
    width: 240px;
}
.form .width-50 {
    width: 350px;
}
.label { cursor: pointer }

.selected_document {
    font-weight: bold;
}
.no_selected_document {
    color: #cccccc;
}
