input {
    padding: 5px;
    color: #000;
    box-sizing: border-box
}
body,
div,
input,
li,
p,
span,
td,
textarea {
    font-family: arial, helvetica, sans-serif;
    font-size: 16px
}


#calculate {
    cursor: pointer;
    text-align: center;
    width: 200px;
    padding: 5px;
    margin: 5px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #999;
    border-radius: 10px;
    background-color: #084288;
    color: #fff;
	background: -moz-linear-gradient(top, #FFD119, #E6B800);
    height: 30px;
   
}





  .btn-lg {
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 10px;
    background-color: #084288;
    color: #fff;
    border: none;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-lg:hover {
    background-color: #434c6d;
}


label {
    font-weight: 500;
    margin-bottom: 0.3rem;
}

.section {
    border-bottom: 1px solid lightgrey;
    padding: 10px 0;
}
input[type=button] {
    border: 0px;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 11px 8px;
    font-size: 16px;
    background: #084288;
    border-radius: 5px; /* Rounded corners */
}
#copyButton {
    font-size: 14px; /* Smaller text */
    padding: 7px 5px; /* Smaller button */
}
input[type=button]:hover {
    background-color: #434c6d;
}
#number {
    margin-top: 20px;
    padding: 10px;
    background-color: #084288;
    color: white;
    font-size: 28px; /* Larger text */
    border-radius: 10px;
    width: 30%; /* One fifth of the width */
    height: 50px; /* A fixed height */
    line-height: 50px; /* Aligns the text vertically */
    margin: 20px auto; /* Center the result */
}
.center {
    text-align: center;
    display: inline-block;
  }
  #result {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

#results {
    margin-top: 20px;
}

select {
    width: 60%; /* Larger select box */
    height: 33px; /* Higher select box */
    font-size: 18px; /* Larger font */
    margin-bottom: 10px; /* Some space below the select box */

}
table {
    table-layout:auto;
    width: 100%;
  }
  pre {
    font-size: 15px;
    white-space:normal;
    overflow-x: auto;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    max-width: 100%;
}
.field {
    margin: 20px 0;
}

.result {
    margin: 20px 0;
    display: none;
}

.error {
    color: red;
    display: none;
}

.container p {
    
    justify-content: center;
    align-items: center;
}

.container input, .container select {
    display: inline-block;
    text-align: center;
    width: 100px;
    padding: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    border: 1px solid #cfd1d8;
    border-radius: 3px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
    outline: none;
}

.container input:focus, .container select:focus {
    border-color: #5a667f;
    align-items: center;
}

.container button {
    border: 0px;
    color:#fff;
    text-align: center;
    display:inline-block;
    padding: 9px 6px;
    font-size:16px;
    background:#084288;
    margin-top: 10px;
    border-radius: 3px;
}

.container button:hover {
    background-color: #434c6d;
}

#button-container {
    text-align: center;
}
#calculate, #reset {
    display: inline-block;
}
.center {
    text-align: center;
    display: inline-block;
  }
#result {
    text-align: center;
}
.citation {
    font-size: 12px;
    color: #666;
    margin-top: 20px;
}