.boldy {
  font-weight: 600;
}
.red-text {
  color: red;
}



/* Launch Form styles */
.launch_container{
	margin: 0 0;
	padding-bottom: 2em;
}

.label-launch {
    width: 200px;
    float:left;
}

.select-options {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(55,88,129);
	height: 35px;
	width: 170px;
}

/* DB statistics styles */

section.db-results{
  padding: 30px 0 30px;
}
table.stats-results {
  border-collapse: collapse;
}
table.stats-results td{
  padding: 4px 10px;
}
table.stats-results tr{
  border-bottom: solid 1px #ccc;
}
table.stats-results thead{
  font-weight: 600;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 30px;
  padding: 0 20px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: .03rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus{
  color: #333;
  border-color: #888;
  outline: 0;
}
input#DBextra{
  margin: 0 0 15px;
}
#DBtools {
  margin-bottom: 15px;
  max-height:0px;
  -moz-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  overflow: hidden;
}
#DBtools.opentools {
  max-height:100px;
}
#DBtools input{
  background-color: rgb(248, 248, 248);
  width: 210px;
  margin: 5px 18px 5px 0;
  float: left;
}
#DBtools input:nth-child(3n+1){
  clear: left;
}