body {
  width: 770px;
  margin: 0 auto;
  background-color: rgb(125, 192, 255);
}




.table {
  display: grid;
  grid-template-columns: auto auto auto auto auto ;

  width: 50%;
  height: 100%;
  margin-top: 25px;
  

   }


.mezera {
    width:10px;
    height:500px;
    background-color: rgb(125, 192, 255);
    color: white;
    }


.sloupec-prvni {
width:250px;
height:500px;
text-align: right;
background-color: rgb(120, 161, 202);
color: white;
}

.sloupec-druhy {
  width:250px;
  height:500px;
  background-color: rgb(64, 119, 175);
  color: white;
  text-align: center;
  }

.obalka1 {
  width:250px;

}  

.sloupec-treti {
    width:250px;
    height:500px;
    background-color: rgb(35, 93, 150);
    color: white;
    text-align: center;
    }

.obalka2 {
      width:250px;
    
    }  




.bunka-horni {
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 1em 1em;
  font-size: 140%;
  text-align: center;


}



.bunka {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 1em 1em;
  font-size: 100%;
  /*border-bottom: 1px solid rgb(236, 236, 236);
  border-top: 1px solid rgb(236, 236, 236);*/



}




a.btn {
  border: 2px solid;
  padding: .6rem .9rem .6rem .9rem;
  font-weight: 200;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  border-radius: 0.3rem;
}


/* Combobox
================================== */



.box1 select {
  background-color: rgb(64, 119, 175);
  color: rgb(250, 250, 250);
  padding: auto;
  width: 100px;
  border: none;
  font-size: 100%;
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}

.box2 select {
  background-color: rgb(35, 93, 150);
  color: rgb(250, 250, 250);
  padding: auto;
  width: 100px;
  border: none;
  font-size: 100%;
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}




