﻿#mySidenav a {
  font-family:Arial, Helvetica, sans-serif;
  position: absolute;
  left: -90px;
  transition: 0.3s;
  padding: 20px;
  width: 75px;
  text-decoration: none;
  font-size: 16px;
  color: black;
  border-radius: 0 5px 5px 0;
}

#mySidenav a:hover {
  left: 0;
}

#livechat {
  top: 400px;
  background-color: #f60600;
}

#livecall {
  top: 460px;
  background-color: #05a700;
}

#textus {
  top: 520px;
  background-color: #f7ff00;
}

#contact {
  top: 580px;
  background-color: #4b9de6
}
