﻿body
{
    background-color:lightseagreen;
}
table
{
    border:3px solid lightgreen;
    padding:20px;
    background-color:aqua;
    color:darkblue;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border-radius:10px;
}
td{
    padding:15px;
}
input[type=range] {
    -webkit-appearance: none;
    width: 200px;
    height: 15px;
    border-radius: 5px;
    background:#f4a460;
}
input[type=text]
{
    background:azure;
    border-radius:10px;
    color:#0e2cf5;
    font-weight:bolder;
    text-align:center;
    width:50px;
    height:40px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}