#price-list .box, #monitoring-list .box {
    border-radius: 10px; 
    width: 33%;     
    height: 100%;
}
#price-list .box.box-1 {
    margin-right: 10px;
}
#price-list .box.box-2 {
    margin-right: 5px;
    margin-left: 5px;
}
#price-list .box.box-3 {
    margin-left: 10px;
}
#price-list .box h2, #monitoring-list .box h2 {
    border-top-right-radius: 10px; 
    border-top-left-radius: 10px; 
    padding: 10px 0; 
    font-size: 20px;
}
#price-list .box hr, #monitoring-list .box hr {
    margin: 10px; 
    border-width: 1px;
}
#price-list .box ul, #monitoring-list .box ul {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
}
#price-list .box ul li, #produkt-list .produkt ul li, #compare-table table td:first-child {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
}
#compare-table table td:first-child {
    justify-content: unset;
}
#price-list .box ul li span, #produkt-list .produkt ul li span, #compare-table table td:first-child span {
    cursor: pointer;
    background-image: url('../assets/img/information_big.png');
    background-repeat: no-repeat;   
    width: 16px;
    height: 16px;
    background-size: contain;
    min-height: 16px;
    min-width: 16px;
}
#monitoring-list .box.box-1 {
    margin-right: 20px;
}
#monitoring-list .box.box-2 {
    margin-left: 20px;
}

#compare-table table td:first-child span {
    margin-left: 10px;
}

#produkt-list .produkt {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
#produkt-list .produkt h2 {
    font-size: 20px;    
    text-align: center;
}
#produkt-list .produkt p {
    text-align: center;
}
#produkt-list .produkt .produkt-info {
    display: flex;
}

#compare-table {
    flex-direction: column;
}
#compare-table h2 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 30px;
}
#compare-table table tr, #monitoring-table table tr {
    border-bottom: 1px solid gray;
}
#compare-table table tr th:first-child {
    width: 50%;
}
#compare-table table tr th, #compare-table table tr td:not(:first-child) {
    text-align: center;
}
#compare-table table tr td img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* taby */
 /* Style the tab */
 .tab {
    overflow: hidden;
    margin-bottom: 15px;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {  
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;     
  }
  
  /* Change background color of buttons on hover */
  .tab button:not(.active):hover {
    background-color: #1da385; 
    opacity: 0.7;
    color:white;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    color:white;
    font-weight: bold;
    background-color: #1da385;     
  }

/*#produkt-list .produkt {
    margin-bottom: 20px;
}

#produkt-list .produkt h2 {
    font-size: 20px;
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    padding: 5px 15px;
    border: 1px solid gray;
}

#produkt-list .produkt .produkt-info {
    padding: 5px 25px;
}*/
.ul-list.ul-check-list {
    margin-left: 0px;
}
.ul-list.ul-check-list li {
    list-style: none; 
    display: flex;       
}
.ul-list.ul-check-list li img {
    width: 30px;
    height: 30px;
}
