ul.uploadList > li {
    padding: 0.5em;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 16px;
    font-weight: bold;
    color: #B60974;
}

ul.uploadList {
    list-style: disc outside;
    padding-left: 20px;
}
ul.uploadList > li:not(:first-of-type) {
    padding-top: 0.5em;
}
.footer-menu-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1em;
}
.footer-menu-container .menu {
    padding: 0 1em;
}
.footer-menu-container .menu a, .footer-menu-container .menu a:hover {
    color: #ffffff;
    text-decoration: none;
}
.modal {
    background-color: rgba(1,1,1,0.6);
}

.amendments {
    flex-direction: column;
}
.amendments .correctionsContainer ul {
    width: 100%;

}
.correction-table-container .correction {
    margin-bottom: 1em;
}
.correction-table-container .correction .creation-date {
    font-weight: bold;
}
.amendments .form-row {
    width: 100%;
}

.amendments .form-row textarea {
    width: 100%;
    padding: 0.5em;
    border: 1px solid #000000;
    border-radius: 12px;
}

.form-row input {
    line-height: 70px;
    height: 70px;
    padding: 0 15px;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

#dodajReformat, .usunReformat {
    background: #B60974; padding: 5px 10px; height: 70px;line-height: 68px; border: 0;
    border-radius: 12px;
    font-size: 24px;
    color :#ffffff;
    margin-left: 10px;
}

.singleReformat {
    display: flex!important;
    margin-top: 20px;
}

.singleReformat .reformatSize {
    width: 200px;
}

.singleReformat button {
    height: 40px;
    font-weight: bold;
    line-height: 34px;
}

#reformatClone {
    display: none!important;
}

