@charset "UTF-8";

/* basic style
----------------------------------------------- */
*, *::before, *::after {
  background-color: #333 !important;
  border-color: #fff !important;
  color: #fff !important;
  box-shadow: none !important;
}
body .maps div, #map_canvas div {
  background-color: transparent;
  color: #000;
}
a {
  color: #ffcc00 !important;
}
a:visited {
  color: #ff9900 !important;
}
a:focus, a:hover {
  color: #eeccff !important;
}

/* Layout
----------------------------------------------- */
#container.col1 #headerContainer {
  background: none;
}

/* accessibilityTool
----------------------------------------------- */
#accessibilityTool,
#accessibilityTool .pieceContainer,
#accessibilityTool .pieceHeader,
#accessibilityTool .pieceHeader h2 {
  background-color: transparent !important;
}

/* top what
----------------------------------------------- */
#what .pieceBody .training-list li {
  border: 1px solid #fff;
}
#what .pieceBody .training-list li dt {
  border-bottom: 1px solid #fff;
  background: none;
}