/* style.css */
header, footer {
  background-color: lightgrey;
  border: solid 1px black;

  /*font-family: 'Times New Roman', serif;*/
}

footer {
  padding: 10px;
  border-radius: 3px;
}

body {
  font-family: Segoe UI, Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: darkred;
}

html, body {
  padding: 0;
  margin: 0;
}


.simple-form {

  padding: 2px;
  width: 300px;
  display: inline-block;
  vertical-align: top;
/*  position: absolute;
  bottom: 5px;
  right: 5px;
*/}

.container {
  width: 989px;
  margin: 0 auto;
  background-color: orange;
  padding: 5px;
}


#table
  

  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
  }

table, tr, td, th {
    border: 1px solid #000;
}
td, th {
    padding: 10px;
}
tr:inth-oftype(odd) {
      background-color: white;
    }

#muffler  
  
  {
    float: right;
    width:200px;
    height: auto;
  }

  .left {
    float:left;
  }

 .right {
    float:right;
  } 

  .clear {clear: both;
  }

  #h2
  {
    display: block;
  }
  body {
    line-height: 2;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 1;
  }