.tools {
    clear: both;
    margin: 10px;
    margin-top: 2rem;
}
.tools i {
    vertical-align: middle;
}
.tools a {
    display: inline-block;
}

.tools a {
    text-decoration: none;
    color: black;
}

.tools .video {
    margin-left: 2rem;
}

.product-specs {
    width: 100%;
    background-color: white;
}

.product-specs th {
    text-align: right;
    padding: 1rem;
}

.product-specs td {
}

.product-images-wrapper {
    width: 420px;
    height: 300px;
    margin: 0 auto;
    margin-top: 1rem;
}

.make-a-request {
    margin-top: 2rem;
}