body {
  padding-top: 5rem;
  background-color: #fafafa;
  font-size: 90%;
}

h1,h2,h3,h4,h5 {
	font-family: 'Oswald', sans-serif;
}

.lighttext {
	color: #eeeeee;
}

.darktext {
	color: #222222;
}

.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

div.carousel-caption {
    text-shadow: 1px 1px 2px black, 1px 1px 8px black;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.leftjustify {
	text-align: left;
}

.toproom {
	padding-top: 30px;
}

.bottomroom {
	padding-bottom: 20px;
}

.footer {
	padding-top: 18px;
	/*width: 100%;*/
	padding-bottom: 24px;
	font-size: 90%;
}

#raclogo {
	width: 100%;
}

#harclogo {
	width: 100%;
	padding-top: 20px;
}

#iframe {
	border: 1px solid #8d8379;
	width: 100%;
	height: 300px;
}

.lastline {
	padding-top: 30px;
}

ul#alpha {
	list-style-type: lower-latin;
}

.mr-3 {
	margin-top: 12px;
	margin-bottom: 12px;
	margin-right: 18px;
}

.meeting p {
	line-height: .75em;
}

.agenda {
	padding-bottom: 18px;
}

.meetingtitle {
	padding-top: 18px;
}

.minutes {
	margin-top: 1.5em;
}

/*Membership Table*/

table.membershipTable {
  border: 1px solid #1C6EA4;
  width: 60%;
  text-align: left;
  border-collapse: collapse;
	margin-bottom: 24px;
	margin-top: 12px;
}

table.membershipTable td, table.membershipTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 4px;
}

table.membershipTable tr:nth-child(even) {
  background: #F5F3EB;
}

table.membershipTable thead {
  background: #E0D2C1;
  border-bottom: 2px solid #444444;
	font-weight: bold;
}

table.membershipTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #2B2A23;
  border-left: 2px solid #F5F5F5;
}

table.membershipTable thead th:first-child {
  border-left: none;
}

/*RIC-2 Table*/

table.ric2 {
  border: 1px solid #1C6EA4;
  width: 30%;
  text-align: left;
  border-collapse: collapse;
	margin-bottom: 24px;
	margin-top: 12px;
}

table.ric2 td, table.ric2 th {
  border: 1px solid #AAAAAA;
  padding: 3px 4px;
}

table.ric2 tr:nth-child(even) {
  background: #F5F3EB;
}

table.ric2 thead {
  background: #E0D2C1;
  border-bottom: 2px solid #444444;
	font-weight: bold;
}

table.ric2 thead th {
  font-size: 15px;
  font-weight: bold;
  color: #2B2A23;
  border-left: 2px solid #F5F5F5;
}

table.ric2 thead th:first-child {
  border-left: none;
}

/*IRLP Table*/

table.irlp {
  border: 1px solid #1C6EA4;
  width: 80%;
  text-align: left;
  border-collapse: collapse;
	margin-bottom: 24px;
	margin-top: 12px;
}

table.irlp td, table.irlp th {
  border: 1px solid #AAAAAA;
  padding: 3px 4px;
}

table.irlp tr:nth-child(even) {
  background: #F5F3EB;
}

table.irlp thead {
  background: #E0D2C1;
  border-bottom: 2px solid #444444;
	font-weight: bold;
}

table.irlp thead th {
  font-size: 15px;
  font-weight: bold;
  color: #2B2A23;
  border-left: 2px solid #F5F5F5;
}

table.irlp thead th:first-child {
  border-left: none;
}
