.drop-shadow
{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.drop-shadow:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.25), 0 8px 8px rgba(0,0,0,0.22);
}

.animated {
  -webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  -moz-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  -ms-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  -o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.overflow-hidden
{
  overflow: hidden;
  white-space: nowrap;
}

#watson-fab-float
{
  position: fixed;
  z-index: 10;
}

#watson-fab
{
  cursor: pointer;
  width: 4em;
  height: 4em;
  border-radius: 2em;
  text-align: left;
  background-color: rgb(35, 40, 45);
}

#watson-fab .dashicons
{
  margin-left: 0.34em;
  font-size: 2.4em;
  line-height: 1.7em;
}

#watson-float
{
  position: fixed;
  z-index: 11;
}

#watson-box
{
  width: 300px;
  text-align: left;
}

#watson-box .watson-font
{
  line-height: 1.5em;
  font-size: 11pt;
}

#watson-box #watson-header
{
  padding: 0.5em 0.6em;
  height: 2.5em;
  font-weight: 600;
  color: white;
  background-color: rgb(35, 40, 45);
  cursor: pointer;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#watson-box #watson-header .popup-control
{
  float: right;
  font-size: 1.35em;
  margin-left: 0.3em;
  opacity: 0.6;
}

#watson-box #watson-header:hover .popup-control
{
  opacity: 0.9;
}

#message-container
{
  position: relative;
  height: 200pt;
  width: 100%;
  border-bottom: 1px solid rgb(215, 215, 215);
  background-color: rgb(235, 235, 235);
}

#message-container #messages
{
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  padding-bottom: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#message-container:after
{
  content: '';
  display: block;
  box-shadow: inset 0  8px 8px -10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  width: 100%;
  border: none;
}

#watson-box .message-form
{
  height: 2.75em;
}

.message-form .message-input
{
  height: 100%;
  width: 100%;
  border: 0;
  padding: 0 0.75em;
}

#message-container #messages .message
{
  clear: both;
  border-radius: 1.4em;
  margin-bottom: 10px;
  padding: 0.5em 0.8em;
  max-width: 80%;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#message-container #messages .watson-message
{
  float: left;
  background-color: rgb(35, 40, 45);
  color: white;
}

#message-container #messages .user-message
{
  float: right;
  background-color: white;
  color: rgb(35, 40, 45);
}
