.uk-h2{
  padding-top:40px;
}

.btn-uk{
  background-color: #007fff;
  border: solid 1px #003eff;   
  border-radius:7px;
  padding:7px;
  color:white;
  min-width:70px;
  text-align:center;
  margin-bottom:15px;
  cursor:pointer;
}

.btn-uk:hover{
  background-color: #85BAFF;
}

#btn-container{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap; 
  justify-content:space-around;
  
}

.man-com{
  width:250px;
  text-align: center;
}

.address{
  width:270px;
  text-align:center;
}

.table-payment{
  width:250px;
  text-align:center;
}

.table-date{
  width:280px;
  text-align:center;
}

.postanovlenie{
  width:400px;
  text-align: center;
}

.post-link{
    width:80px;
    text-align:center;
}




