/*
We highly recommend you use SASS and write your custom styles in sass/_custom.scss.
However, this blank file is available if you prefer
*/
.years {
  padding: 0.2rem 0.6rem;
  background: #000;
  color: #ffdd00;
  margin-left: 0.75rem;
  font-size: 1.2em;
}

.years:hover {
  padding: 0.2rem 0.6rem;
  background: #333;
  color: #fff;
}

hr {
  height: 1px;
  background: #000;
  text-align: center;
  width: 80%;
  border: 0;
  margin: 1rem auto;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.2em;
}

table, td, tr, th{
  background: transparent;
  border: 0 !important;
  
}