/* #region Utility */
/* Style rules for below 768px goes here */
.large-account-info {
    min-width: 80vw;
}

/* Medium devices (landscape tablets, 768px and up) - IPad Air in portrait mode falls in this range*/
@media only screen and (min-width: 768px) {
    .large-account-info {
        min-width: auto;
    }
}

/* Large devices (laptops/desktops, 992px and up) - IPad Pro in portrait mode falls in this range */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) - IPad Pro in landscape falls in this range*/
@media only screen and (min-width: 1200px) {


}

/* #endregion */

/* #region Section: Header */
/* Style rules for below 768px goes here */
#spnSecondaryHeading {
    font-weight: 600;
}

#secnMembershipOptionsContainer {
    overflow: auto;
}

#divMembershipOptionsContainer {
    overflow: auto;
    width: auto;
}

th {
    white-space: nowrap;
}

/* Medium devices (landscape tablets, 768px and up) - IPad Air in portrait mode falls in this range*/
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) - IPad Pro in portrait mode falls in this range */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) - IPad Pro in landscape falls in this range*/
@media only screen and (min-width: 1200px) {


}

/* #endregion */