#page,#warner{overflow:hidden}.img_logo,.img_logo:hover{transition-property:background}a,a:hover{text-decoration:none}.quote p,body{font-size:18px}*,::before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{background-color:#f7f7f7;line-height:1.5;font-family:'PT Serif',serif;margin:0;padding:0}#warner{min-width:320px;margin:0 auto}.warner{padding-top:0;width:100%;margin:0 auto}.centerlayer{width:70%;margin:auto;max-width:800px}.centerlayer2{width:80%;margin:auto;max-width:1000px;display:table}.logo{position:fixed;margin-top:36px;margin-left:49px}.img_logo{display:block;background:url('logo.webp') no-repeat;width:90px;height:50px;cursor:pointer;transition-duration:.5s;position:relative}.img_logo:hover{background:url('logohover.gif') no-repeat;transition-duration:.3s;transition-delay:1.5s}.img_logo:before{content:'';position:absolute;top:50%;margin-top:-7px;left:50%;margin-left:-6px;displaY:block;width:14px;height:14px;background:#000;border-radius:50%;transform:scale(1);transition-property:transform;transition-duration:.1s}.img_logo:hover:before{transform:scale(1.7);transition-property:transform;transition-duration:.2s}a{color:#0c78a0;border-bottom:1px solid #ffeb3b}a:hover{color:#d9006b;border-bottom:none}h1{font-family:'PT Sans',sans-serif;font-size:48px;font-weight:700;margin-bottom:0;margin-top:20px;letter-spacing:-1.3px}p{margin-bottom:10px;margin-top:0}.quote p{float:left;text-indent:20px;color:#424242;font-style:italic;display:table-cell}.line{height:1px;background-color:#dbdbdb;width:10%;margin:40px auto}.clear1{height:40px}.clear2{height:20px}


.styled-table {
  margin: 10px 0;
  font-size: .9em;
  font-family: sans-serif;
  min-width: 100%;
}

.styled-table, table {
  border-collapse: collapse;
}.styled-table thead tr {
  color: #fff;
  text-align: left;
}
.styled-table thead tr {
  background-color: #1262ce;
}.styled-table td, .styled-table th {
  padding: 6px 15px;
}.styled-table tbody tr {
  border-bottom: 1px solid #ddd;
}.styled-table td {
  border: 1px solid #1262ce;
}
.styled-table td, .styled-table th {
  padding: 6px 15px;
}

.styled-table th {
    text-align: center;}
 .styled-table tbody tr:nth-of-type(2n) {
  background-color: #f3f3f3;
}.text-yellow-500 {
  color: #eab308;
}