
body {
  height: 100%;
  max-width: 1330px;
  margin: 0 auto;
}

a {
		text-decoration:none; 
		text-align: left;
	}

.txt, select, form > div {
  display: block;
  margin: 0 auto;
  font-family: sans-serif;
  font-size: 16px;
  padding: 12px;
}

.txt {
  width: 98%;
  font-family: Arial, Helvetica, sans-serif;
  color:#2B1B17;
  font-size: 18px;
  text-align: left;
  line-height: 2.0;
}

select {
  width: 80%;
}

form > div {
  width: 100%;
}

.txt, form > div {
  margin-bottom: 10px;
  overflow: auto;
}

.clearfix {
  clear: both;
}

label {
  float: right;
  width: 10%;
  line-height: 1.5;
}

.rate-value, .pitch-value {
  float: right;
  width: 10%;
  line-height: 1.5;
}

#rate, #pitch {
  float: right;
  width: 70%;
}

/* =========================================
   Futy.ai TTS CONTROL BUTTONS
   ========================================= */

.controls {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #00008B;
    font-size: 30px;
}

.controls button {
    padding: 10px 8px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    font-family: Arial, Helvetica, sans-serif;
    color: #00008B;
    font-weight: bold;
    font-size: 30px;

    line-height: 1;

    border-radius: 6px;
    border: 1px solid #AAAAAA;
    background-color: white;

    cursor: pointer;

    -webkit-appearance: none;
    appearance: none;

    -webkit-tap-highlight-color: transparent;
}

/* =========================================
   CSS ICONS
   ========================================= */

.tts-icon {
    position: relative;
    display: inline-block;

    width: 24px;
    height: 24px;

    flex: 0 0 24px;
}


/* Play */
.play-icon {
    width: 0;
    height: 0;

    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 16px solid #00008B;
}


/* Pause */
.pause-icon::before,
.pause-icon::after {
    content: "";

    position: absolute;
    top: 2px;

    width: 6px;
    height: 20px;

    background: #00008B;
    border-radius: 1px;
}

.pause-icon::before {
    left: 3px;
}

.pause-icon::after {
    right: 3px;
}


/* Restart */
.restart-icon::before,
.restart-icon::after {
    content: "";

    position: absolute;

    top: 2px;

    width: 0;
    height: 0;

    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #00008B;
}

.restart-icon::before {
    left: 0;
}

.restart-icon::after {
    right: 0;
}


/* Clear */
.clear-icon::before,
.clear-icon::after {
    content: "";

    position: absolute;

    left: 10px;
    top: 0;

    width: 4px;
    height: 24px;

    background: #00008B;
    border-radius: 1px;
}

.clear-icon::before {
    transform: rotate(45deg);
}

.clear-icon::after {
    transform: rotate(-45deg);
}

#play {
    padding-left: 34px;
    padding-right: 10px;
}

.controls2 {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color:#323452;
  font-size: 13px;
}

.controls2 button {
  float: center;	
  padding: 3px;
  font-family: Arial, Helvetica, sans-serif;
  color:#323452;
  font-size: 13px;
 
}

.heading {
  font: 36pt, script, serif ;
  color: #0059b3;
  text-decoration: underline; 
}


.top2 {
	font-family: Arial, sans-serif, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 13px;
                text-decoration: none;
	color: #045FB4;
}

.bottom {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	color: #0059b3;
	background-color: #FFFFFF;
}
.bottom:hover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(img/lev0_bg2.gif);
	background-color: #2C5F93;

}

.infobottom {
	font-family: Arial, sans-serif, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;	
	color: #4d0099;
	background-color: #FFFFFF;
}
.infobottom:hover {
	font-family: Arial, sans-serif, Tahoma, Verdana, Geneva,  Helvetica;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(img/lev0_bg2.gif);
	background-color: #2C5F93;

}






