textarea{
    width: 97%;
    height: 100px;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
}
input[type="text"] ,input[type="email"] {
    width: 48%;
    margin-left: 5px;
    padding: 5px;
    border-radius: 5px;
}
input[type="submit"] {
    width: 97%;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
}
.comment{
    padding-top: 20px;
}

.scalar {
    position: relative;
    left: 70px;
    display: block;
    margin: 10px 10px 45px 10px;
    padding: 10px;
    min-width: 110px;
    max-width: 80%;
    color: #555;
    font-size: 1.1rem;
    background: #e8e8ff;
    border-radius: 10px;
    
  }
  .scalar span{
    position: absolute;
    top: 5px;
    font-size: 0.8rem;
  }
  .icon_name{
    font-size: 0.9rem;
    position: relative;
    top: 10px;
    left: 20px;
  }
  .icon_name_uno{
    display: block;
    position: relative;
    top: 10px;
    left: 200px;
    width: 60%;
    margin-left: 10px;
    padding-left: 10px;
    text-align: right;
    font-size: 0.9rem;

  }
  .scalar::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 100%;
    border: 10px solid transparent;
    border-right: 20px solid #e8e8ff;
  }
  .scalar::before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100% + 10px);
    width: 80px;
    height: 100px;
    background-image: url(/images/scalar01.jpg);
  }
  
  .scalar p {
    margin: 0;
    padding: 0;
  }

  .lime {
    position: relative;
    left: -10px;
    display: block;
    margin: 10px 10px 45px 10px;
    padding: 10px;
    min-width: 110px;
    max-width: 80%;
    color: #333;
    font-size: 1.1rem;
    background: rgba(150,255,255, 0.5);
    border-radius: 10px;
  }
  .lime span{
    position: absolute;
    top: 5px;
    font-size: 0.8rem;
  }

  .lime::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 100%;
    border: 10px solid transparent;
    border-left: 20px solid rgba(150,255,255, 0.5);
  }
  
  .lime01::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% + 10px);
    width: 80px;
    height: 80px;
    background-image: url(/images/lime01.jpg);
  }
  .lime02::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% + 10px);
    width: 80px;
    height: 80px;
    background-image: url(/images/lime02.jpg);
  }
  .lime03::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% + 10px);
    width: 80px;
    height: 80px;
    background-image: url(/images/lime03.jpg);
  }
  .unosama {
    position: relative;
    left: 70px;
    display: block;
    margin: 10px 10px 25px 10px;
    padding: 10px;
    min-width: 110px;
    max-width: 65%;
    color: #333;
    font-size: 1.1rem;
    background: rgba(150,255,255, 0.5);
    border-radius: 10px;
  }
  .unosama span{
    position: absolute;
    top: 5px;
    font-size: 0.8rem;
  }

  .unosama::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 100%;
    border: 10px solid transparent;
    border-left: 20px solid rgba(150,255,255, 0.5);
  }
  
  .unosama::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% + 10px);
    width: 80px;
    height: 100px;
    background-image: url(/images/unosama.jpg);
  }
.bubble {
    position: relative;
    left: 70px;
    display: block;
    margin: 10px 10px 45px 10px;
    padding: 10px;
    min-width: 110px;
    max-width: 65%;
    color: #555;
    font-size: 1.1rem;
    background: #e8e8ff;
    border-radius: 10px;
  }
  .bubble span{
    position: absolute;
    top: 5px;
    font-size: 0.8rem;
  }
  .bubble::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 100%;
    border: 10px solid transparent;
    border-right: 20px solid #e8e8ff;
  }
  .bubble::before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100% + 10px);
    width: 80px;
    height: 80px;
    background-image: url(/images/man01.svg);
  }
  .document{
    width: 80%;
    padding: 10px;
    margin: 55px 30px;
    background: #faedbe;
  }
@media screen and (max-width: 500px) {
  .scalar {
      max-width: 75%;
  }
  .lime {
      max-width: 75%;
  }


}