#tattoo-calculator input[type="range"] {
    width: 100%;
    margin: 10px 0px;
    border-radius: 50px;
    height: 40px;
    appearance: none;
    border: 15px solid #afc5b2;
    background: #d6e0cf;
}

#tattoo-calculator input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #007bff;
    cursor: pointer;
}

#tattoo-calculator input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #007bff;
    cursor: pointer;
}
.mc-ctatu {
    display: flex;
    grid-gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.mc-dtatu {
    flex: 1;
    display: flex;
    grid-gap: 10px;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
    background: #f8f8f8;
    text-align: center;
	min-width: 150px;
}
.mc-lfctatu {
	font-size: 16px;
}
.mc-dpsv {
    font-weight: bold;
    color: #000;
	font-size: 1.2em;
}

@media (max-width: 480px) {
   .mc-ctatu {
} 
}

