.jewelSpecsContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.jewelSpecs {
    display: flex;
    justify-content: center;
}

.jewelValues {
    background-color: rgb(212, 212, 212);
    width: 100%;
    height: 120px;
    padding: 10px 10px;
    text-align: center;
    margin: 5px 10px;
}

.title, .value, #report {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #3a3a3a;
}

.value {
    font-size: 1.6em;
    display: flex;
    min-height: 70px;
    align-items: center;
    justify-content: center;
}

div#report {
    background: #337ab7;
    padding: 10px 10px;
    text-align: center;
    margin: 0px 10px;
    color: #fff;
}
#report a {
    color: #fff;
}

.addTableInfoWrapper {
    width: 100%;
    padding: 5px;
}

.addTableInfoWrapper td {
    padding: 3px;
}

@media screen and (max-width: 787px) {
    .stuller-video-wrapper video {
        width: 100%;
    }

    .jewelSpecs {
        flex-direction: column;
    }

    .jewelValues {
        margin: 5px 0;
    }
}
