.kleor-assistant {
  background-color: #ffcc00;
  font-size: 1vw;
  margin: 3em auto 1em auto;
  padding: 0;
  position: relative;
  width: 48em;
  height: 16em;
  z-index: 999;
}

.kleor-assistant.left { background-image: linear-gradient(45deg, #ffd940 0%, #ffe680 25%, #ffd940 50%, #ffcc00 100%); }

.kleor-assistant.right { background-image: linear-gradient(135deg, #ffcc00 0%, #ffd940 50%, #ffe680 75%, #ffd940 100%); }

.kleor-assistant .image {
  height: 18em;
  margin-top: -2em;
}

.kleor-assistant img {
  border: none;
  height: 18em;
}

.kleor-assistant.left .image { float: left; }

.kleor-assistant.right .image { float: right; }

.kleor-assistant .bubble {
  background-color: #ff5555;
  border-radius: 1em;
  color: #ffffff;
  font-family: 'Amaranth', Verdana, sans-serif;
  font-style: italic;
  line-height: 1.25;
  margin: 1em;
  padding: 0.5em;
  position: relative;
}

.kleor-assistant .bubble div {
  max-height: 13.5em;
  overflow: auto;
  padding: 0 0.5em;
}

.kleor-assistant.left .bubble {
  float: right;
  margin-left: 0;
}

.kleor-assistant.right .bubble {
  float: left;
  margin-right: 0;
}

.kleor-assistant .bubble:after {
  border: 1.2em solid transparent;
  content: '';
  margin-top: -1.2em;
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
}

.kleor-assistant.left .bubble:after {
  left: 0;
  border-left: 0;
  margin-left: -1em;
  border-right-color: #ff5555;
}

.kleor-assistant.right .bubble:after {
  right: 0;
  border-right: 0;
  margin-right: -1em;
  border-left-color: #ff5555;
}

.kleor-assistant.clickable { cursor: pointer; }

.kleor-assistant.clickable:hover .bubble { background-color: #ff4040; }

.kleor-assistant.left.clickable:hover .bubble:after { border-right-color: #ff4040; }

.kleor-assistant.right.clickable:hover .bubble:after { border-left-color: #ff4040; }

a.kleor-assistant-button {
  background-color: #ff5555;
  border: none;
  border-radius: 1.25em;
  cursor: pointer;
  font-family: Verdana, sans-serif;
  font-size: 1.5vw;
  font-weight: bold;
  height: 2.5em;
  line-height: 2.5;
  margin: 0 0 1em 0;
  padding: 0 1em;
}

a.kleor-assistant-button, a.kleor-assistant-button:hover, a.kleor-assistant-button:hover:visited, a.kleor-assistant-button:visited {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
}

a.kleor-assistant-button:hover { background-color: #ff4040; }