
#nav_vert {
height: 50em;
}

body {
    font-family:Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	font-size:100%;
}

.red {
    color: red;
}
.italics {
    font-style: italic;
}
.bold {
    font-weight: 600;
}

.cntr {
    float: none;
    margin-left: 20%;
    width: 60%;
    height: auto;
}

blockquote {
    margin-left: 10%;
    margin-right: 10%;
}

hr {
    height: 3px;
    background-color: blue;
    margin: 5%;
}

table {
    border: none;
}

table tr td {
    border: none;
    text-align: center;
}
table img {
    width: 200px;
    height: auto;
}

footer {
    clear: both;
    width: 97%;
    max-width: 960px;
    border-top: 1px solid black;
}
footer  {
    padding-left: 2em;
    font-size: 75%;
}

.slicknav_menu {
	display:none;
}

@media only screen and (max-width: 900px) {
    th, td {
        display: block;
    }
    thead {
        display: none;
    }
    td img {
        float: none;
    }
    p {
        text-align: left;
        margin-left: -3%;
    }
}