/* Start custom CSS */table.prodtechspec {
        width: 100%;
        border-collapse: collapse;
        margin: 0;
        text-align: left;
    }
    table.prodtechspec th, 
    table.prodtechspec td {
        border: 1px solid #ddd;
        padding: 10px;
         width: 50%;
    }
    table.prodtechspec th {
        background-color: #f4f4f4;
        font-weight: bold;
    }/* End custom CSS */