body {
	background: #f4f2e656;		
}


  .title{
 
      font-size: 28px;
      padding-top: 10px;
      text-align: center;
    
  }
  .obi{
background-color: rgba(24, 12, 2, 0.229);
padding-top: 16px;
padding-bottom: 16px;
padding-left: 10px;
padding-right: 10px;
  }


  :root {
    --motion-ease: cubic-bezier(0.68, -0.6, 0.32, 1.6);
    --motion-duration: 0.3s;
  }
  
  * {
    box-sizing: border-box;
  }
  

  
  button {
    appearance: none;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 500;
    line-height: 1;
    padding: 1em 1.5em;
    position: relative;
    transition: filter var(--motion-duration);
  }
  
  button:hover {
    filter: brightness(1.1);
  }
  
  button:active {
    filter: brightness(0.9);
  }
  
  button > span {
    display: block;
    position: relative;
    transition: transform var(--motion-duration) var(--motion-ease);
    z-index: 1;
  }
  
  button:hover > span {
    transform: scale(1.05);
  }
  
  button:active > span {
    transform: scale(0.95);
  }
  
  button > svg {
    fill: #0c83de;
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
  }
  
  button > svg > path {
    transition: var(--motion-duration) var(--motion-ease);
  }
  
  button:hover > svg > path {
    d: path("M0,0 C0,-5 100,-5 100,0 C105,0 105,100 100,100 C100,105 0,105 0,100 C-5,100 -5,0 0,0");
  }
  
  button:active > svg > path {
    d: path("M0,0 C30,10 70,10 100,0 C95,30 95,70 100,100 C70,90 30,90 0,100 C5,70 5,30 0,0");
  }

  #wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  

  table {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    text-align: center;
    border-collapse: collapse;
 

    background: #b8cddc56;
   
    }
  
  
 
#inp {


border-bottom: 2px solid gray;


color: rgb(2, 0, 0);

background: transparent;
transition: border-color 0.2s;
border-radius: 10px ;
  background:linear-gradient(45deg, #c7cddbbb 0%,#d4d8dd 90%);
}
  }
  
    td {
    padding: 10px;
    color: #000000;
    }
/* для поиска */
.results tr[visible='false'],
.no-result {
display: none;   
}
.results tr[visible='true'] {
display: table-row;  
}
.searchCount {
padding: 8px;
color: #ccc;
}





  .searchKey {
    font-family: inherit;
    line-height:inherit;
 padding-left: 20px;
    min-width:16em;
    background-color: #b6baf256;
    border-radius: 20px;
    border-color: #00000000;
  }
  
  table.sort{
    border-spacing:0.1em;
    margin-bottom:1em;
    margin-top:1em
  }
  /* ячейки таблицы */
  table.sort td{
    border:1px solid #CCCCCC;
    padding:0.3em 1em
  }
  /* заголовки таблицы */
  table.sort thead td{
    cursor:pointer;
    font-weight:bold;
    text-align:center;
    vertical-align:middle
  }

  table.sort thead td.curcol{
    background-color:#999999;
    color:#FFFFFF
  }
  
 @media screen and (max-width: 600px) {
  .hidemobile {
    visibility: hidden;
    display: none;
  }
}
.showmobile { display: none; }
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ .showmobile { display: inline; }}

  
