* {
  font-family:arial, helvetica;
}
.main {
  margin: 0 auto;
  max-width: 1500px;
}
hr {
  clear: both;
}

.hide {
  margin: 0 !important;
  padding-left:0 !important;
  padding-right: 0 !important;
}

.questions {
  background: #e6e6e6;
  padding: 30px;
  max-width: 80%;
  margin-left:auto;
  margin-right: auto;
}

fieldset {
  border: 0;
}

fieldset.calls {
  display: none;
}

input[type="number"],
input[type="text"] {
  display: inline-block;
  margin: 8px 5px 5px 0;
  padding: 3px;
  width: 50px;
  font-size: 20px;

}

fieldset.meetings label,
fieldset.scheduler label {
  width: 120px;
  display:inline-block;
}

h3 {
  clear: both;
}

button {
  background: #3bc3be;
  color: #ffffff;
  font-weight: bold;
  border: 0;
  padding: 9px 12px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 16px;
  margin: 10px;
}

#scheduler {
  display: none;
  margin-top: 50px;
}

#hourlist {
  width: 500px;
  padding-right: 180px;
  float: left;
}

#hourlist table {
  border-collapse: collapse;
}

#hourlist table td {
  border:solid 1px #c0c0c0;
  padding: 7px;
  background: #e0e0e0;
}

#hourlist table td:first-child {
  text-align: right;
  padding-right; 10px;
}

#week-overview {
  width: 802px;
  float: left;
  margin-bottom: 50px;
}

#availability {
  position: relative;
  width: 799px;
  height: 314px;
  border: solid 1px #c0c0c0;
  background-image:url('grid2.png');  
}

#grid {
  position: absolute;
  left: 14px;
  top: 44px;
}

.day {
  clear: both;
  opacity: 0.7;
}

.day .hours {
  float:left;
  width: 55px;
  font-size: 11px !important;
  height: 22px;
  line-height: 22px;
  border-radius: 4px;
  box-shadow: 0 0 1px #000000;
  margin: 11px 10px 7px 0;
}

.day .hours .blocks-avail {
  border-right: solid 1px #e0e0e0;
}

.day .hours > div {
  float: left;
  padding: 0 3px;
}

.day div.block {
  float:left;
  height: 37px;
  transition: width 0.5s;
  padding: 2px;
  margin: 2px;
  border-radius:5px;
  text-align: right;
  font-size: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  overflow:hidden;
}

.support-block {background: #3BC3BE; color: #ffffff;}
.call-block {background: #c3eceb; color: #666666;}
.citizen-block {background: #97dfdc; }
.admin-block {background: #d2e8e1;}
.ai-block {background: #00ff00;}

.totals {
  clear: both;
}

ul li {
  margin-bottom: 10px;
}