<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table, td, th {
    border: 1px solid #ddd;
    text-align: left;
}

table {
    border-collapse: collapse;
    width: 100%;
    font-family: INGMe-Bold;
}

th, td {
    padding: 15px;
}

.color:-moz-placeholder { /* Firefox 4 - 18 arası */
    opacity: 0.4 !important;
    color: #000 !important;
    -webkit-tap-highlight-color: #000 !important;
}

.color::-moz-placeholder { /* Firefox 19+ */
    opacity: 0.4 !important;
    color: #000 !important;
    -webkit-tap-highlight-color: #000 !important;
}

.color:-ms-input-placeholder { /* Internet Explorer 10+ */
    opacity: 0.4 !important;
    color: #000 !important;
    -webkit-tap-highlight-color: #000 !important;
}

.color::-webkit-input-placeholder { /* WebKit browsers */
    opacity: 0.4 !important;
    color: #000 !important;
    -webkit-tap-highlight-color: #000 !important;
}</pre></body></html>