.ia-paper-colors {
    color: black;
    background-color: transparent;
}

.ia-paper-bordered {
    border-top: solid;
    border-bottom: solid;
    border-color: black;
}

.ia-paper-bordered-thin {
    border-top: solid;
    border-bottom: solid;
    border-color: black;
    border-top-width: thin;
    border-bottom-width: thin;
}

.ia-paper-bordered-thick {
    border-top: solid;
    border-bottom: solid;
    border-color: gray;
    border-top-width: thick;
    border-bottom-width: thick;
}

.ia-very-big-text {
    font-weight: bold;
    font-size: 4em;
}

.ia-big-text {
    font-weight: bold;
    font-size: 2em;
}

.ia-centered-text {
    text-align: center;
}

.ia-header-text {
    font-weight: bold;
    font-size: 1.5em;
}

.ia-noborder {
    border: none;
}

.ia-table-cell {
    vertical-align: middle;
    align-content: center;
    padding-right: 0;
    margin: 0;
    border: 0;
    padding-top: .25em;
    padding-bottom: .25em;
}

.ia-table-cell-readable {
    font-size: medium;
}

.ia-table-cell-nowrap {
    white-space: nowrap;
}

.ia-textalign-right {
    text-align: right;
    padding-right: 0;
}

.ia-scoreboard-graphic {
    vertical-align: middle;
    align-content: center;
    width: 2.2em;
    padding: 0;
    height: auto;
}

.ia-scoreboard-checkmark {
    vertical-align: middle;
    align-content: center;
    width: 1.5em;
    padding: 0;
    height: auto;
}

.ia-test-blue {
    background-color: blue;
}

.ia-test-red {
    background-color: red;
}

.ia-test-green {
    background-color: green;
}

.ia-w100 {
    width: 100%;
}
