h1 {
  font-size: 200%;
  text-align: center;
  font-family: sans-serif;
  color: #000000;
  background-color: inherit;
}

h2 {
  font-size: 175%;
  text-align: center;
  font-family: serif;
  color: #000000;
  background-color: inherit;
}

/*input[type="submit"] {
  background-color: silver;
  color: #000000;
  border: 1px solid #000000;
}

input[type="submit"]:hover {
  background-color: #000000;
  color: silver;
}*/

a:hover { color: #399; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; text-decoration: underline }


.phpc-navbar {
  margin: 1em 0 2em 0;
  text-align: center;
}

a { color: teal; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; text-decoration: none }

.phpc-main {
  font-size: 90%;
  border-style: solid;
  border-collapse: collapse;
  border-color: #000000;
  border-width: 1px;
  color: #000000;
/*  background-color: #CCCCCC;*/
}

table.phpc-main {
  width: 100%;
}

.phpc-main h2  { background-color: silver; text-align: left; margin: 0; padding: 0.25em; border-style: solid; border-width: 0 0 1px; border-color: #000000 }

.phpc-main div {
  margin: .5em;
  font-weight: bold;
}

.phpc-main p {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #000000;
  padding: .5em;
  margin: 0;
  text-align: justify;
}

caption {
  font-size: 175%;
  color: #000000;
  background-color: #FFFFFF;
  padding: 1px;
  font-weight: bolder;
}

thead th  { color: #000000; background-color: #dcfcbc }

thead {
  border: 1px solid #000000;
}

thead, tfoot {
  text-align: center;
}

#calendar td, #calendar th {
  border-style: solid;
  border-collapse: collapse;
  border-color: #45551b;
  border-width: 1px;
  padding: .5em;
}

table.phpc-main tbody th {
  text-align: right;
}

#calendar {
  table-layout: fixed;
}

#calendar td {
  text-align: left;
  height: 150px;
  width: 14%;
  overflow: hidden;
}

td.past {
  background-color: silver;
  color: inherit;
}

td.future {
  background-color: white;
  color: inherit;
}

td.none {
  background-color: #7e8920;
  color: inherit;
}

table.phpc-main ul {
  margin: 1px;
  padding: 0;
  list-style-type: none;
/*  border-color: #000000;
  border-style: solid;
  border-width: 1px 1px 0 1px;*/
}

table.phpc-main li {
  font-size: 80%;
  font-weight: normal;
  padding: 0;
/*  border-color: #000000;
  border-style: solid;
  border-width: 0 0 1px 0;*/
  margin: 0;
}

table.phpc-main li a {
  display: block;
  text-decoration: none;
/*  padding: 2px;*/
}

table.phpc-main li a:hover {
  background-color: gray;
  color: #FFFFFF;
}

.phpc-list {
  border: 1px solid #000000;
}

.phpc-footer {
  text-align: center;
}

.phpc-button {
  text-align: center;
}

.phpc-add {
  float: right;
  text-align: right;
}
#calendar {table-layout: auto;}
.bio { text-align: justify }
