body {
  background: #DBDEDB;
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  font-size: 1em;
  margin-top: 10px;
  margin-bottom: 100px;
  color: #312E7B;
}

label {
  font-size: 20px;
}

h1 {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}

h1 span {
  color: red;
}

input {
  margin: 10px;
}

button {
  margin-top: 10px;
  font-size: 12px;
}

ul {
  display:inline-block;
  text-align: left;
}

table, tr, td, th {
    border-collapse: collapse;
    border: 1px solid black;
    text-align: center;
    padding: 3px;
    margin-bottom: 10px;
}

p {
  margin-bottom: 0;
}

#updateSpan {
  color: red;
  font-weight: bold;
}

#seqID {
  margin-left: 0;
  display: block;
  min-width: 250px;
  max-width: 30%
}

#idSpan {
  color: red;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 0;
}

#textInput {
  width: 800px;
  height: auto;
  max-width: 40%;
}

#resultsHead {
  border: 2px #312E7B solid;
  width: max-content;
  padding: 10px
}

#errorMessage {
  color: red;
  text-align: left;
  font-size: 30px;
  margin-bottom: 10px;
}

#sequence {
  font-family: 'IBM Plex Mono', monospace;
}

#dnaSequence {
  font-family: 'IBM Plex Mono', monospace;
}

#dnaSeqWarn {
  color: red;
  font-weight: 900;
}

#aaTable {
  float: left;
  margin-right: 50px;
  margin-bottom: 0;
}

#proteinSeqLength span{
  color:red;
  font-weight: 900;
  margin-top: 0;
}
.update {
  border: 1px solid black;
  padding: 10px;
  margin: 20px;
  text-align: justify;
  margin: 10px 0;
}

.title {
  color: red;
  font-weight: bold;
}
.title2 {
  color: rgb(4, 169, 245);
  font-weight: bold;
}

.residueSummary {
  min-width: 465px;
  float: left;
}

.ecwrapper {
  float: left;
  margin-top: 10px;
  margin-bottom: 0;
}

.welcomebox {
  width: 45%;
  text-align: justify;
  text-justify: inter-word;
  font-size: 18px;
}

.sidebox {
  font-size: 20px;
  border: 1px black solid;
  background-color: #f5f5dc;
  border-radius: 5%;
  width: 0 auto;
  float:right;
  text-align: center;
  padding: 1%;
  margin-right: 5%;
  max-width: 40%;
  -webkit-box-shadow: 15px 17px 16px -5px rgba(110,112,112,1);
  -moz-box-shadow: 15px 17px 16px -5px rgba(110,112,112,1);
  box-shadow: 15px 17px 16px -5px rgba(110,112,112,1);
}

.sidebox p {
  margin-top: auto;
  margin-bottom: 5px;
}

.bottomBlock {
  display: inline-block;
  margin-top: 0;
}


.references {
  display: inline-block;
  margin-top: 20px;
}

.references p {
  margin: 0;
  padding: 0;
  width: auto;
}

.linksSubheading {
  margin: 20px 0 10px 0
}

#pdfDownload {
  float: left
}

.protimage {
  float:right;
  max-width:40%;
  margin-right: 5%;
  /* border: 1px black solid; */
  margin-top: 10px;
  width: 0 auto;

}

/* body {
  max-width: 965px;
} */