
main{  padding-top: 0px;padding-left: 3px; padding-top: 0px;  margin:auto; max-width:900px; font-family: Arial, Helvetica, sans-serif; }


 a.btn{color:yellow;}
  
form.btn { position: -webkit-sticky;   position: sticky; top: 50px;}
table.btn{border: 0px;z-index:2 ;max-width: 760px;color:yellow; position: -webkit-sticky;   position: sticky; top: 10px;margin-top: 0px;  }
div.btn {border:3px solid green; box-shadow:2px 2px 3px black;  border-radius: 3px; text-align: center; background-color:green; color:yellow;}





button { height: 35px; color:yellow; border-radius: 3px; background-color:green;}

div.uyar{ border:2px solid red; border-radius: 5px; font: 1.3em sans-serif; text-align: center; background-color:#f8C0c9; }
label.dikkat{ color:red }
label.yapil{ color:lime }


th { 
  background: green; 
 border-top:2px solid green;
  font-weight: bold; 
  color: white;
}
td  { 
  padding: 6px; 
  border: 2px solid green;
 
 color:darkblue;
  text-align: left; 
}

table { 
  
  max-width: 760px; 
  border-collapse: collapse; 
  font: 15px Arial, sans-serif;
 }

table.liste { 
  
  max-width: 760px; 
  border-collapse: collapse; 
  font: 15px Arial, sans-serif;
 }

 .uyeL{ padding: 0px; margin:0px;


 }


table tr td.btn{border: 0px;    } 
table.ftabl{border: none;    } 
td.btn {text-align: center; color:yellow;width: 100px;}
td.ilk {
  background-color:#ccc0d4;
  width:250px;
  color:green;
  
}
input,select {padding-left:5px; height:30px; width: auto; margin: 0px;border-radius: 3px; background-color:#F2FFE6;}
input.btn {padding-left:5px; height:30px; width: auto; margin: 3px;border-radius: 6px; background-color:green;color:yellow;}
input.largeCB { font-family:verdana;}
.formL{padding:0px; margin-top:20px;color:green;font-weight: bold; font-size: 10px;

}







/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/

@media only screen and (max-width: 760px) {
  
  table.btn {border: 0px; margin: auto; width: 80%;   }
  td.ilk  { width:40%;}
  input.largeCB 
        { 
          padding: 5px;
          top: 5px;
          left: 0;
          height: 20px;
          width: 20px;
          background-color: green;
          font-family:verdana;
          
        }

  label.CB { border: 2px solid red; background-color: green; }
  .med{width:100%; }

  
}
