<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

element.style {
    font-weight: 600;
}


h2 {
  text-align: center;
  padding: 20px 0;
}

table caption {
	padding: .5em 0;
}

table.dataTable th,
table.dataTable td {
  white-space: nowrap;

}
@media only screen and (max-width: 500px) {
  table.dataTable td {
/*     white-space: nowrap; */
/*     text-align: center; */
    padding-left:0px;
  
 }}


.dataTables_wrapper {
 /*  font-family: poppins , tahoma; */
  font-size: 15px;
/*   direction: rtl; */
  position: relative;
  clear: both;
/*   padding:20px 20px 20px 20px; */


}

table#tumhaberler.dataTable tbody tr:hover {
    background-color: #e1f5fe; /*rgba(233, 74, 53, 0.156);*/ 
    cursor: pointer;
}
table.dataTable td {
  font-size: 1em;
/*   font-family: poppins , arial; */
/*   text-align: center; */
}


.tumhaberliste
{
  z-index: 5;
  color: rgb(0, 0, 0);
}

.haberlistesifoto {
  max-width: 200px;
}


/* .haberlistesifoto{
  max-width: 100px;
  max-height: 100px;
}

.haberlistesifoto:hover{
  max-width: 400px;
  max-height: 400px;
}
 */



/*   @media only screen and (max-width: 500px) {
    .haberlistesifoto {
      max-width: 200px;}
    }
   */

/* dataTables Search input box */
 
.dataTables_filter {
  position: relative;
}

.dataTables_filter input {
  width: 250px;
  height: 40px;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
  text-indent: 10px;
}

.dataTables_filter .fa-search {
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
}

table.dataTable.dtr-inline.collapsed tbody td:first-child, table.dataTable.dtr-inline.collapsed tbody th:first-child {
    white-space: normal;
}

@media screen and (max-width: 600px) {

    .haberlistesifoto {
        max-width: 150px !important;
    }

    table {
        border: 0;
    }

        table caption {
            font-size: 1.3em;
        }

        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: left;
        }

            table td::before {
                /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            table td:last-child {
                border-bottom: 0;
            }
}


/* general styling */
body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.25;
}


#tummecliskararlari_wrapper td {
    white-space: normal !important;
}



#tumduyurular_wrapper td {
white-space: normal !important;

}
</pre></body></html>