.nanobar {
   top: 0;
   background-color: rgba(134, 132, 132, 0.83);
}
.nanobar-container {
   margin: 20% auto;
   background-color: #fff;
   max-width: 500px;
   padding: 10px;
}

/* Rövid leírás lista */
.product-parameter__short-description > .product-parameter__value > ul > li {
    list-style: disc;
}

/* Technikai Specifikáció */
table.techspecs-table {
    border-top: 1px solid #8cd5ff;
    /*width: 80%;*/
}
table.techspecs-table tr:nth-child(even) {
    background-color: #f3f3f3;
}
/* table.techspecs-table tr > td:nth-child(1) {
    width: 30%;
} */
table.techspecs-table tr > td:nth-child(2) {
    width: 40%;
}
table.techspecs-table td {
	border-bottom: 1px solid #d7dadf80;
	padding: .5rem;
    /*padding-top: .5rem;
    padding-bottom: .2rem;*/
}