#main_content
{
    margin-top: 60px;
}


label {
    font-weight: normal;
}

.error-page {
    margin: 30px;
    font-size: 150%;
}


.limited {
    width: auto !important;
    display: inline;
}

.form_label { margin: 15px; }
.form_data { margin: 15px; }

.check_mark { font-size: 150%; }

.form-label { padding-top: 5px; padding-right: 10px; }


.tree-open {
    display: inline-block;
}

.tree-closed {
    display: none;
}

textarea.form-control {
    height: auto !important; /* Allow the height to be determined by content/rows */
    /* Often, just `height: auto !important;` is enough to make `rows` work */
}