.smokeScreen {
  background: #000000;
  z-index: 11050;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-animation: fadeInHalf 200ms 0ms both;
  -moz-animation: fadeInHalf 200ms 0ms both;
  -ms-animation: fadeInHalf 200ms 0ms both;
  animation: fadeInHalf 200ms 0ms both;
  display: none;
}
.styledCheckbox {
  opacity: 0;
  position: absolute;
  height: 17px;
  width: 17px;
}
.styledCheckbox + label {
  padding-left: 23px;
  background: transparent url('../img/checkbox_empty.png') no-repeat 0 0;
  min-height: 17px;
}
.styledCheckbox:checked + label {
  background: transparent url('../img/checkbox_selected.png') no-repeat 0 0;
}
.styledCheckbox:disabled + label {
  opacity: 0.4;
  cursor: default;
}
#palkki_content {
  display: none;
}
.background-shadows {
  display: none;
}
footer .site-navigation a:first-child {
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}
