/* Query */

/*======================================================================*/
/*                                                                      */
/*                             Query.css                                */
/*                                                                      */
/*  Copyright 2025, National Park Service, Santa Monica Mountains, NRA  */
/*                                                                      */
/*                        Updated: 02/03/2025                           */
/*                                                                      */
/*======================================================================*/


		body {
			line-height:150%;
			font-size:1.5em;
			text-align:center;
			}

		hr	{
			text-align:center;
			width:70%;
			}

		h1	{
			text-align:center;
			line-height:120%;
			font-size:1.6em;
			}

		h3	{text-align:center;}

		input.BigButtons {
			width: 1.7em;
			height: 1.7em;
			}

		table {
			margin-left: auto;
			margin-right: auto;
			text-align:left;
			}

		/* be careful with this as it will affect the layout of the search characteristics boxes */
		/* original: font-size:1.1em; */
		span.ButtonBoxTitle {
			font-size:1.1em;
			}

		td.QueryRadioButtonsBox {
			vertical-align:top;
			}

		td.ScaleRadioButtonsBox {
			vertical-align:top;
			padding:20px;
			}			
