#aprprc { display: none; } #vis { width: 98%; text-transform: uppercase; height: 27px; font-size: 16px; font-family: Times New Roman; background-color: red; color: white; border-style: solid; border-radius: 15px; border-width: 0.5px; } #calcaprt { display: block; background: #FEDCBA; box-shadow: 0px 0px 20px; color: black; padding: 10px 10px 10px 10px; line-height: 25px; } #calcaprt legend { display: block; background: red; text-transform: uppercase; color: white; border-radius: 10px; width: 100%; text-align: center; height: 25px; } #calcaprt > #btn { background: red; border-width: 0px; border-radius: 20px; color: white; height: 25px; width: 100px; text-transform: uppercase; box-shadow: 0px 0px 10px white; } #calcaprt > #close { background: red; border-width: 0px; border-radius: 20px; color: white; height: 25px; width: 100px; text-transform: uppercase; box-shadow: 0px 0px 10px white; margin: auto; } #calcaprt > #num { text-indent: 5px; border-radius: 10px; border-width: 0; height: 20px; width: 250px; cursor: pointer; } #calcaprt > #txt { text-indent: 5px; border-radius: 10px; border-width: 0; height: 20px; cursor: pointer; } #calcaprt > #btn:hover { background: white; border-width: 0px; border-radius: 20px; color: red; height: 25px; width: 100px; text-transform: uppercase; box-shadow: 0px 0px 10px black; cursor: pointer; }