h1, h2, h3, table th, table th .header {
  -webkit-font-smoothing: antialiased;
  line-height: 2.2rem;
}
h1 {
  color: #0087F7;
  font-size: 1.8rem;
}
h2 {
  font-size: 1.6rem;
}
h3 {
  font-size: 1.4rem;
}

body {
  background: rgb(237, 238, 240);
}

.tab_withBorder {
  border:2px solid #004f90;
  border-collapse: collapse;
}
.tab_withBorder td, th {
  padding-left: 1em;  
}
.tab_withBorder tr {
  height: 3em;
}

.border_top {
  border-top:2px solid #004f90;
}

.smaller_text {
  font-size: 0.9em;
}

.bold_text {
  font-weight: bold;
}

.content {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
  padding: 24px;
}

.tabcontent {
  display: none;
}

.divUpload {
  border: 2px solid #0087F7;
  border-style: dashed;
  border-radius: 3px;
  max-width:100%;
  max-height:100%;
  height: 10em;
  background: rgba(209, 245, 247, 0.836);
  vertical-align: middle;
  /* margin-top: 10px; */
}

#divPredict {
  max-width:100%;
  max-height:100%;
  vertical-align: middle;
  margin-top: 32px;
}

#divResName, #divContextOption {
  font-weight: bold;
}

#alleles, #allelesMotif {
  width:100%;
  height:32px;
  vertical-align: middle;
  padding: 8px;
  box-sizing: border-box;
}

.button {
  width:100%;
  height:24px;
  background: #0087F7;
  color: white;
  vertical-align: middle;
  margin-top: 17px;
}

.button:hover{
  background: #00a9f7;
}

.button:disabled{
  background: #b4b4b4;
  color: #666666;
}

.dropzone {
  max-width:100%;
  max-height:100%;
  height: 100%;
  vertical-align: middle;
  text-align: middle;
}

.dz-message {
  vertical-align: middle;
  text-align: left;
  margin-right: 10px;
  margin-left: 5%;
  /* height: 100%; */
  /* height: 70px; */
  margin-top: 1em;
  font-weight: bold;
}

#fileUploaded {
  vertical-align: middle;
  height: 100%;
  /* line-height: 56px; */
}

#divRemoveImage {
  width: 16px;
  height: 16px;
}

#removeImage {
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
}


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Style for the top tab links */
.topnav {
  background-color: #333;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 750px;
}
.tablink {
  background-color: #333;
  overflow: hidden;
  color: #f2f2f2;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family:Arial, Helvetica, sans-serif;
}

.tablink:hover {
  background-color: #ddd;
  color: black;
}

