/* ------------------------------------------id's-------------------------------- */
#mainPage{
    height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}
#play:hover,#stop:hover
{
  background-color:grey!important;
  color: white!important;
}
/* ------------------------------------------classes-------------------------------- */
.txtCls
{
  font-size:1.4rem;
}
.speechMarkInput{
	font-size: 1.1vw !important;
	margin: 3%;
	width: 5vw !important;
}