h1{
    font-size: 32px;
    font-weight: bold;
}
h2{
    font-size: 20px;
    font-weight: bold;
}
span {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}
section.main-content {
    padding: 20px;
}
section.main-content .container {
    background: white;
    border-radius: 4px;
    padding: 20px;
}
#box{
    display:none;
    height: auto;
    max-height: 160px;
}
#results{
    display:none;
    padding: 10px;
    background: #f6f6f6;
}
span#noresult {
    display: none;
    padding: 10px;
    background: #f6f6f6;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.binbox {
    margin: 0 auto;
    display: table;
    width: 220px;
}
.binbox img {
    border-radius: 4px;
}
input[type=text]:not(.browser-default):focus:not([readonly]){
    border-bottom: 1px solid #009CDE;
    box-shadow: 0 1px 0 0 #009CDE;
}
div#boxContent {
    display: none;
    text-align: center;
}
h1, h2 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    text-align: left;
}
h6 {
    margin: 20px 0;
}
h6 b {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}
.binbox {
    margin: 0 auto;
    display: table;
}
.binbox img {
    border-radius: 4px;
}
span {
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    display: table-cell;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    width: 200px;
    padding-left: 10px;
}
p {
    font-size: 12px;
    color: gray;
    text-align: center;
}
input{
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 4px;
}
button#tryAgain {
    background: #009cde;
    border-radius: 4px;
    border: none;
    padding: 10px;
    color: white;
    font-weight: bold;
    margin: 10px 0 0 0;
}