.highlight {
    all: unset; /* すべてのプロパティをリセット */
}

.urlfield input {
    width: 80% !important; /* または希望する具体的な幅 */
}

.show_syllabus table, .show_syllabus td, .show_syllabus th, added_field p{
padding:1em;
line-height: 1.5em;
font-size: large;
}

a.disabled{ pointer-events: none; color:#000;}
span.disable-links {
    pointer-events: none;
}
.disable-links a{ color:#000; }