h1{ color: #3F3B3B;}

table{
  border: 1px solid #d4d5d6;
}

tr.line0 {
    background-color: #dFdFdF;
    text-align:center;
}
tr.line1{
    background-color:#white;
    text-align:center;
}

.headingv {
    background-color: #4da1cf;
    font-weight:bold;
    text-align:center;
    
}

td {
    padding: 2px;
    text-align:center;
}

table.form{
  border: none;
  margin-bottom: 10px;
}

table.form td.name{
  text-align: right;
  font-weight: bold;
}

/********** Vertical table  *********/
table.vertical td{
  padding: 4px;
  color: #3F3B3B;
}

table.vertical td.heading{
    font-weight:bold;
    text-align: right;
}

table.vertical td.data{
  text-align: left;
  color: #3F3B3B;
}

#mapping{
  float: left;
  margin-left: 30px;
  border: none;
}

#maid_details{
  float: right;
  margin-right: 30px;
  border: none;
}

#overview{
  border: none;
  
}

#overview td{
  padding: 8px 25px 8px 25px;
}
/************************************/

/******* Horizontal Tables  ********/
table.horizontal td{
  padding: 4px;
  color: #3F3B3B;
}

table.horizontal tr.heading,table.horizontal td.heading{
  text-align: center;
  font-weight:bold;
  background-color: #4da1cf;
  color: #3F3B3B;
}

#oligos{
  clear: left;
  margin-left: 30px;
  margin-top: 30px;
}

.oligo_type{
  cursor: help;
}

#downloads{
  clear: left;
  margin-left: 30px;
  margin-top: 30px;
}
#downloads li{
  padding: 3px;
}

#overview_data{
  border: none;
  width:500px;
}

#oligo_lengths,#clones{
  clear: left;
  margin-left: 30px;
  margin-top: 30px;
}


#search{
    border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#E0E3E4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#komp_links{
	padding-top:10px;
	padding-bottom:10px;
}
#error{
  color: red;
  font-size:16px;
  font-weight: bold;
  padding: 5px 0px 15px 5px;
}

#vel_alleles{
  font-size:20px;
  font-weight: bold;
  border-bottom-style:solid;
  border-bottom-color:#E0E3E4;
}

/* For tooltips */

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #CCC;
    color: #555;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity .3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
