body {font-size:1.5em;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;}
.btn {font-size:1.25em;}
#content {display:none;}
.hidden {display: none;}
.show {display: block !important;}
.row {margin-top:1em;margin-bottom:1em;}
.bgGrey{width:100%;background-color:lightgray;height:2em;}
.bold{font-weight: 600;}
img{max-width:100%;margin-bottom:0.5em;border-radius: 20px;}
label{margin-right:1.5em;}
.scale-in-center {-webkit-animation: scale-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;animation: scale-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;}
 @-webkit-keyframes scale-in-center {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes scale-in-center {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
  }
  