  th, td {
          vertical-align: top;
          text-align: right;
          font-size: large;
          // border: 1px solid black;
  }

  #converted  { color: red; font-weight: bold; font-size:large;          } /* Calculated values in bold */

  input {
          text-align: right;
          border: none;
          border-radius: 20px 20px 20px 20px;
          padding: 5px  5px;
          font-size:large;
  }

  body {
        background-color:#ADD8E6;
        font-size:large;
        font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace;
  }

  h1 {
      font-size: 70px;
      font-weight: normal;
      font-family: "Brush Script MT",cursive;
      /*background: #3C5681;*/
      /*padding: 5px 15px;*/
      color: white;
      display:inline-block;
      /*border-radius: 10px 10px 10px 10px;*/
  }

  p {
    font-family: "Lucida Sans Typewriter", "Lucida Console";
    font-weight: lighter;
  }

  #footer {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  hr {
    background-color: white;
    width: 70%;
    height: 1px;
  }

#boton{
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  display: block;
	margin-left: auto;
	margin-right: auto
}
