#outcomesDisplay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 55vh;
}

#outcomeSelection {
    position: absolute;
    width: 30%;
    height: 50%;
    left: 70%;
    margin: 0px auto;
    overflow-x: hidden;
    text-align: center;
    z-index: 5000;
    background-color: black;
}

#outcomeSelected {
    position: absolute;
    width: 100%;
    height: 20%;
    top: 80%;
    text-align: center;
    font-size: large;
}

.OC {
    border-width: 1px;
    border-color: ivory;
    border-style: solid;
}

.OCred {
    background: red;
}

.OCgreen {
    background: green;
 }

.OCblack {
    background: black;
}

.fanTanOC {
    font-size: 2vh;
    padding: 1vh;
    margin: 1vh;
    background-color: gray;
}

.setOutcomeBtn {
    top: 0;
    width: 50%;
    font-size: 2vh;
}