/*
Copyright 2018, University of Colorado Boulder
This PhET-iO file requires a license
USE WITHOUT A LICENSE AGREEMENT IS STRICTLY PROHIBITED.
For licensing, please contact phethelp@colorado.edu
*/

body {
  background: #e0eefd
}

/* 36px */
h2 {
  font-size: 1.75em;
}

table {
  background-color: transparent;
  border-spacing: 0;
  border: solid;
  border-collapse: collapse;
  border: 1px solid black;
}

th, td {
  padding: .5em 1em;
  vertical-align: top;
  text-align: left;
}

tr:nth-child(even) {
  background-color: #afcceb;
}

a:link {
  color: #000f40;
}

a:visited {
  color: purple;
}

a:focus {
  color: black;
}

a:hover {
  color: darkgreen;
}

a:active {
  color: red;
}

/* -----------------------
Layout styles
------------------------*/

.content {
  width: 1200px;
  margin: 2em auto;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

#version-info {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}