.sds-container {
    margin-top: 75px;
    background-color: white;
}

h1 {
    padding-top: 20px;
}

#search-icon:hover {
    cursor: pointer;
}

table {
    background-color: white;
}

thead {
    background-color: #244787;
}

thead th {
    color: white;
}

.part-number {
    margin-left: 10px;
}

#found {
    margin-top: -40px;
    margin-bottom: 5px;
}

.back-to-top:link,
.back-to-top:link {
    color: #0000ee;
    text-decoration: underline;
}

.back-to-top:visited,
.back-to-top:visited {
    color: #551a8b;
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .sds-div {
        margin-left: auto;
        margin-right: auto;
    }
    h1 {
        font-size: 2.15rem;
    }
    .emergency-info {
        font-size: 90%;
    }
    #found {
        font-size: 85%;
    }
    thead th {
        font-size: 85%;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 1.8rem;
    }
    .emergency-info {
        font-size: 75%;
    }
    #found {
        font-size: 70%;
    }
    thead th {
        font-size: 65%;
    }
    tbody td {
        font-size: 80%;
    }
    .img-sds {
        width: 25px;
        height: 25px;
    }
}
