.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.tim-typo {
  padding-left: 25%;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}

.tim-typo .tim-note {
  bottom: 5px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
}

.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 40px;
  background-color: #0C9;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
}

.my-float {
  margin-top: 10px;
}

.float:hover {
  background-color: #0277bd;
}

.iarts_striked {
  text-decoration: line-through !important;
  color: #c0bdbd !important;
}

.speech_box_left {
  width: 90%;
  float: right;
  margin: 5px auto;
  border-radius: 15px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: right;
  padding-right: 15px;
  /* font-weight: 900; */
  /* font-family: arial; */
  position: relative;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.24);
}

.speech_box_right {
  width: 90%;
  float: left;
  margin: 5px auto;
  border-radius: 15px;
  background: #e1ffc7;
  color: #000;
  padding: 5px;
  padding-left: 15px;
  text-align: left;
  /* font-weight: 900; */
  /* font-family: arial; */
  position: relative;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.24);
}

/* speech bubble */

.speech_bubble_left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid #fff;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  border-bottom: 15px solid transparent;
  right: -16px;
  top: 0px;
}

/* speech bubble 14 */

.speech_bubble_right:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid #e1ffc7;
  border-top: 15px solid #e1ffc7;
  border-bottom: 15px solid transparent;
  left: -16px;
  top: 0px;
}
.imagedropshadow {
  padding: 3px;
  border: solid 1px #fff;
  background-color: white;
  margin-top: 5px;
  margin-bottom: 5px;
}

a:hover img.imagedropshadow {
  border: solid 1px #CCC;
  -moz-box-shadow: 1px 1px 5px #999;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
}