body {
    font-family: arial, sans-serif;
}

h1{
    text-align: center;
}

form{
    background-color: rgb(198, 226, 209);
    padding: 10px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.pakollinen {
    color: rgb(241, 113, 199);
}

.levee {
    font-family: inherit;
    font-size: inherit;
    padding: 0.2em;
    width: 100%;
    box-sizing: border-box;
}

.nappi {
    border: none;
    background-color: rgb(248, 154, 209);
    color: #fff;
    padding: 0.5em 1em;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
    width: 100%;
}

.nappi:hover {
    background-color: rgb(248, 190, 243);
}

.nappi:active {
    position: relative;
    top: 2px;
    left: 2px;
}

.nappi:first-child {
    margin-bottom: 1em;
}

.nappi:last-child {
    margin-top: 1em;
}

.numero {
    font-size: 1.5em;
    width: 3em;
    text-align: right;
}

table {
    width: 100%;
}

table input {
    width: 100%;
    margin: 0;
}


.vasen, .keski, .oikea {
    width: 33%;
}

.keski {
    text-align: center;
}

.oikea {
    text-align: right;
}