#torquepage, #torquepage2, #torquepage3, #torquepage4 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

#torquepage, #torquepage3 {
    max-width: 80%;
}

#torquepage2, #torquepage4 {
    width: 100%;
    max-width: 95%;
}

#torquepage td, #torquepage th, #torquepage2 td, #torquepage2 th {
    border: 2px solid blue;
    padding-left: 3px;
}

#torquepage4 td, #torquepage4 th {
    border: 2px solid #a10000;
    padding-left: 3px;
    vertical-align: top;
}
#torquegrey {
    background-color: #747474;
    color: white;
    text-align: center;
}

/* Custom style for the accordion button highlight */
.accordion-button {
    font-weight: bold;
}

.accordion-button-focus-box-shadow{
    color:#a10000;
}