.power-table {
    width: 100% !important;
    margin: 20px 0 !important;
}
.power-table td, .power-table th {
    padding: 5px 10px !important;
}
.power-box {
    background-color: #cc1c1c !important;
    color: white !important;
    padding: 10px !important;
    margin: 10px 0 !important;
    font-weight: bold !important;
    text-align: center !important;
}
.specs-table {
    width: 100% !important;
    border: 1px solid #000 !important;
}
.specs-table td, .specs-table th {
    padding: 8px !important;
    border: 1px solid #000 !important;
}
.specs-header {
    background: #000 !important;
    color: white !important;
    text-align: center !important;
    padding: 5px !important;
}
.cert-images img {
    height: 40px !important;
    margin-right: 10px !important;
}
.footer-text {
    font-size: 12px !important;
    color: #666 !important;
}

@media (max-width: 768px) {
.red-line {
display: none !important;
}
}

.custom-table {
    width: 100% !important;
}
.custom-table td, .custom-table th {
    border: none !important;
    padding: 8px !important;
}
.custom-table tr {
    border-bottom: 3px solid #000 !important;
}
