body {
	background-color: white;
	padding-top: 45px; 
}
h1 {
	font-size:1.2rem;
}
h2 {
	font-size:1.0rem;
	font-weight:bold;
	display:inline;
	margin-top:10px;
	margin-bottom:-2px;
}
.container {
	max-width:600px;
}
.long-page-content-well h2 {
	margin-top: 20px;
	margin-bottom:0px;
	display:block;
}
h5 {
	font-size:1.0rem;
	font-weight:bold;
}
.navbar {
	padding: .01rem .1rem;
	background-color:#003c58!important;
	width: inherit;
}
.nav-link {
	padding: .2rem .1rem;
}

#tcslogo {
	height:25px;
}
.page-title-text {
	color: white;
}
.jumbotron {
	padding: .5rem 1rem;
	height:100vh;
	min-height:100%;
	max-height:100%;
	background-color: transparent;
}
.long-page-content-well {
	margin-top:4px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.xcontainer, .nav-bar {
		width: 540px;
		max-width: 100%;
	}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.xcontainer, .nav-bar {
		width: 720px;
		max-width: 100%;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.xcontainer, .nav-bar {
		width: 960px;
		max-width: 100%;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.xcontainer, .nav-bar {
		width: 906px;
		max-width: 100%;
	}
}

.fixed-bottom {
	margin-bottom: 10px;
}

/* Price Grid */
#price-grid-div {
	margin-bottom:5px;
}
table#pricegrid {
    border-collapse: collapse;
}

table#pricegrid, th, td {
    border: 1px solid gray;
}
#pricegrid {
	width:90%;
}
#pricegrid  th {
	background: black;
	color: white;
	text-align: center;
	font-size:.8em;
}
#pricegrid tr.ranges td {
	background: lightgray;
	color: black;
	text-align: center;
	font-size:.8em;
}
#pricegrid tr.prices td {
	background: white;
	color: black;
	text-align: center;
	font-size:.8em;
}
.blurb img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-top:16px;
	margin-bottom:16px;
}
.blurb h3 {
	font-size: .9em;
	margin-bottom: .0rem;
	margin-top:.5rem;
	font-weight: 500;
	line-height: 1.0;
}
.blurb p {
	margin-bottom: 0px;
}
