body{font-family: 'Times New Roman', Times, serif;}

/*
h2{
  font-size: 2.3em;
}
h3{
  font-size: 2em;
}
p{
    font-size: 1.5em;
    line-height: normal;
}

input, label{
    font-size: 1.5em;
    line-height: normal;
}
*/
input[type="radio"] {
    -ms-transform: scale(4); // IE 9 
    -webkit-transform: scale(4); // Chrome, Safari, Opera 
    transform: scale(4);
}
input[type="checkbox"] {
    -ms-transform: scale(4); // IE 9
    -webkit-transform: scale(4); // Chrome, Safari, Opera 
    transform: scale(4);
}

/*

div.page-item{
  width: 150%;
}
div.w-100{
  width: 150%;
}
div.page-form{
  width:  150%;
}
*/

