.columnHeader {
    font-family: sans-serif;
    size: 16px;
    text-align: center;
}

caption {
    text-align: center;
}

table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

th, td {
	border: 2px solid black;
	border-collapse: collapse;
	padding: 15px;
	vertical-align: top;
	text-align: left;
    font-size: .75rem;
    word-wrap: break-word;
}

h1 {
    text-align: center;
    font-family:sans-serif;
}

caption {
    font-family: sans-serif;
    size: 20px;
}

p {
    text-align: center;
    font-family: sans-serif;
    color: blue;
}

img {
    display: block;
    width: 1200px;
    max-width: 100%;
    height: auto;
    margin: auto;
    border: 2px solid black;
}

.highlighText {
    color:red;
    font-style: bold;
}

	
@media (min-resolution: 192dpi) {
  * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

