﻿* {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px !important;
    border-radius: 0 !important;
	color: #333;
}

a, a:hover {
	color: #333;
    text-decoration: none;
}

.list table, .details table {
    border-collapse: collapse;
    margin: 50px auto;
}

.list table tr:nth-of-type(odd) {
    background: #f1f1f1;
}

.list table tr:nth-of-type(even) {
    background: #ffffff;
}

.list table tr:first-child {
    background: #cccccc;
    font-weight: bold;
}

.list table td, .list table th {
    padding: 10px;
    border: 1px solid #cccccc;
    text-align: center;
    font-size: 16px;
}

.details table td {
    text-align: center;
}

.details table:first-child th {
   text-align: left;
}

.satinalma-ilan-label-icerik-vurgula {
    color: blue;
}

.text-center {
    text-align: center
}

.select2 {
    width: 190px;
    text-align: left;
    height: 30px;
}

input {
    background-color: #fff;
    border: 1px solid #aaa;
    line-height: 23px;
    padding-left: 6px;
}

#divVeriler {
	overflow: hidden;
}