#resultWrapper {
    display: none;
    margin-top: 1rem;
    padding: 10px;
    background-color: #eee;
    border-radius: .2rem
}


#resultWrapper button {
    padding: 12px 12px
}

#trimmerWrapper h3 {
    background: #eee;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
    padding-top: 15px
}




#resultWrapper>div {
    display: grid;
    grid-template-columns: auto auto;
    gap: 1em;
    align-items: center;
}



.size
{
    font-size: 80px;
    font-weight: bold;
}

.sizePar
{
    font-size: 21px;
}

.input-size
{
    width: 355px;
    float: left;
}

.button-size
{
    width: 95px;
    float: none;
    height: 33px;
}

.padding
{
    padding-top: 11px;
}


.video-image-size
{
	width:250px;
	height:auto;
}

.center
{
    text-align: center;
    padding-top: 25px;
}

.button-rule
{
    font-style: normal;
    font-weight: bold;
    vertical-align: middle;
}

.button-widht
{
    width: 116px;
}

.allontana
{
    margin-bottom: 30px;
    margin-top:50px;
    margin-right:15px;
}

.separa{
    margin-left: 10px;
    margin-right: 10px;
}

.bordered{
    border: 1px solid black;
}

body { 
    padding-top: 70px;
}

.carousel-inner img{
    margin: 0 auto;
}

.navbar-brand{
    font-size: 20pt;
    font-style: bold;
}

hr { 
    display: block; 
    height: 1px;
    border: 0; 
    border-top: 1px solid orange;
    margin: 1em 0; padding: 0; 
}

.progress {
    border-radius: 0px; 
    height: 10px;
}

.progress-bar-warning{
    background: #ffffff;
}

.video-image-size-onWatch{
    width:150px;
    height:auto;
}

#showcase {
    margin: 0 20px;
    text-align: center;
}
#range .noUi-base {
    
}
#range .noUi-background {
    
}
#range .noUi-connect {
    background: #80C9F5;
    box-shadow: inset 0 0 5px rgba(20,20,20,0.65);
}

#value-span,
#value-input {
    width: 50%;
    float: left;
    display: block;
    text-align: center;
    margin: 0;
}