
#clg_detail_main_wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    font-weight: normal;
    font-size: 0.9em;
}

#clg_detail_container, #clg_detail_discussion {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0;
}

#clg_detail_discussion, #clg_detail_discussion {
    margin: 0 0 0 0.8em;
    flex-grow: 1;
}

#clg_detail_container > .table_detail, #clg_detail_discussion > .table_detail {
    margin: 0 0 0.8em 0;
}







/* Specific code for the table in this particular page */

.changelogInfo_targetTable {
    width: 21em;
}

.changelogInfo_targetTable .versioncible a {
    padding-left: 1em;
}


.testerQuickEditForm td {
    padding: 0;
}
.testerQuickEditForm .instructions {
    margin: 0.5em 0 0 0;
    text-align: center;
    opacity: 0.3;
}

.testerQuickEditForm .form {
    display: none;
    margin: 1em;
}
.testerQuickEditForm .form form {
    min-width: auto;
}

.testerQuickEditForm:hover .form {
    display: flex;
    justify-content: center;
}








@media (max-width: 899px) {
    #clg_detail_main_wrapper {
        flex-direction: column;
    }

    #clg_detail_discussion {
        margin: 0;
        flex-grow: 1;
    }

    #clg_detail_container > .table_detail {
        margin: 0 0 0.8em 0;
    }
}

