        /*TÜM TABLOLAR        */
table {  
    width:100%;
margin-top:20px;
background-image: linear-gradient(79deg,rgb(238, 238, 238),rgb(255, 255, 255));                 
box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
border-radius: 15px;
padding: 5px;
}

th, td {
  padding:3px;    
  
}

/*Özellik Tablosu Ayarları*/

.TabloOzellik td:first-child, .TabloOzellik th:first-child {     

  text-align: right;
  font-weight: bold;
}

.TabloOzellik td:last-child,.TabloOzellik th:last-child {

  text-align: left;    
}

.TabloOzellik a {
    color: #333;
}

    .TabloOzellik a:hover {
        color: #177995;
    }

/*YorumGonder Tablosu Ayarları*/
.TabloYorumGonder{
    margin-top:5px;
}

.TabloYorumGonder tr:not(:first-child):not(:last-child) td:first-child,
.TabloYorumGonder tr:not(:first-child):not(:last-child) th:first-child {
  text-align: right;
  vertical-align: top;
}

.TabloYorumGonder tr:not(:first-child):not(:last-child) td:nth-child(2),
.TabloYorumGonder tr:not(:first-child):not(:last-child) th:nth-child(2) {
  vertical-align: top;
}

.TabloYorumGonder tr:not(:first-child):not(:last-child) td:nth-child(3),
.TabloYorumGonder tr:not(:first-child):not(:last-child) th:nth-child(3) {
  text-align: left;
}

/*TabloYorumlar Ayarları*/

.TabloYorumlar{
    margin-top:0;
}

/*TabloBaslik Ayarları*/
.TabloBaslik{
    display:block;
    margin-top:10px;
    margin-bottom:20px;
    
}

.TabloAciklama{
    color:darkgray;
}

.txtYorumm{
    max-width: 500px;
    max-height:150px;    
}
.TextBox{
    letter-spacing:1px;
padding:2px;
}