html, body {
  margin: 20px;
  /* this is juust to prevent scrollbars for cast */
  overflow: hidden;
}

/* this is for menubar links */
.active {
  font-weight: bold;
}

/*  modal dialog needs to be wide */
#modalContent {
  width: 880px;
}

#modalContent2 {
  width: 600px;
}

/*  skills table styles  */
#skillstable {
  border: 1px solid black;
  font-size: 0.9em;
  text-align: center;
}

#skillstable th, #skillstable th {
  background-color: #dddddd;
  border: 1px solid black;
  padding: 3px 5px;
}
#skillstable td, #skillstable td {
  border: 1px solid black;
  padding: 3px 5px;
}
#skillstable td .rowheader, #skillstable td .rowheader {
  font-weight: bold;
}
