#wrapper {
    background: white;
    width: 90%;
    min-height: 300px;
    margin: 40px auto;
    padding: 15px;
    border-radius: 5px;
}

#output {
    width: 40px;
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 6px 8px;
    text-align: center;
    
}
#range-slider {
    width: 230px;
}
#range-slider::-moz-range-thumb {
    padding: 2px;
}
#range-slider:active::-moz-range-thumb {
    background: #007AFF;               
}

#status{
    color: #007AFF;
}

table{
    width: 100px;
    height: 300px;
  }

p{
    font-size: 18px;
}

td { width:50px; height:50px; }
