
body {
    max-width: 800px;
    background-color: antiquewhite;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif; 
 }
 
 
 fieldset {
    padding: 0.5em;
     background-color: #7cd461;
    border: none;
    height: auto;
   }
 
 
 
 p#cValue {
    width: 4em;
    font-size: 1.1em;
    height: 1.4em;
    background: white;
    padding: 0.2em;
    overflow: hidden;
   text-overflow: ellipsis;
 }


