body
{
    background-color: lightyellow;
}
.Title
{
    margin-bottom: 0px;
}

#TrialOptionsCard
{
    background-color: lightcyan;
    display: none;
}
#TrialOptions
{
    background-color: lightcyan;
    float: left;
    width: 50%;
    max-width: 50%;
    overflow-x: auto;
}
#PrimaryDoc
{
    background-color: white;
    float: left;
    width: 50%;
    max-width: 50%;
    overflow-x: auto;
}
