﻿body {
}

.description
{
    font-size:13px;
}

.label
{
    font-size:16px;
}

.symbol
{
    font-size:38px;
    font-family:'Times New Roman', serif;
    font-style:italic;
}


#average, #standarddeviation, #samplesize, #tstat
{
    width:82px !important;
    height:19px;
    text-align:center;
    font-size:16px;
    border-style:ridge;
    border-width: thin;
}

foreignObject {
 input {
    background-color:white;
   height:22px;
   width:89px !important;

   color:black;
   border:0;
   padding:10px;
   box-sizing:border-box;
   outline:none;
  }
}

