#log {
  height: 400px;
  overflow-y: scroll; }

#compose {
  margin-top: 5px;
  display: flex; }

#message-thread {
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden; }

#navbarCollapse {
  margin-left: 30px; }

#typing img {
  padding: 0px;
  margin-left: -10px;
  width: 78px;
  height: 50px; }

#section-outer #message-thread .from-me p {
  line-height: 1 !important;
  margin-bottom: 0px !important; }
#section-outer #message-thread .from-them p {
  margin-bottom: 6px !important; }

textarea {
  flex: 1;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 5px;
  background-color: white; }

#section-outer {
  background-color: white;
  position: relative;
  display: block;
  z-index: 10;
  padding: 10px;
  max-width: 450px;
  overflow-y: scroll;
  border: 1px solid #ccc; }

.clear {
  clear: both;
  height: 5px; }

#submit-button {
  width: 40px;
  height: 40px;
  cursor: pointer; }

.from-me {
  position: relative;
  padding: 10px 20px;
  color: white;
  background: #0B93F6;
  border-radius: 25px;
  float: right; }

.from-me:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -2px;
  right: -7px;
  height: 20px;
  border-right: 20px solid #0B93F6;
  border-bottom-left-radius: 16px 14px;
  -webkit-transform: translate(0, -2px); }

.from-me:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -2px;
  right: -56px;
  width: 10px;
  height: 20px;
  background: white;
  border-bottom-left-radius: 10px;
  -webkit-transform: translate(-30px, -2px); }

.from-them {
  position: relative;
  padding: 5px 10px;
  background: #E5E5EA;
  border-radius: 25px;
  color: black;
  float: left; }

.from-them:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: -7px;
  height: 20px;
  border-left: 20px solid #E5E5EA;
  border-bottom-right-radius: 16px 14px;
  -webkit-transform: translate(0, -2px); }

.from-them:after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: -2px;
  left: 20px;
  width: 10px;
  height: 20px;
  background: white;
  -webkit-transform: translate(-30px, -2px); }

#site-header {
  font-family: PT Serif;
  font-style: normal;
  font-weight: 100;
  border: 1px solid #fff;
  padding: 5px 15px 5px 15px;
  font-size: 0.8em; }

.footer-links {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .footer-links li {
    margin: 0; }

.footer-link {
  color: inherit;
  text-decoration: none;
  list-style: none;
  margin: 0; }

/*# sourceMappingURL=site.css.map */
