html {
  font-size: 0.8rem;
}


input[type=radio]{
	height: 25px;
	width: 25px;
}


.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:1000 !important;
}
iframe {
  width: 98vw;
  height: 70vh;
}

.pageBreak {
	page-break-after:always
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
	background: grey;
}