/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
 table, th, td {
     border: 1px solid black;
 }
 
 /* Ola edycja */

/* Ikony w kontakcie */
.contact-rich .icon i,
.block-iqitlinksmanager li::before,
.block-iqitlinksmanager a::before {
  color: #f38121 !important; /* pomarańczowe elementy */
}

/* Tekst w kontakcie i stopce */
.contact-rich :not(#contact-info-page) .data :not(#contact-info-page),
.contact-rich strong :not(#contact-info-page),
.contact-rich a :not(#contact-info-page)
{
  color: #fafafa; /* jasny szary, nie czysta biel */
}

/* Ikony w headerze (koszyk, konto, dropdown) */
.col-header-right i.icon {
  color: #f38121 !important; /* pomarańcz */
}

/* Contact info color fix */
#contact-info-page a:link,
    a:vistited,
    a:hover,
    a:active {
        color: #333333;
}