body {
    font-size: 16px;
}

form[name=appbundle_letter] div {
    margin: 20px 0;
}

textarea {
    width: 1000px;
    height: 300px;
    display: block;
}

label {
    display: block;
}

td, th {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 3px;
}

td ul {
    padding: 0;
}

td li {
    list-style: none;
}

table {
    border-collapse: collapse;
}

input.input-long {
    width: 600px;
    font-family: monospace;
    font-size: medium;
}

textarea.short {
    height: 150px;
}

archaizm, koniec, koperta-nadawca, koperta-odbiorca {
    display: none;
}

.dopisek {
    color: gray;
    font-style: italic;
}

i {
    font-style: italic;
}

kiedy-gdzie {
    display: block;
    width: 75%;
    max-width: 60em;
    text-align: right;
}

komentarz {
    color: black;
    background-color: #ADD8E6;
    cursor: pointer;
}

miejsce {
    color: green;
}

.nieczytelne, .niepewne {
    color: red;
}

osoba {
    color: darkorchid;
}

podpis {
    display: block;
    margin-left: 20em;
}

.poprawka {
    color: black;
    background-color: lightgray;
}

.watpliwosc {
    background-color: #FFCF9E;
}

.poprawka-oryg {
    color: red;
}

.rysunek {
    color: gray;
}

skreslenie {
    text-decoration: line-through;
}

.stopka {
    margin-left: 10em;
}

uwaga {
    background-color: yellow;
}

.format {
    background-color: #e6ffcc;
}

.page-header {
    margin-top: 90px;
}

.bottom-buffer {
    margin-bottom: 15px;
}

@media (min-width: 1200px) {
    .container-wide {
        width: 100%;
    }
}

.table-hover>tbody>tr.danger>td {
    background-color: #ffd6d2;
    color: #2c3e50;
}

.table-hover>tbody>tr.danger:hover>td {
    background-color: #ffb5ae;
    color: #2c3e50;
}

.modal-dialog-large {
    width: 90%;
}

.letter-images-img-center {
    margin: 0 auto;
    display: block;
}

#letter-images {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#letter-images li {
    margin: 3px 3px 3px 0;
    padding: 1px;
    float: left;
    width: 220px;
    height: 220px;
    font-size: 4em;
    text-align: center;
}

.tooltip > .tooltip-inner {
    color: black;
    background-color: #ceff99;
}

.tooltip-arrow {
    border-top-color: #ceff99;
}

.black-border {
    border: 1px solid black;
}

.popover-underline {
    border-bottom: 1px dashed #2c3e50;
}