#featured47 {
  background: white url('') repeat center center fixed;
  text-align: left;
  padding-bottom: 0px;
  position: relative;
  background-size: cover;
}

#templatemo_logo {
  float: left;
  text-align: left;
  padding: 0;
  width: 100%;
  height: 140px;
  background: url('http://www.sainthiamunicipality.com/fallstar.gif') repeat;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

/* Header layout */
.header2 {
  float: left;
  width: 100%;
  height: 140px;
}

.column666 {
  float: left;
  height: 120px;
}

.left666 { width: 18%; }
.middle666 { width: 57%; }
.right666 { width: 25%; }

/* Column layout */
.column {
  float: left;
  padding: 10px;
}

.column.side { width: 25%; }
.column.middle { width: 50%; }

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive */
@media screen and (max-width: 600px) {
  .column.side,
  .column.middle {
    width: 100%;
  }
}

/* Inputs */
input[type=text],
input[type=password] {
  width: 50%;
  margin: 4px 0;
  border: none;
  border-bottom: 1px solid red;
}
 input[type=date] {
 width: 50%;
  padding: 2px 3px;
  margin: 2px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid red;

}

 select {
  width: 50%;
  padding: 3px 5px;
  margin: 3px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid red;

}

/* Tables */
table {
  width: 80%;
  border-collapse: collapse;
}

th {
  padding: 5px;
  text-align: center;
  border-radius: 12px;
}

td {
  padding: 15px;
}

#t01 tr:nth-child {
  background-color: white;
}
#t01 th {
  background-color: #004466;
  color: white;
}

#t05 tr:nth-child {
  background-color: white;
}
#t05 th {
  background-color: #426B09;
  color: white;
}
#t77 tr:nth-child {
  background-color: white;
}
#t77 th {
  background-color: #426B09;
  color: white;
}
#t78 tr:nth-child {
  background-color: white;
}
#t78 th {
  background-color: #426B09;
  color: white;
}
#t06 tr:nth-child {
  background-color: white;
}
#t06 th {
  background-color: #055A39;
  color: white;
}






.button {
  background-color: #3399ff; /* Green */
  border: white;
  color: black;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
}

.button1 {border-radius: 12px;}

.button5 {
  background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: Engravers MT, sans-serif;
  /*input has OS specific font-family*/
  color: red;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.button10 {
  background-color: red; 
  border:2px solid black;
  color: black;
  padding: 5px;
  text-align: center;
  text-decoration: bold;
  display: inline-block;
  font-size: 15px;
  margin: 2px 1px;
  cursor: pointer;
}
.button11 {
  background-color: white
  border: white;
  color: black;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 2px;
  cursor: pointer;
}

.button12 {border-radius: 12px;}





.footer {
  background-color: #004466;
  border-radius: 8px;
  text-align: center;
  color: white;
  padding: 0px 0 0 0px;
  width: 100%;
  height: 120px;
  
}


