.form {
  margin: auto;
}

#categorical {
}

#chronological {
    position: absolute;
    visibility: hidden;
}

/*Setup look of toggle button*/
.switch-field {
  overflow: hidden;
  width: inherit;
  margin: auto;
  width: 50%;
  min-width: 275px;
  padding: 1px;
}

.switch-title {
  margin-bottom: 6px;
  text-align: center;
}

.switch-field input {
  display: none;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  width: 33%;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
  box-shadow: inset 0 1px 6px rgba(41, 41, 41, 0.2),
                    0 1px 2px rgba(0, 0, 0, 0.05);
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #000000;
  -webkit-box-shadow: none;
  font-weight:bold;
  color: #FFFFFF;
  box-shadow: none;
}

.switch-field label:first-of-type {
  text-align: center;
  margin: auto;
  border: : 5px solid grey;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.switch-field label:last-of-type {
  text-align: center;
  margin: auto;
  border: : 5px solid grey;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
