.slidecontainer {
    width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 25px; /* Specified height */
    width: 25px; /* Full-width */
    height: 300px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */ 
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #4CAF50; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #4CAF50; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;   
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}


.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 32px;
    height: 32px;
    border: 0;
    background: url('01-512x512.png');
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 32px;
    height: 32px;
    border: 0;
    background: url('01-512x512.png');
    cursor: pointer;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.LB {
    border: 2px solid black;
    border-right: none;
}

.RB {
    border: 2px solid black;
    border-left: none;
}
#N {
    vertical-align: middle;
    width: 60px;
}

td#After1 {
    width: 140px;
}
td#Matrix11 {
    width: 140px;
}
td#Matrix01 {
    width: 140px;
}
td#Before1 {
    width: 140px;
}

input.slider {
    width: 30%;
}
input#Slider01 {
    width: 30%;
}
input#Slider10 {
    width: 30%;
}
h3 {
    display: inline-block;
    width: 18%;
    text-align: right;
}
table {
    font-size: 36px;
    width: 100%;
}
td.LabelR {
    padding-right: 8px;
    font-size: 24px;
    text-align: right;
}
td.Label {
    padding-left: 8px;
    font-size: 24px;
}

tr.Green td {
    color: #00ff00;
}
tr.Red td {
    color: #ff0000;
}
