.container{
    margin:0px auto;
    width: 450px; 
}

.addreader{
    margin:0px auto;
    width: 600px; 
}

body {
  height: 100%;
  background-color: #A3A05B;
  font-family: "Roboto Slab", serif;
  color: white;
}

input {
  width: 100%;
  border: none;
  padding: 0.5em;
  border-radius: 2px;
  margin-bottom: 0.5em;
  color: #333;
}

li {
  font-size: 30px;
}

label {
  display: block;
  font-weight: bold;
  font-size: small;
  text-transform: uppercase;
  font-size: 0.7em;
  margin-bottom: 0.35em;
}

/*** Table Styles **/
th {
  background:#0ce85f;
}

th.del {
  background:#fed941;
}
