*{
  font-size:15px;
}

body{
  background: #f2f2f2;
}

label{
  margin:0;
  padding-left:5px;
}

#results{
  display:none;
}

header{
  padding-top:10px;
  padding-bottom:10px;
  text-align:center;
 /* font-size: 20px;*/
  background: #e6e6e6;
}

b{
  font-size:15px;
}

a{
  color:blue;
  font-size:12px;
}

.container-fluid{
  width: 95%;
}

td span{
  font-size:15px;
}
.audience{
  border-top: 1px dotted grey;
  font-size:15px;
  margin-bottom:0px;
  margin-top:6px;
  padding-top:5px;
  line-height:18px;
}

.info{
  border-top: 1px dotted grey;
  font-size:15px;
  margin-bottom:0px;
  margin-top:6px;
  padding-top:5px;
  line-height:18px;
}

.qual{
  border-top: 1px dotted grey;
  font-size:15px;
  margin-bottom:0px;
  margin-top:6px;
  padding-top:5px;
  line-height:18px;
}

.hide{
  display: none;
}
.ui.datepicker-calendar, .ui.datepicker-month{display : none}


#results td{
	font-size:15px;
}
#results tr{
   vertical-align: top;
}

#results tr:nth-child(odd), #results tr:nth-child(even){
	background: #dae5f4;
}

#results th{
	background: #ffffff;
}
/*#results td:nth-child(2), #results td:nth-child(3){
	text-align:center;
}*/
th{ border: 1px solid black;
   background-color: lightgoldenrodyellow;
}
td {
  border: 1px solid black;
  text-align: left;
  font-size:12px;
}





/* The switch - the box around the slider */
.switch {
 position: relative;
 display: inline-block;
 width: 54px;
 height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
 opacity: 0;
 width: 0;
 height: 0;
}

/* The slider */
.slider {
 position: absolute;
 cursor: pointer;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #AAAAAA;
 -webkit-transition: .4s;
 transition: .4s;
}

.slider:before {
 position: absolute;
 content: "";
 height: 18px;
 width: 18px;
 left: 4px;
 bottom: 4px;
 background-color: white;
 -webkit-transition: .4s;
 transition: .4s;
}

input:checked + .slider {
 background-color: #007bff;
}

input:focus + .slider {
 box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
 -webkit-transform: translateX(26px);
 -ms-transform: translateX(26px);
 transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
 border-radius: 34px;
}

.slider.round:before {
 border-radius: 50%;
}
