html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

header{
  width:100%;
}

main{
  width:100%;
}

footer{
  position:fixed;
  bottom:0;
  width:100%
}

.main-wrapper{
  margin:1%;
}

.footer-wrapper{
  float:right;
  padding:5px;
}

td input {
  width:100%;
}

body {
    text-align: center;
}
form {
    display: inline-block;
}

.primaryAction{
  color: #fff;
  background-color: #26a69a;
  letter-spacing: .5px;
  transition: background-color .2s ease-out;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  height: 36px;
  text-transform: uppercase;
}

button{
  color: #fff;
  background-color: #26a69a;
  letter-spacing: .5px;
  transition: background-color .2s ease-out;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  height: 36px;
  text-transform: uppercase;
}