.emptyspace {
  height: 150px;
}

.emptyspace_small {
  height: 50px;
}

.navbar {
  background-color: #333333;
}

.meniu_serv_btn  {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 1;
  padding: 5px;
  margin: 10px;
  border: 2px solid white;
}

.meniu_serv_extra {
  display: none;
  padding: 10px;
}

.meniu_serv_extra a {
  color: white;
}

.meniu_serv_btn button {
  display: flex;
  justify-content: space-around;
  background-color: transparent;
  border: none;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.nav_tarife {
  display: flex;
  justify-content: space-around;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  align-items: center;
  background-image: linear-gradient(to left, #ff3399, #0099ff);
  border-radius: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.nav_tarife a {
  border: 3px solid transparent;
  color: white;
  padding: 5px;
  text-decoration: none;
}

.nav_tarife a:hover{
  border: 3px solid white;
  border-radius: 15px;
  padding: 5px;
}

.john {
  padding-bottom: 5%;
}

.john li {
  list-style-type: none;
}

.john p {
  color: black;
}

#tab_curent {
  color: white;
  border-radius: 15px;
  padding: 5px;
  border: 3px solid white;
}

table {
  width: 100%;
  table-layout: fixed;
}

table tr:nth-child(odd) {
  background-color: #E8E8E8;
}

table td:nth-child(even) {
  text-align: center;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

th {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background-color: #BEBEBE;
}

th, td {
  padding: 15px;
}

table th:nth-child(even) {
  width: auto;
}

table th:nth-child(odd) {
  width: 80%;
}

tr:hover {
  font-weight: bold;
}

#hp {
  position: fixed;
  bottom: 0;
  left: 1;
  right: 0;
  margin: 4px 8px 10px 50px;
}

#hp2 {
  position: fixed;
  bottom: 0;
  left: 1;
  right: 0;
  margin: 4px 60px 10px 50px;
}

@media (max-width: 992px) {
 .nav_tarife {
   display: none;
 }

 th {
   font-size: 16px;
   padding: 0;
 }

 .emptyspace {
   height: 50px;
 }

 .meniu_serv_btn {
   display: block;
   color: white;
   font-weight: bold;
   font-size: 20px;
   background-image: linear-gradient(to left, #ff3399, #0099ff);
   border-radius: 10px;
   opacity: 0.9;
 }

 .meniu_serv_btn:hover .meniu_serv_extra {
   display: flex;
   flex-direction: column;
   background-color: transparent;
 }

 section {
   padding-top: 70px;
 }
}

@media (min-device-width: 321px) and (orientation: landscape) {

}
