/* White Page Styling */

body {
  line-height: 25px;
}

p {
  font-weight: bold;
}

.experiment-content {
  border-radius: 2px;
  padding: 100px 180px 100px;
  margin-bottom: 80px;
}

/* Move text below buttons */

.mdl-radio__label {
  display: inline-block;
  width: 10em;
  padding-top: 1.5em;
  transform: translate(-53%,0%);
  text-align: center;
}

.mdl-radio {
  float: left;
  width: 90px;
  margin-left: 48px;
}

.mdl-cell--8-col, .mdl-cell--8-col-desktop.mdl-cell--8-col-desktop {
  width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.mdl-cell--2-col, .mdl-cell--2-col-desktop.mdl-cell--2-col-desktop {
  width: calc(0%)
}


/* Add gray line for Likert */

.mdl-radio.is-checked .mdl-radio__outer-circle {
  background-color:transparent;
}

.mdl-radio__outer-circle{
  background-color:white;
}

/* line for 5 option likert */
form #k6_survey_3_options:before, #k6_survey_4_options:before, #k6_survey_5_options:before, #k6_survey_6_options:before, #k6_survey_7_options:before, #k6_survey_8_options:before, #k6_survey_14_options:before {
  content: '';
  position:relative;
  top:53px;
  left:61px;
  display:block;
  background-color:#efefef;
  height:4px;
  width:552px;
}

/* line for 7 option likert */
form #k6_survey_9_options:before {
  content: '';
  position:relative;
  top:102px;
  left:61px;
  display:block;
  background-color:#efefef;
  height:4px;
  width:828px;
}

