#imcForm table {
    margin: auto auto;
    width: 300px;
}

#imcForm tr {
    font-weight: bold;
    border-top: 5px solid #1E3663;
    border-bottom: 5px solid #1E3663;
    height: 40px;
}

#imcForm tr > td {
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    
}

#imcResults {
    display: none;
}

#classificacao-row {
    color: #ffffff;
}

input[type=text] {
    border: 0;
    outline: 0;
    border-radius: 5px;
    line-height: 26px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    width: 100px;
}

#botoes > td {
    padding: 0;
    margin: 0;
    border: 0;
}

#calcSubmit, #calcReset {
    height: 40px;
    width: 100%;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-family: 'Open Sans', sans-serif;
    color: #1e3663;
    font-size: 20px;
    font-weight: bold;
    transition: all .25s ease;
}

#calcSubmit {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

#calcReset {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

#calcSubmit:hover{
    background-color: #5fa903;
    color: #ffffff;
}

#calcReset:hover {
    background-color: #1E3663;
    color: #ffffff;
}