body {
    margin: 0;
    font-family: sans-serif;
    min-height: 100vh;
    background-color: #a3a3a3;
}

body > div {
    background-image: url(/hoop.jpg);
    background-repeat: no-repeat;
    background-color: #fbfbfb;
    background-position: center -40px;
    min-height: 100vh;
    width: 1280px;
    margin: 0px auto;
    border-left-width: 3px;
    border-right-width: 3px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: #555555;
    border-style: solid;
}

main {
    display: flex;
    flex-direction: row;
    padding: 10px;
}

.lazyNcaaRightHalf {
    text-align: right;
}

.lazyNcaaRound {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 110px;
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 110px;
}

.lazyNcaaRound {
    font-size: 12px;
}

.lazyNcaaAppearance {
    background-color: #c9c9c9;
    color: #555555;
    line-height: 1.2;
    min-height: 14px;
    padding: 1px 4px;
    overflow-x: hidden;
    cursor: pointer;
    border: 1px solid #a3a3a3;
}

.lazyNcaaAppearance.lazyNcaaNotYetChosen {
    cursor: default;
}

.lazyNcaaChampion {
    font-size: 18px;
    min-height: 22px;
}

.lazyNcaaAppearance:nth-of-type(4n+2) {
    border-radius: 0px 4px 0px 0px;
}

.lazyNcaaAppearance:nth-of-type(4n) {
    border-radius: 0px 0px 4px 0px;
}

.lazyNcaaRightHalf  .lazyNcaaAppearance:nth-of-type(4n+2) {
    border-radius: 4px 0px 0px 0px;
}

.lazyNcaaRightHalf  .lazyNcaaAppearance:nth-of-type(4n) {
    border-radius: 0px 0px 0px 4px;
}

.lazyNcaaRoundN-0  .lazyNcaaAppearance:nth-of-type(4n+2) {
    border-radius: 4px 4px 0px 0px;
}

.lazyNcaaRoundN-0  .lazyNcaaAppearance:nth-of-type(4n) {
    border-radius: 0px 0px 4px 4px;
}

.lazyNcaaRoundN-0.lazyNcaaRightHalf  .lazyNcaaAppearance {
    border-right-width: 1px;
}

.lazyNcaaRoundN-0  .lazyNcaaAppearance {
    border-left-width: 1px;
}

.lazyNcaaAppearance {
    border-left-width: 0px;
}

.lazyNcaaRightHalf  .lazyNcaaAppearance {
    border-left-width: 1px;
    border-right-width: 0px;
}

.lazyNcaaFinals > .lazyNcaaChampion {
    border-left-width: 1px;
}

.lazyNcaaFinals > .lazyNcaaFinalRight {
    border-left-width: 1px;
    border-right-width: 0px;
}

.lazyNcaaSpacer {
    flex-grow: 1;
    min-height: 6px;
}

.lazyNcaaSpacer:first-child {
    flex-grow: 0.5;
}

.lazyNcaaSpacer:last-child {
    flex-grow: 0.5;
}

.lazyNcaaGameSpacer {
    flex-grow: 1;
    min-height: 2px;
    border-right: 1px solid #a3a3a3;
}

.lazyNcaaGameSpacer.lazyNcaaWithRegionName {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 4px;
}

.lazyNcaaRoundN-3  .lazyNcaaGameSpacer {
    font-size: 24px;
    line-height: 14px;
}

.lazyNcaaRightHalf  .lazyNcaaGameSpacer {
    border-right-width: 0px;
    border-left: 1px solid #a3a3a3;
}

.lazyNcaaSeed {
    font-size: 9px;
    width: 1.5em;
    line-height: 12px;
    display: inline-block;
}

.lazyNcaaFinals {
    flex-basis: 130px;
    justify-content: space-around;
}

.lazyNcaaFinals > li {
    max-width: 80%;
    min-width: 80%;
}

.lazyNcaaFinals > .lazyNcaaFinalLeft {
    align-self: flex-start;
    border-radius: 0px 4px 4px 0px;
}

.lazyNcaaFinals > .lazyNcaaFinalRight {
    align-self: flex-end;
    text-align: right;
    border-radius: 4px 0px 0px 4px;
}

.lazyNcaaFinals > .lazyNcaaChampion {
    align-self: center;
    text-align: center;
    border-radius: 4px;
    cursor: default;
}

.lazyNcaaFinals > .lazyNcaaBranding {
    align-self: center;
    text-align: center;
    flex-basis: 150px;
}

.lazyNcaaRandomizer {
    align-self: center;
    text-align: center;
    flex-basis: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lazyNcaaRandomizer  span {
    padding-top: 16px;
    display: block;
}

.lazyNcaaCurrentHover {
    background-color: #555555 !important;
    color: #fbfbfb !important;
}

.lazyNcaaAncestorHover {
    background-color: #a3a3a3 !important;
}

.lazyNcaaRandomizer > div {
    padding: 12px 12px;
    cursor: pointer;
    user-select: none;
    transition: all 60ms ease-in-out;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    color: #fbfbfb;
    background-color: #555555;
    border: 0 none;
    border-radius: 4px;
    font-weight: 700;
    line-height: 1.3;
    appearance: none;
}

.lazyNcaaRandomizer > div:hover {
    transition: all 60ms ease;
    opacity: 0.85;
}

.lazyNcaaRandomizer > div:active {
    transition: all 60ms ease;
    opacity: 0.75;
}

.lazyNcaaRandomizer > div:focus {
    outline: 1px dotted #959595;
    outline-offset: -4px;
}

footer {
    text-align: center;
    font-size: 80%;
    padding: 18px 0;
}

#Modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
}

#Modal > div {
    width: 300px;
    background-color: #fff;
    border-radius: 4px;
    padding: 8px;
    box-shadow: 0 0 10px 5px #bbb;
}

#Modal > div  .lazyNcaaCloseButton {
    padding: 12px 12px;
    cursor: pointer;
    user-select: none;
    transition: all 60ms ease-in-out;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    color: #fbfbfb;
    background-color: #555555;
    border: 0 none;
    border-radius: 4px;
    font-weight: 700;
    line-height: 1.3;
    appearance: none;
}

#Modal > div  .lazyNcaaCloseButton:hover {
    transition: all 60ms ease;
    opacity: 0.85;
}

#Modal > div  .lazyNcaaCloseButton:active {
    transition: all 60ms ease;
    opacity: 0.75;
}

#Modal > div  .lazyNcaaCloseButton:focus {
    outline: 1px dotted #959595;
    outline-offset: -4px;
}

#Modal > div  h1 {
    text-align: center;
}

#Modal > div  p {
    font-size: 90%;
    margin-bottom: 2em;
}
