.pequeno{
  font-size:80%;
}

.question_content {
  border-width: 0;
  padding: 0;
  background: #fafafa;
  /* width: 100%;
  min-width: 260px; */
  overflow: hidden;
  height: 560px;
  border: 1px solid lightgray;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 0;
}

.caption {
  display: block;
  height: 48px;
  line-height: 48px;
  margin-left: 16px;
  font-size: 12px;
  color: #737373;
}

.caption-txt {
  color: #737373;
  font-size: 12px;
}

.margin-left {
  margin-left: 16px;
}

.margin-all {
  margin: 16px;
}

.answer_content {
  width: 740px;
  height: 560px;
  margin: 20px auto;
  margin-top: 2px !important;
  box-sizing: border-box;
  background: #fafafa;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow-y: auto;
}

.center-survey {
  font-family: 'Roboto', sans-serif;
  background: #eee;
  overflow: hidden;
  width: 1040px !important;
  margin-top: 20px !important;
}

.arrow_move {
  margin: 20px 10px;
}

.arrow_move.am_active {
  color: #388e3c;
}

.arrow_move.am_inactive {
  color: #9E9E9E;
}

.layouttable {
  min-width: 260px;
}

.layouttable .number_list {
  width: 40px;
  text-align: left;
  color: #737373;
  font-weight: bold;
  padding-left: 16px;
}

.layouttable tr:hover {
  background: #eee;
  color: #636465;
}

.icon-fuchsia {
  color: #E91E63;
}

.icon-green {
  color: #00E676;
}

.txt-body2 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #666;
}

.style_link {
  text-decoration: none;
  line-height: 48px;
  display: block;
}

.style_link:hover {
  background: #eee;
  color: #636465;
}
.fixed_top {
  position: absolute;
  background: #fafafa;
  width: 260px;
}
.items_content {
  position: relative;
  top: 70px;
  overflow: auto;
  max-height: 465px;
}
.leftfloatingblockfloat{ float:left; }

.rightbigblockfloat{ float: left; width: 693px; }

.hr-line {
  border: 0 !important;
  height: 0 !important;
  background: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  margin: 0;
}

a:visited {
  color: #666;
}