.Main {
    margin-right: auto;
    margin-left: auto;
    background-color: #DDDDDD;
    font-family:Arial,Helvetica,sans-serif;
}
.DivElements {
    margin-right: auto;
    margin-left: auto;
    display: block;
   }
.ns1 {
    background-image: url(images/ns1_empty.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
   }
.ns2 {
    background-image: url(images/ns2_empty.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
   }

.myborder {   border-width: 1px;   border-color: lightgrey;   border-style: solid; cursor: pointer;} 

.Stage {
    margin-right: auto;
    margin-left: auto;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

#response1,#response2
{
    cursor: pointer;
}


.body {
  /*I ripped this image from the WhatsApp apk*/
  /*This is WhatsApp's official BK color*/
  background: #ECE5DD;
  font-family: "Helvetica Neue", Helvetica;
}
.container {
  width: 100%;
  margin: 0 auto;
}
.msg {
  /*width: 100%;*/
  height: auto;
  display: block;
  overflow: hidden;
 border-radius: 8px;

}

.msg .bubble {
  float: left;
  /*max-width: 75%;*/
  width: auto;
  height: auto;
  display: block;
  background: #FFFFFF;
  border-radius: 5px;
  position: relative;
  border-radius: 8px;

  /*margin: 10px 0 3px 25px;*/
  /*box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);*/
}
.msg .bubble.orig {
  margin: 10px 0 3px 25px;
}

.msg .bubble.alt {
  /*margin: 10px 25px 3px 0px;*/
  background: #DCF8C6;
  /*float: right;*/
}

.msg .bubble.alt.right {
  float: right;
  margin: 10px 15px 3px 0px;
  max-width: 75%; 
}

.msg .bubble.follow {
  margin: 2px 0 3px 25px;
}
.msg .bubble.altfollow {
  margin: 2px 25px 3px 0px;
  background: #DCF8C6;
  float: right;
}
.msg .bubble .txt {
  padding: 8px 0 20px 0;
  width: 100%;
  font-size: 14px;
}
.msg .bubble .txt .name {
  font-weight: 600;
  font-size: 14px;
  display: inline-table;
  padding: 0 0 0 15px;
  margin: 0 0 4px 0;
  color: #3498db;
}
.msg .bubble .txt .name span {
  font-weight: normal;
  color: #b3b3b3;
  overflow: hidden;
}
.msg .bubble .txt .name.alt {
  color: #2ecc51;
}
.msg .bubble .txt .message {
  /*font-size: 15px;
  font-weight: 500;*/
  padding: 0 15px 0 15px;
  margin: auto;
  color: #2b2b2b;
  display: table;
}
.msg .bubble .txt .timestamp {
  font-size: 11px;
  margin: auto;
  padding: 0 5px 0 0;
  display: table;
  float: right;
  position: relative;
  text-transform: uppercase;
  color: #999;
}
.msg .bubble .bubble-arrow {
  position: absolute;
  float: left;
  left: -11px;
  top: 0px;
}

.msg .bubble .bubble-arrow-you {
  position: absolute;
   width: 0;
   bottom: 30px;
   right: 0px;
   height: 0;
}

.msg .bubble .bubble-arrow-you:after {
  content: "";
   position: absolute;
   border: 0 solid transparent;
   border-bottom: 9px solid #DCF8C6;
   border-radius: 0 0 20px 0;
   width: 15px;
   height: 30px;
   transform: rotate(35deg);
}

.msg .bubble .bubble-arrow.alt {
  bottom: 20px;
  left: auto;
  right: 4px;
  float: right;
}
.msg .bubble .bubble-arrow:after {
  content: "";
  position: absolute;
  border-top: 15px solid #FFFFFF;
  border-left: 15px solid transparent;
  border-radius: 4px 0 0 0px;
  width: 0;
  height: 0;
}
.msg .bubble .bubble-arrow.alt:after {
  border-top: 15px solid #DCF8C6;
  transform: scaleX(-1);
}
@media only screen and (max-width: 450px) {
  .container {
    width: 100%;
  }
  .timestamp {
    display: none;
    color: red;
  }
}

.speech-wrapper {
   padding: 5px 50px 0px 0px;
}
 .speech-wrapper .bubble {
   /*width: 240px;*/
   height: auto;
   display: block;
   background: #ffffff;
   border-radius: 8px;
   /*box-shadow: 2px 1px 2px #000;*/  
   position: relative;
   margin: 0 0 0px;
}
 .speech-wrapper .bubble.alt {
   margin: 0 0 0 60px;
}
 .speech-wrapper .bubble .txt {
   padding: 5px 0px 2px 5px;
}
 .speech-wrapper .bubble .txt .name {
   font-weight: 600;
   font-size: 12px;
   margin: 0 0 0px;
   color: #3498db;
}
 .speech-wrapper .bubble .txt .name span {
   font-weight: normal;
   color: #b3b3b3;
}
 .speech-wrapper .bubble .txt .name.alt {
   color: #2ecc71;
}
 .speech-wrapper .bubble .txt .message {
   font-size: 14px;
   margin: 0;
   color: #2b2b2b;
}
.speech-wrapper .bubble .txt .message .follow{
   font-size: 12px;
}
 .speech-wrapper .bubble .txt .timestamp {
   font-size: 11px;
   position: absolute;
   bottom: 1px;
   right: 10px;
   text-transform: uppercase;
   color: #999;
}
 .speech-wrapper .bubble .bubble-arrow {
   position: absolute;
   width: 0;
   bottom: 30px;
   left: -17px;
   height: 0;
}
 .speech-wrapper .bubble .bubble-arrow.alt {
   right: -2px;
   bottom: 40px;
   left: auto;
}
 .speech-wrapper .bubble .bubble-arrow:after {
   content: "";
   position: absolute;
   border: 0 solid transparent;
   border-top: 9px solid #ffffff;
   border-radius: 0 20px 0;
   width: 15px;
   height: 30px;
   transform: rotate(145deg);
}
 .speech-wrapper .bubble .bubble-arrow.alt:after {
   transform: rotate(45deg) scaleY(-1);
}

.speech-wrapper .bubble.alt.right.reply {
    background-color: #b7aeae54;
    box-shadow: -4px 0px 0px 0px #037848e8, 0 2px 6px 0px #9b9494;
    margin: 0 0 0 0;
}

.speech-wrapper .bubble.alt.right.reply .message{
    font-size: 12px;
}

.you {
    font-weight: 600;
    font-size: 12px;
    color: #037848e8;
    margin: 0;
}

