.organization-id {
    width: 10%;
}

.organization-name {
    width: 35%;
    text-align: left;
}

.organization-address {
    width: 30%;
    text-align: left;
}

.organization-contacts {
    width: 35%;
    text-align: left;
}

.commands-table {
    height: auto;
}

.commands-photo {
    width: 15%;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: flex-start;
}

.commands-photo img {
    width: 85%;
    height: auto;
}

.commands-name {
    width: 30%;
    text-align: left;
    font-family: "Merriweather";
}

.commands-short-description {
    width: 55%;
    text-align: left;
    font-family: "Roboto";
}

.invisible {
    display: none;
}

.online-date {
    width: 20%;
}

.online-name {
    width: 80%;
}

.prezidium-fio {
    width: 25%;
    text-align: left;
}

.prezidium-date {
    width: 20%;
}

.prezidium-dolzh {
    width: 30%;
}

.prezidium-info {
    width: 25%;
    text-align: left;
}

.commetee-name {
    width: 100%;
    text-align: left;
}

/* .commetee-description {
    width: 70%;
    text-align: left;
} */

.commetee-photo-header {
    width: 30%;
}

.commetee-photo {
    width: 30%;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: flex-start;
}

.commetee-photo img {
    width: 85%;
    height: auto;
}

.commetee-table {
    height: auto;
}

.commetee-position {
    width: 60%;
    text-align: left;
    padding-left: 20px;
}

.document-table-info .commetee-name {
    padding-left: 20px;
}

.document-table-info .prezidium-fio {
    padding-left: 20px;
}

.document-table-info .organization-name {
    padding-left: 20px;
}

/* .document-table-info .commetee-description {
    padding-left: 20px;
} */