/* Begin: overlays to foundation.css [v6.2.1] */
body {
  background: #ccffff; /*#F0FFFF;*/
}
.callout {
  border-radius: 15px;
  border: 3px solid gray;
  background-color: #E5FFFF; /*#F5F5FF;*/
}
.callout a {
  color: navy;
  text-decoration: underline;
  font-weight: bold;
}
.callout a:hover, a:focus {
  color: navy;
  background: #ccffff;
  text-decoration: none;
}
.thumbnail {
  border: solid 0px white; /* do not put a white border around thumbnail media object images */
}
h1.mine > a {
  color: black; /* needs "> a" to change a color because of inheritance of "a" from foundations.css */
  font-size: 2rem; /* make smaller just for this site - foundation.css is 1.9375 */
}
h2.mine {
  color: green; /* make big headers different color than black */
  font-size: 1.5375rem; /* make smaller just for this site - foundation.css is 1.9375 */
}
h3 {
  font-size: 1.5375rem; /* make smaller just for this site - foundation.css is 1.9375 */
}
h4 {
  font-size: 1.1625rem; /* make smaller just for this site - foundation.css is 1.5625 */
}
th.col, td.col {
  background: #cccccc; /* separates groups with a color */
}
th.colA {
  background: yellow; /* separates groups with a color */
  color: black;
}
th.colB {
  background: gold; /* separates groups with a color */
  color: black;
}
th.colC {
  background: orange; /* separates groups with a color */
  color: black;
}
th.colD {
  background: firebrick; /* separates groups with a color */
  color: white;
}
th.colE {
  background: red; /* separates groups with a color */
  color: white;
}
th.colF {
  background: magenta; /* separates groups with a color */
  color: white;
}
th.colG {
  background: purple; /* separates groups with a color */
  color: white;
}
th.colH {
  background: indigo; /* separates groups with a color */
  color: white;
}
th.colI {
  background: blue; /* separates groups with a color */
  color: white;
}
th.colJ {
  background: teal; /* separates groups with a color */
  color: white;
}
th.colK {
  background: green; /* separates groups with a color */
  color: white;
}
th.colL {
  background: lime; /* separates groups with a color */
  color: black;
}
/* This was NoOp in foundation.css per their comments there */
/*fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}*/
/* This is from foundation.css in V5 */
fieldset {
  /*border: solid 1px #dddddd;*/
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    /*background: white;*/
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem;
}
.tooltip {
  color: white;
  background: navy;
  max-width: 15rem !important; /* careful - make sure not too big for small devices */
}