button.link_button {
  background: none;
  border: none;
  padding: 0;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #AD122A;;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
  margin: 0;
}

p.sequence {
    font-weight: bold;
}

p.select{
    font-weight: bold;
    margin-bottom: 0px;
}

#body-area td.sequence {
    vertical-align: middle;
}

hr.database_separator {
    border: none;
    height: 5px;
    color: blue;
    background-color: blue;
}

#body-area h1.peptide {
    color: blue;
    text-align: center;
    font-weight: bold;
}

#body-area h1.select {
    text-align: center;
    font-weight: bold;
}

table.peptide {
    color: blue;
}

p.peptide_sequence {
    color: red;
}

#body-area .peptide td {
    vertical-align: middle;
}
