
    .range {
        border: 1px solid red;
        width: 100%;
        height: fit-content;
    }

    .point {
        position: relative;
        width: fit-content;
    }

    .value {
        background: linear-gradient(to left, green, blue, yellow);
    }

    .spice {
        background: linear-gradient(to left, rgba(255, 0, 0, 0.75), rgba(255, 99, 71, 0.75), rgba(255, 255, 0, 0.75));
    }

    .meterMainContainer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .meter {
        padding: 5px;
        display: flex;
        border: 2px solid silver;
        justify-content: center;
        align-items: center;
    }

    .imagethumb img {
        object-fit: contain;
        width: 125px;
        height: 125px;
    }

    details {
        opacity: 0.9;

    }

    .mainContainer {
        height: fit-content;
    }

    .mainArticle {

        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .mainDetail {
        height: 100%
    }

    .thumbnails {
        display: flex;
        background: white;
        border: 1px solid black;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .imagethumb {
        width: 125px;
        height: 125px;
        background: silver;
        border: 1px solid silver;
    }

    .thumbnails .imagethumb {
    	cursor: pointer; 
    }

    .largerImage img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        
    }

    .largerImage {
        height: 520px;
        border: 1px solid silver;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .gallery {

        display: flex;
        flex-direction: column;
    }

    .imageHint {
        display:flex;
        justify-content: space-between;
    }


	.quote {
		background: antiquewhite;
			
	}