#nav_vert {
height: 90em;
}

table {
    margin: 0% 5% 0% 0%;
    border: none;
}
table tr td {
    margin: 0% 5% 0% 5%;
    border: none;
}
#costs {
    margin-left: 25%;
}
#costs th {
    border: 2px solid black;
}
#costs tr td {
    border: 2px solid black; 
}
#olright {
    margin-left: 30%;
}
.bkgd {
    background-color: darkgray
}
.indiv_button_2 a {
    float: left;
    font-size: 100%;
    text-align: center;
    display: block;
    width: 8em;
    margin: 0 .25em 0 2%;
    padding: 0 .2em 0 0; /* padding above and below a elements */
    text-decoration: none;
    background-color: green;
    color: white;
    font-weight: bold;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;

    border-radius: 10px;
}

.green_text_1 {
    color:forestgreen;
    font-size: 120%;
    font-weight: bold;
}
.blue_text_1 {
    color:blue;
    font-size: 120%;
    font-weight: bold;
}
.green_text_2 {
    color:forestgreen;
    font-size: 100%;
    font-weight: bold;
    margin-left: 5%;
}
.green_text_3 {
    color:forestgreen;
    font-size: 100%;
    font-weight: bold;
}
.blue_text_3 {
    color:blue;
    font-size: 100%;
    font-weight: bold;
}
.bold {
    font-weight: bold;
}
.cntr {
    margin-left: 20%;
}
.prog_notes {
    color:blueviolet;
    font-style: italic;
}
blockquote {
    margin-left: 30%;
}
.member_links {
    margin-left: 30%;
}
.red_text {
    color: red;
    text-emphasis: bold;
    font-style: italic;
    font-size: 110%;
}
.red_text_2 {
    color: red;
    font-weight: bold;
    font-size: 100%;
}
.small_caps {
    font-variant: small-caps;   }
.italic_text {
    font-style: italic;  
}
.main_text {
    margin-left: 33%;
}
.main_text_2 {
    margin-left: 10%;
}

#new {
    float: left;
    width: 40px;
    height: auto;
    padding: none;
    margin: none;
}


.name {
    width: 18em;
    height: auto;
    float: none;
    margin: 0 0 0 -.5%;
    padding-left: 0;
}

.slicknav_menu {
    display:none;
}


@media screen and (max-width: 760px) {
	.js #nav_horiz {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}

.name {
    width: 18em;
    height: auto;
    float: none;
    margin: 0 0 0 -.5%;
    padding-left: 0;
}
}
