.article-summary-table tbody {
}

.version-current-header {
    font-weight: bold;
}

.article-detail {
    background-color: white;
    padding: 25px;
}

.article-detail-lbl {
    text-align: right;
}

.row {
    margin-top: 3px;
    margin-bottom: 3px;
    vertical-align: middle;
}

.article-summary-table {
    padding: 5px;
    border-top: 1px solid lightgrey;
}

.article-summary-table tr:nth-child(2n+2) {
    background-color: #efefef;
}

.article-summary-table td {
    border: 1px solid lightgrey;
}

.article-summary-table th {
    color: lightgrey;
}

.article-invalid {
    font-weight: bold;
}

.article-status-circle {
    border-radius: 50%;
    font-size: 18px;
    color: white;
    width: 25px;
    height: 25px;
}

.article-status {
    text-align: center;
    width: 5%;
    padding-top: 3px;
}

.article-detail-form {
    margin-top: 0px;
    margin-bottom: 30px;
}

.arrow-back {
    border: 2px solid lightgrey;
    color: lightgrey;
    font-size: 26px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    padding-top: 2px;
    padding-left: 3px;
}

.article-edit {
    text-align: center;
    width: 45px;
}

.article-detail-title {
    font-size: 24px;
    font-weight: bold;
}

.article-detail-subtitle {
    font-size: 18px;
    font-weight: bold;
}

.article-form-section {
    border: 1px solid lightgrey;
    padding: 15px;
    padding-left: 0;
    margin-top: 5px;
    margin-bottom: 25px;
}

.article-form-input {
    padding: 3px;
    border: 1px solid lightgrey;
}

.article-form-date-input {
    padding-right: 5px;
}

.article-form-select {
    max-width: 80%;
}

.article-version {
    border: 1px solid lightgrey;
    margin-bottom: 10px;
}

.article-version-valid {

}

.article-version-invalid {
    border: 1px solid red;
}

.article-version-header {
    border-bottom: 1px solid lightgrey;
}

.article-version-header-valid {
    background-color: #efefef;
    padding-left: 20px;
    line-height: 50px;
}

.article-version-header-invalid {
    background-color: #f2d5c7;
    padding-left: 20px;
    line-height: 50px;
}

.article-version-inverse {
    background-color: #efefef;
    padding-left: 20px;
    line-height: 50px;
}

.article-version-delete {
    margin: 10px;
    line-height: 20px;
}

.article-version-duplicate {
    margin: 10px;
    line-height: 20px;
}

.article-version-error {
    display: inline;
    margin-left: 80px;
}

.article-btn {
    border: 1px solid #bebebe;
}

.article-save {
    background-color: #535353;
    color: white;
}