div.survey {
  padding: 0px;
  margin: 40px 4px 20px 4px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  border-radius: 20px;
  overflow: hidden !important;
  border: 3;
}

div.survey {
  font-family: "Roboto Slab";
}

div.question input, div.question textarea {
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
} 

div.question textarea {
  width: 100%;
}

div.question_add {
  width: 440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  padding: 15px 5px;
  border: 3px dashed #000;
}

div.survey h2.survey_title {
  background-color: #322755 !important;
  color: #fff !important;
  border-bottom: 0px;
  padding: 20px 20px 20px 30px;
  font-weight: normal;
  margin-bottom: 0px;
}

div.question {
  background: none !important;
}

#survey_opening, #survey_closing {
  padding: 20px;
  border-radius: 5px;
  font-size: 18px;
}

div.question-container {
  background-color: #eee;
  border-radius: 5px;
  padding: 10px 10px 10px 10px;
  margin: 30px 30px 0px 30px;
} 

div.item-container {
  margin: 30px 30px 0px 30px;
}

div.message-container {
  margin: 5px 30px 0px 30px;
}

div.survey form {
  margin-bottom: 20px;
}

#create_modify div.question-container {
  margin: 10px 30px 0px 30px;
}

div.survey_intro {
  border-radius: 5px;
  margin: 30px 30px 10px 30px;
}

.survey_title {
  margin: 30px 0 30px 0px;
  font-size: 24px;
  font-weight: bold;
}

div.item {
  padding: 0;
  margin: 0;
}

div.question div.text { 
  margin: 2px 4px 4px 2px;
  font-weight: bold;
}

div.comments {
  margin-top: 4px;
  margin-left: 4px;
}

div.instructions {
  padding-left: 10px;
  padding-right: 20px;
  margin: 10px 0 10px 0;
}

div.progress {
  width: 500px;
  height: 20px;
  margin: 16px 10px 16px 30px;
}

div.progress .label {
  display: block;
  float: left;
  height: 16px;
  margin: 2px 20px 0 0;
  font-size: 10px;
}

div.progress .bar {
  float: left;
  height: 16px;
  width: 300px;
}

div.survey div.buttons {
  margin: 30px 30px 0px 30px;  
}

img.must_answer {
  vertical-align: text-top;
  margin-right: 4px;
}

table.group {
  border-collapse: collapse;
  empty-cells: show;  
}

table.group td {
  margin: 0;
  padding: 4px 4px 4px 4px;
}

table.group tr.header {}

table.group th.header {}

table.group th {
  text-align: left;
  font-weight: normal;
}

table.group th.center {
  text-align: center;
}

table.group tr.odd {}

table.group tr.even {
  background-color: #e5e5e5;
}

ul.options {
  margin: 0;
  padding: 0;
}

ul.options li {
  list-style-type: none;
}

.center {
  text-align: center;
}