.editor .nav-sidebar .meta {
    border: 1px solid #ccc;
    margin-left: -1px !important;
    width: 100% !important;
    min-height: 300px;
}

.meta.discussion, .meta.others {
    padding: 1rem;
}

.meta.discussion h6 {
    margin-block: auto;
}

.meta.others .details-history,
.meta.others .details-other-locales {
	margin: 1rem 0 -0.5rem 0;
}

.meta.others .summary-history,
.meta.others .summary-other-locales {
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.meta.others .sidebar-div-others-history-content {
	margin-left: 0.5rem;
}

.meta.others .translations {
    width: 100%;
}

.meta.others #translation-history-table thead tr th {
    font-size: 0.9rem;
    font-weight: 500 !important;
}

.meta.others #legend > div {
    margin-top: 0.5rem;
}

.meta.others ul {
    list-style: none;
}

.meta.others span.locale.unique {
    margin-right: 0.5rem;
}

.meta.others .other-locales .locale {
    display: inline-block;
    padding: 1px 6px 0 0;
    margin: 1px 6px 1px 0;
    background: #00DA12;
    width: 5em;
    text-align: right;
    float: left;
    color: #fff;
}

.sidebar-div-others-other-locales-content > ul {
	padding-left: 1rem;
}

.meta.others .sidebar-other-locales {
    margin: 0.1rem .5rem;
}

.editor .nav-sidebar {
    float: left;
    width: 35%;
    margin: 0;
    padding: 0;
}

.warning {
    margin-right: 1rem !important;
}
.sidebar-tabs {
    margin: 0;
    padding: 0;
}

ul.sidebar-tabs {
    margin-bottom: 0;
}

.sidebar-tabs > li {
    background: #eee;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    margin: 0 1px 0 0;
}
.sidebar-tabs li.current {
    background-color: transparent;
    margin: 0 0 -1px -1px;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

.meta h3 {
    display: none !important;
}

.meta.discussion .comment-respond{
    padding: 0 1rem;
}

.meta.discussion .optin-message-for-each-discussion {
    padding: 0 1rem 1rem 1rem;
}
