#content h2 {
    padding-bottom: 15px;
    font-family: Tahoma, sans-serif;
}
.article{
    color: #000;
    text-align: justify;
    font-size: 14px;
}
.article a {
    color: #448446;
    font-weight: bold;
    text-decoration: underline;
}
.article a:hover {
    color: #9E0B0E;
}
.article ul {
    padding-left: 15px;
}
.article td {
    padding: 0 5px 0 5px;
    text-align: left;
}
#content a {
    /*text-decoration: none;*/
}
#content #newsmain ul {
    list-style-type: none;
    padding-left: 5px;
}
#content #newsmain li {
    padding-left: 15px;
    background: url('../images/arrowRed.gif') no-repeat left center;
    line-height: 19px;
}
#content #newsmain a {
    color: #111;
    font: bold 11px Tahoma, sans-serif;
}
#content #newsmain a:hover {
    color: #9E0B0E;
}
#content #newsmain em {
    color: #79b07b;
    font: italic 11px Georgia,serif;
}
#content #newsmain .more {
    padding-bottom: 15px;
    text-align: right;
}
#content #newsmain .more a {
    padding-left: 15px;
    background: url('../images/arrowRed.gif') no-repeat left center;
    color: #448446;
    font-weight: normal;
}

#content #category {
    padding: 20px 0 0 20px;
    background-color: #e5f1f8;
    float: right;
}
#content #category ul {
    list-style-type: none;
}
#content #category .clear {
    float: left;
    padding-bottom: 40px;
}
#content #category .box {
    float: left;
    width: 310px;
    margin-right: 25px;
    padding-top: 3px;
}
#content #category .orange {
    border-top: 3px solid #f29400;
}
#content #category .blue {
    border-top: 3px solid #3078a6;
}
#content #category .green {
    border-top: 3px solid #448446;
}
#content #category .red {
    border-top: 3px solid #C10B0B;
}
#content #category .purple {
    border-top: 3px solid #6F0293;
}
#content #category .lightgreen {
    border-top: 3px solid #74A035;
}
#content #category h3 {
    padding: 10px 0;
}
#content #category h3 a {
    font-family: Tahoma, sans-serif;
    color: #000;
}
#content #category h3 a:hover {
    color: #9E0B0E;
}
#content #category li {
    padding: 2px 0 5px;
    border-bottom: 1px solid #c0cdd1;
}
#content #category li a {
    padding-left: 15px;
    font-size: 11px;
    color: #535459;
    background: url('../images/arrowRed.gif') no-repeat left center;
}
#content #category li a:hover {
    color: #9E0B0E;
}
#content p {
    text-align: justify;
}
#content p a {
    text-decoration: underline;
}

#content p a.przycisk {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    align-items: flex-start;
    cursor: default;
    font-weight: normal;
    color: #FFF;
    background-color: #448446;
    min-width: 120px;
    margin: 0 auto;
    padding: 3px;
}
#content p a.przycisk:link, a.przycisk:visited {
}

/* style komunikatów o błędzie i poprawnym zapisie */
.zapisano_poprawnie {
    background-color: lightgreen;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 3em;
    border: 2px solid green; 
    margin-bottom: 5px;
}
.blad_zapisu {
    background-color: #f0808059;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 3em;
    border: 2px solid red;
    margin-bottom: 5px;
}

/* style dla wyświetlania zgłoszenia/przebiegu rekrutacji */
.przebiegRekrutacji {
    width: 100%;
    border: 2px solid black;
    margin-top: 5px;
}
.przebiegRekrutacji th {
    text-align: center;
    border: 1px solid black;
    padding-left: 5px;
    padding-right: 5px;
}
.przebiegRekrutacji td {
    border: 2px solid black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    font-weight: bold;
}
.zgloszenie_status {
    background-color: #ccc;
    font-weight: bold;
}

.adnotacje {
    border: solid 1px gray;
    margin-top: 20px;
    margin-bottom: 20px;
}