div.title{
    text-align:center;
    font-size:2em;
    font-weight:bold;
}
#OuterContainer section{
    background:#ffffff;
    border:1px solid #808080;
    margin-bottom:1em;
    border-radius: 16px;
    padding: 1em;
}
div.IMCrossFormGrid{
    display:grid;
    border-collapse: collapse;
}
div.IMCrossFormGrid div.GridCell{
    border:1px solid #808080;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0.2em;
}
button.SubmitBtn{
    font-size:1.2em;
    background: var(--ivusa-blue);
    color: #ffffff;
    border: 1px solid var(--ivusa-blue);
    border-radius: 1.5em;
    padding: 1em 3em;
    margin-top:4em;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
