.message {
  background    : #6e6e6e;
  color         : white;
  font-size     : 90%;
  margin-top    : 5px;
  padding       : 6px;
  border-radius : 4px;
}

.SVGbutton{
  text-align:center;
  margin-top:5px;
}

button.SVGplay {
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  color: #ffffff;
  font-size:1.1em;
  background: #6e6e6e;
  padding: 5px 10px 5px 10px;
  border: solid #575757 0.1px;
  text-decoration: none;
}

button.SVGplay:hover {
  background: #2c5b78;
  text-decoration: none;
  transition:0.4s;
  color:white;
}

button.playBtn{
  background-image: url(player-1.svg);
  background-size: 20px 20px;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}


button.stopBtn{
  background-image: url(player-2.svg);
  background-size: 20px 20px;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
