* {
  @import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400&family=Oswald&display=swap');
}
#myInput {
  background-image: url('/css/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 12px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}
table.blueTable {
  border: 0px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 90%;
  border-collapse: collapse;
  font-size: 12px;
  border-radius:10px;
}
table.blueTable td, table.blueTable th {
  border: 0px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 7px;
}
table.blueTable tr:nth-child(even) {
  background: #C3CFD6;
}
table.blueTable thead {
  background: #2699C8;
  border-bottom: 1px solid #666666;
}
table.blueTable thead th {
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
}
table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 1px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
input[type=submit], input[type=button] {
  background-color: #2699C8;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: center;
  width: 96%;
  height: 100px;
  font-size: 30pt;
}
h1{
    font-family: 'Oswald';
    text-align: right;
    color: #5F5D5D;
}
h2{
    font-family: 'Kanit';
    text-align: right;
    color: #5F5D5D;
}
h3
{
    font-family: 'Kanit';
    text-align: left;
}
h4{
    font-family: 'Oswald';
    text-align: left;
}