body{
  font-family: "Open Sans", sans-serif;
}

h4, dd, .checkbox label{
  font-weight: 200;
}

dt{
  font-weight: 400;
}

select, textarea, input{
  border-radius: 0 !important;
  font-weight: 200;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none !important;
}

select:focus, textarea:focus, input:focus{
  border-color: #CCC !important;
}

.caption .detail{
  margin-top: 0px;
  margin-left: 20px;
}

.caption .field{
  font-weight: bold;
  float: left;
  width: 65px;
}

.caption h3{
  display:inline;
  color: #000000;
  font-size: 14px;
  min-height: 20px;
}

.caption h4{
  color: #ff3f00;
  font-size: 12px;
  min-height: 14px;
}

.suositus{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.suositus h4{
  margin-top: 5px;
  margin-bottom: -5px;
 //  border-bottom: 1px solid #A9A9A9;
  padding-bottom: 5px;
}

.outline {
  display: block;
  position: absolute;
  left: 15px;
  height: auto;
  background: rgba(255, 255, 255, .5);
  opacity: 0;
  -webkit-transition: opacity .25s ease-in;
  -ms-transition: opacity .25s ease-in;
  -moz-transition: opacity .25s ease-in;
  -o-transition: opacity .25s ease-in;
  transition: opacity .25s ease-in;
  margin-top: 0px;
  margin-left: 20px;
  margin-right: 5px;
  padding: 5px 15px;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 200;
}

.caption:hover .outline{
  opacity: 1;
}

.caption:hover .detail{
  opacity: 0;
}

.suositukset-pagination{
  text-align: center;
}

.suositukset-pagination li a{
 color: #000;
}

.suositukset-pagination li.active a{
  background-color: #ff3f00;
  border-color: #AAA;
}
#suositteluthaku div {
  display: block;
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 10px;
  text-align: left;
  color: black;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.col-ss-1 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 10px;
  width: 85px;
  text-align: right;
  float: left;
}
.col-ss-2 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 10px;
  width: 100%;
}
