.button {
    background-color: #ff9741;
    border: solid; 
    color: white; 
    /*padding: 12px 24px; */
    font-size: 16px;
}
.button:hover {
    border: solid;
    border-color: #555;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 480px;
    background-color: #ff9741;
    color: #fff;
    text-align: left;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}

.tooltip-right .tooltiptext-right {
	left: 105%;
}

.tooltip-top .tooltiptext-top {
	bottom: 100%;
	left: 50%;
	margin-left: -240px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 10px 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
}

.active, .collapsible:hover {
    background-color: #555;
}

.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}

label{
    display: inline-block;
    float: left;
    clear: left;
    width: 250px;
    text-align: right;
    font-size: 16px;
    padding: 10px;
}
#iter #lrate #thresh #activation {
  display: inline-block;
  float: left;
  font-size: 16px;
  padding: 2px;
}
input {
  display: block;
  float: left;
  font-size: 16px;
  padding: 2px;
}


#searchbar {
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#dbTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 18px;
}

#dbTable th, #dbTable td {
  text-align: left;
  padding: 12px;
}

#dbTable tr {
  border-bottom: 1px solid #ddd;
}

#dbTable tr.header, #dbTable tr:hover {
  background-color: #f1f1f1;
}

h1, h2 {

font-family: "Barlow Condensed";
background: rgb(242,148,0);

}

input, button, tr, td, th {
font-family: "Barlow Condensed";
font-size: 20px;
}

button.collapsible, submitbutton {
font-size: 20px;

}

.submitbutton {

background-color: rgb(242,148,0);
border-width: 0px;
}

.submitbutton:hover {

background-color: rgb(242,148,110);
}
