/* line 6, ../sass/style.scss */
html, body {
  font-size: 16px;
  line-height: 18px;
  position: relative;
}

/* line 14, ../sass/style.scss */
.fieldset {
  display: flex;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #DBDBDB;
  padding: 20 40 30 40;
  font-family: Roboto-Regular;
  background-color: white;
}
/* line 22, ../sass/style.scss */
.fieldset .fieldtitle {
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 26, ../sass/style.scss */
.fieldset input {
  background-color: #f3f5f7;
  border: 1px solid #d6d6d6;
  height: 2.3rem;
}
/* line 32, ../sass/style.scss */
.fieldset div div:nth-child(2) {
  display: flex;
  align-items: center;
}
/* line 35, ../sass/style.scss */
.fieldset div div:nth-child(2) #accolade {
  display: flex;
  flex-direction: column;
  background: url("../res/img/acolade-consequences.png") no-repeat right top;
  margin: 0 10px;
  height: 65px;
  justify-content: space-around;
}
/* line 42, ../sass/style.scss */
.fieldset div div:nth-child(2) #accolade label {
  font-size: 1em;
  width: 70px;
}
/* line 46, ../sass/style.scss */
.fieldset div div:nth-child(2) #accolade * {
  display: flex;
  align-items: center;
  height: 18px;
  margin: 0;
  margin-right: 10px;
}
/* line 55, ../sass/style.scss */
.fieldset div div:nth-child(2) .calimg {
  width: 36px;
  margin: 0;
}
/* line 59, ../sass/style.scss */
.fieldset div div:nth-child(2) input {
  flex: none;
}
/* line 62, ../sass/style.scss */
.fieldset div div:nth-child(2) > * {
  margin-right: 8px;
}
/* line 65, ../sass/style.scss */
.fieldset div div:nth-child(2) p {
  font-size: 0.8em;
  color: #777777;
}
/* line 70, ../sass/style.scss */
.fieldset div div:nth-child(4) {
  display: flex;
}
/* line 73, ../sass/style.scss */
.fieldset div div {
  margin: 8px 0;
}

/* line 78, ../sass/style.scss */
#advicespans {
  display: flex;
  justify-content: space-between;
}

/* line 82, ../sass/style.scss */
.adviceblock {
  padding-right: 10px;
  display: inline-table;
}

/* line 86, ../sass/style.scss */
.fieldlist {
  width: 100%;
}
/* line 88, ../sass/style.scss */
.fieldlist label {
  margin-right: 0;
  width: initial;
}
/* line 92, ../sass/style.scss */
.fieldlist input {
  flex: none;
  width: 140px;
  margin: 0 10px;
}

/* line 99, ../sass/style.scss */
.checklist .col2 {
  align-self: center;
}

/* line 103, ../sass/style.scss */
.navfoot {
  padding: 0;
}

/* line 106, ../sass/style.scss */
#ratio {
  font-family: 'RobotoCondensed-Regular';
}

/* line 109, ../sass/style.scss */
#chartoverlay {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 59px;
  font-family: RobotoCondensed-Regular;
  font-size: 25px;
  text-align: center;
  width: 100px;
  display: none;
}

/* line 120, ../sass/style.scss */
#piecontainer {
  width: 136px;
  margin-left: 20px;
  position: relative;
}
/* line 124, ../sass/style.scss */
#piecontainer #pietitle {
  text-transform: uppercase;
  position: absolute;
  bottom: 17px;
  width: 136px;
  font-size: 14px;
  text-align: center;
  font-family: RobotoCondensed-Regular;
  color: #f6c142;
}

/* line 135, ../sass/style.scss */
#pieoverlay {
  position: absolute;
  top: 51px;
  width: 136px;
  text-align: center;
  font-family: RobotoCondensed-Regular;
  font-size: 24px;
  color: #f6c142;
}

/* line 144, ../sass/style.scss */
#pagination {
  font-family: Roboto-Regular;
  font-size: 11px;
  color: #aaa9a9;
}
/* line 148, ../sass/style.scss */
#pagination #results {
  font-weight: 600;
  color: #7d7d7d;
  margin-right: 20px;
}
/* line 153, ../sass/style.scss */
#pagination select {
  height: 25px;
  margin: 0 10px;
  width: 55px;
  padding-left: 5px;
  color: #aaa9a9;
  background-color: white;
}

/* line 161, ../sass/style.scss */
#pagelist {
  display: flex;
  justify-content: center;
}

/* line 165, ../sass/style.scss */
.page {
  font-family: Roboto-Regular;
  font-size: 14px;
  color: white;
  background-color: #aaa9a9;
  transition: background-color 0.1s ease-in;
  width: 24px;
  height: 24px;
  text-align: center;
  padding-top:2px;
  margin-left: 1px;
  cursor: pointer;
}
/* line 176, ../sass/style.scss */
.page:hover {
  background-color: #4d4e4e;
}
/* line 179, ../sass/style.scss */
.pagecurrent {
  background-color: #4d4e4e;
}

/* line 183, ../sass/style.scss */
.nextlink {
  font-family: Roboto-Regular;
  color: #aaa9a9;
  font-size: 14px;
  margin: 2px 15px;
  cursor: pointer;
}
