/* Author: John Sims
Assignment: Project 4: Baby Names
Date: 06 APR 24
Summary: This file contains the JavaScript code for the Baby Names project.
*/

body {
  font: 12pt Georgia, serif;
}

q {
  font-style: italic;
}

#graph td {
  vertical-align: bottom;
  height: 250px;
}

.ranking-td {
  vertical-align: bottom;
}

.ranking-bar {
  width: 50px;
  background-color: #ffbbbb;
  text-align: center;
  font-weight: bold;
}

.top-ten-ranking {
  color: red;
}

#errors {
  color: #d8000c;
  background-color: #ffd2d2;
  border: 1px solid #d8000c;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  font-weight: bold;
}
