/* Import Google Font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
*{
  margin: 3px;
  padding: 4px;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #e2e2e2;
}
.wrapper{
  width: 640px;
  background: #bbd4ff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 12px 25px rgba(0,0,0,0.1);
}
header, .content :where(i, p, span){
  color: #202842;
}
.wrapper header{
  font-size: 20px;
  font-weight: 600;
}
.wrapper .content{
  margin: 5px 0;
}
.content .quote-area{
  display: flex;
  justify-content: center;
}
.quote-area i{
  font-size: 25px;
}
.quote-area i:first-child{
  margin: 3px 10px 0 0;
}
.quote-area i:last-child{
  display: flex;
  margin: 0 0 3px 10px;
  align-items: flex-end;
}
.quote-area .quote{
  font-size: 32px;
  text-align: center;
  word-break: break-all;
}
.content .author{
  display: flex;
  font-size: 28px;
  margin-top: 20px;
  font-style: italic;
  justify-content: flex-end;
}
.author span:first-child{
  margin: -7px 5px 0 0;
  font-family: monospace;
}
.wrapper .buttons{
  border-top: 1px solid #ccc;
}
.buttons .features{
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
}
.features ul{
  display: flex;
}
.features ul li{
  margin: 0 5px;
  height: 47px;
  width: 47px;
  display: flex;
  cursor: pointer;
  color: #c5cef3;
  list-style: none;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 2px solid #c5cef3;
  transition: all 0.3s ease;
}
.features ul li:first-child{
  margin-left: 0;
}
ul li:is(:hover, .active){
  color: #fff;
  background: #c5cef3;
}
ul .speech.active{
  pointer-events: none;
}
.buttons button{
  border: none;
  color: #fff;
  outline: none;
  font-size: 16px;
  cursor: pointer;
  padding: 16px 22px;
  border-radius: 30px;
  background: #c5cef3;
}
.buttons button.loading{
  opacity: 0.7;
  pointer-events: none;
}

h1                   { margin: 0px 0px 20px 0px; font-size:40px; color:#ffffff; background-color: #003080; text-decoration: none; }
h2                   { margin: 0px 0px 20px 0px; font-size:15px; font-weight:bold; }
h3                   { margin: 0px 0px 20px 0px; font-size:12px; color:#003080; text-decoration: none; background-color: #ffffff; }
h4                   { margin: 0px 0px 5px 0px; font-size:12px; color:#ffffff; text-decoration: none; background-color: #003080; }
h5                   { margin: 0px 0px 20px 0px; font-size:12px; color:#ffffff; background-color: #003080; text-decoration: none; }
p.browse             { text-align: right; font-weight: bold; }
.small               { font-size: 11px; }
a:link, a:visited, a:active {color:#003080; font-weight:normal;}
a:hover              {color:#ffffff; background-color: #003080; text-decoration: none;}
.caution             { color: red; font-weight: bold; }
table {background-color : #ffffff;}
table.shadow {background-color: #ffff; table-layout: fixed; border: solid 2px #ffff; border-right: solid 2px #000000; border-bottom: solid 2px #000000;}
td {padding: 4px; font-size:13px; color: #000000;}
th.aa {font-size:13px; color: #000000; background-color: #91a7ff}
th.unsortable {font-size:15px; color: #000000; background-color: #91a7ff}
td.aa {font-size:15px; color: #000000; background-color: #91a7ff}
td.ab {font-size:15px; color: #000000; background-color: #91a7ff}
td.ac {font-size:15px; color: #000000; }
td.ad {font-size:15px; color: #000000; background-color: #FFFFFF}
div.gjf { text-align: center; font-size:12px; color:#ffffff; text-decoration: none; background-color: #003080; }
a img {
	border: 0;
}
table.sortable tr.odd td {
	background-color: #eee;
}
table.sortable tr.even td {
	background-color: #hhh;
}