.resp_banner{
text-align:center;
width:720px;
height:200px;

}
.modif{
    background:yellow;
    color:#000;
}
.mzyan{
    background:green;
    color:#fff;
}
.mzyanch{
    background:red;
    color:#fff;
}
#icorect{
    background:red;
    color:#fff;
}
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #f1641e;
  color: white;
}
#tableetsy{
    border: 1px solid black;
    text-align:left;
     width: 80%;
     
}
.clas1{
    background: #f1641e;
    color:#fff;
    padding:3px;
    font-size: 150%;
}
.tdbuton{
    text-align:center;
    background:black;
}
.kota{
    text-align:center;
    background:black;
    color:#fff;
    font-size: 30px;
}
.tags{
    text-align:left;
    background:black;
    color:#fff;
    font-size: 11px;
}
.foter{
border-radius:25px 25px 0 0;
color:#fff;
background-color:#636eb9;
 position:fixed;
width:350px;
 bottom: 0;
text-align: center;
}
#box{
border:5px solid #636eb9;
text-align: center;
width:95%;
 margin: auto;
 padding: 10px;
}
.linkk:link {  text-decoration: none; color:#fff}.linkk:visited {  text-decoration: none;color:#fff}.linkk:hover {  text-decoration: underline;color:#fff}.linkk:active {text-decoration: underline;color:#fff}

@media screen and (max-width: 400px) {
.resp_banner{
text-align:center;
width:350px;
height:350px;


}
#tableetsy {
 overflow-x:auto;
 border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
 }
#tableetsy th, td {
  text-align: left;
  padding: 8px;
}

#tableetsy tr:nth-child(even){background-color: #f2f2f2}
body{
text-align:center;
}
#box{
border:5px solid #636eb9;
text-align: center;
width:100px;
 margin: 0 auto;
 padding: 0;
}
}

@media screen and (max-width: 600px) {
#box{
border:5px solid #636eb9;
text-align: center;
width:500px;
 margin: 0 auto;
 padding: 20px;
}
body{
text-align:center;
}
.resp_banner{
text-align:center;
width:420px;
height:420px;


}}