/* General. */
div .ehla-url-wrapper {
    word-wrap: break-word;
    display: table;
    table-layout: fixed;
    width: 100%;
}
/* Judging page. */
#ehlaSurveyInstructions .ehla-survey-instructions-td-left {
    width: 20%;
    font-weight: bold;
}
#ehlaSurvey textarea {
    width: 100%;
}
#ehlaSurvey .ehla-survey-td-left {
}
#ehlaSurvey .ehla-survey-td-right {
    min-width: 280px;
}
#ehlaSurvey label {
    display: inline-block;
}
#ehlaSurvey .ehla-survey-na {
    margin-right: 10px;
}

/* Judge Editor */
#ehlaSyncJudges {
    margin-top: 30px;
    margin-bottom: 30px;
}
