#survey {
  width: 100%;
  height: 420px;
  background: transparent;
  border-radius: 0em 0.7em 0.7em 0em;
  transition: all 1s ease;
}

#survey div.shareSurvey {
  position: fixed;
  top:0;
  left: 0;
}

#survey input[type='text']::-webkit-input-placeholder {
    font-size: 10.5pt;
    color: #888;
}

#survey input[type='text'] {
    margin-top: -5.5px;
    font-size: 13pt;
    background: transparent;
    outline: 0;
    border: 0px;
}

#survey div.survey-head {
  background: #74C049;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #FFF;
  text-align: center;
  font-size: 20pt;
}

#survey div.survey-content {
  background: #CBE6D3;
  width: 100%;
  height: 380px;
  text-align: center;
}

#survey div.survey-content img {
  width: 160px;
  margin-top: 30px;
}

#survey div.survey-content p.question_p {
  color: #DA2F34;
  padding-top: 10px;
  font-size: 15pt;
}

#survey div.survey-content-answer {
  width: 270px;
  margin: 0 auto;
  background: #FFF;
  border: 1px solid #222;
  height: 30px;
  margin-bottom: 5px;
  padding: 5px;
}

#survey div.survey-content-button {
  background: #DA2F34;
  width: 270px;
  border-radius: 0.7em;
  height: 50px;
  margin: 0 auto;
  color: #FFF;
  padding: 5px;
  margin-top: 20px;
  cursor: pointer;
}
#survey div.survey-content-button:hover {
  background: #DA2000
}

#survey div.survey-content-answer input {
  float:left;
  margin-right: 10px;
}
#survey div.survey-content-answer p {
  float: left;
}
#survey div.survey-content-answer b {
  float:right;
}


/*
#DA2F34 - červena
#CBE6D3 - modra
#74C049 - zelena
*/
