/* To secure correct behavior in older browsers for new HTML5 block-level elements */
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
body {
  font-family:arial,helvetica,sans-serif;
  margin:0;
}
ul.footer a {
  text-decoration:none;
}
ul.footer li {
  display:inline;
  color:white;
  padding:1em;
}
p {
  color:#555;
  font-size:120%;
}
.flex-container {
  width:100%;
  height:100%;
  display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
} 
.div-column {
  padding:0.6em;
  line-height:130%;
  width:280px;
  color:#555;
}
.div-column2 {
  padding:0.6em;
  min-width:560px;
  color:#888;
}
.ctxt {
  padding:1.0em;
  color:#888;
}
.ptxt {
  padding-right:0.6em;
  font-size:100%;
}
.itxt {
  min-width:22em;
  padding:0.6em;
  width:95%;
  font-size:120%;
}
.atxt {
  color:#333;
  min-width:45em;
  padding:0.6em;
  width:95%;
  font-size:160%;
}
.itxt_ {
  min-width:22em;
  padding:0.6em;
  width:95%;
  font-size:120%;
  border-color:red;
  border-style:solid;
}
.atxt_ {
  color:#333;
  min-width:45em;
  padding:0.6em;
  width:98%;
  font-size:160%;
  border-color:red;
  border-style:solid;
}
.div-column-head {
  color:#555;
}
.page-head {
  text-align:center;
  color:#555;
}
.pt {
  width:260px;
}
