* {
	font-family: Arial, Helvetica, sans-serif;
  }
  
  html, body {
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #fff;
  }
  
  main {
	margin: auto;
	width: 50%;
	padding: 20px;
  }
  
  main > h1 {
	text-align: center;
	font-size: 3.5em;
  }

/* Apply shadow-none to all input, textarea, and select elements */
button, input, textarea, select {
    box-shadow: none;
	outline: none;
}

/* DON'T DO THIS, just use a Bootstrap class="small" on the TR element
/* .small-header th { font-size: 0.8rem; } */
/* .small-row td { font-size: 0.8rem; } */

/* JJK 3/15/2020 */
.link-tile {
    width: 175px;
}
.link-tile-sm {
    width: 130px;
}

/* Turn off the outline on clicks to brand anchors */
li {
	list-style-type: none;
}
a:link {
	outline: 0;
	text-decoration:none; 
}

a.navbar-brand {
	outline: 0;
}

/*
a {
	outline: 0;
	text-decoration:none; 
	}

a:visited {
	outline: 0;
	text-decoration:none; 
}
a:hover {
	outline: 0;
	text-decoration:none; 
}

a:active {
	outline: 0;
	text-decoration:none; 
}
*/

/*
@media print {
    body * {
        display: none; 
    }
    #printArea, #printArea * {
        display: block; 
    }
    #printArea {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
}
*/
