/*de auralina.blog*/
.speech-bubble {
  background: #ffdfdf;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 0;
  margin-left: 30px;
  margin-bottom: 20px;
  max-width: 200px;
  padding: 15px;
  position: relative;
}
.speech-bubble span {
  margin: 0 0 10px;
}
.speech-buble span:last-of-type {
  margin-bottom: 0;
}
.speech-bubble::after {
  border-left: 20px solid transparent;
  border-top: 20px solid #ffdfdf;
  bottom: -20px;
  content: "";
  position: absolute;
  right: 200px;
}
.speech-bubble2 {
  background: #dfdfff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 0;
  margin-left: 300px;
  margin-bottom: 20px;
  max-width: 200px;
  padding: 15px;
  position: relative;
}
.speech-bubble2 span {
  margin: 0 0 10px;
}
.speech-buble2 span:last-of-type {
  margin-bottom: 0;
}
.speech-bubble2::after {
  border-left: 20px solid transparent;
  border-top: 20px solid #dfdfff;
  bottom: -20px;
  content: "";
  position: absolute;
  right: 20px;
}
.table-arrow {
  table-layout: fixed;
  border: none;
  border-collapse: collapse;
}
.table-arrow td {
  padding: 10px;
  border: none;
}
/*
.table-arrow input
  width: 70

*/
.table-complement {
  margin-left: 150px;
  table-layout: fixed;
  border: solid;
  border-collapse: collapse;
}
.table-complement td {
  padding: 10px;
  border: solid;
}
/*width:70*/
.table-place {
  table-layout: fixed;
  border: solid;
  border-collapse: collapse;
}
.table-place td {
  padding: 10px;
  border: none;
}
/*width:70*/
/*
.table-place input
  width: 70

*/
