* {
    background-color: black;
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 22pt;
    box-sizing: border-box;
}

.Briefcases > button{
    height: 100px;
    width: 100px;
    font-size: 32pt;
}

.ValuesBoard {
    //border: 1px solid red;
    height: 250px;
    width: 400px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
}

.vb-active {
    height: 25px;
    width: 50%;
    color: white;
    font-size: 16pt;
}

.vb-inactive {
    height: 25px;
    width: 50%;
    color: gray;
    font-size: 16pt;
}

#chance {
    /*font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif font-size: 22pt;*/
    font-size: 10pt;
}

input {
    width: 180px;
}

#fieldContainer {
    display: flex;
}

p {
    width: 60%;
    font-size: 12pt;
}

.preview-textfield{
    width: 100%;
    offset-position: top -25px;
    position: relative:
}

button{
    margin-top: 20px;
    width: 125px;
    height: 60px;
}
text {
    font-size: 8pt !important;
}
.summary {
    /*border: 5px solid red;*/
    width: 1000px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
