.header {
    background-color: #d8d8d8;
    padding: 10px 0;
}

.header form {
    margin-bottom: 0px;
}


/* name calc */

.box {
    margin: 0 auto;
    width: 250px;
    margin-bottom: 15px;
}

#gobutton {
    padding:2px 5px; 
    background:#c5c0d5; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;         
}

#inputfield {
    border: none;
    border-bottom: solid 2px #c9c9c9;
    transition: border 0.3s;
    text-align: center;
    width: 200px;
}

#inputfield:focus {
    border-bottom: solid 2px #969696;
}

ul {
    list-style-type:disc;
    list-style-position: outside;
    padding-left:20px
}
ul li {
    margin: 0px;
}

ol {
    list-style-position: outside;
    padding-left:20px
}