.standardForm {
    background-color: white;
    padding: .5em
}

button {
    margin-top: 0.5em;
}

label {
    color: rgb(255, 102, 0);
    font-family: 'Courier New', Courier, monospace;
    font-size: 2em;
    font-weight: 600;
    text-align:left;
}

.sectionTitle {
    color:darkcyan
}

.inputBox {
    border: none;
    width:100%;
    height:100%;
    margin:0;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1em;
}

.selection {
    height: 3em;
    border: solid rgb(255, 102, 0);
    font-family: 'Courier New', Courier, monospace;
    font-size: 2em;
    font-weight: 600;
    text-align:left;
    width:100%
}

.selection {
    height: 3em;
    border: solid rgb(255, 102, 0);
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.2em;
    font-weight: 600;
    text-align:left;
    width:100%
}

.review {
    height: 2em;
    margin-bottom: 1.4em;
    border: solid rgb(255, 102, 0);
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.8em;
    font-weight: 600;
    text-align:left;
}

.card-title{
    font-family: 'Courier New', Courier, monospace;
    font-size: 3em;
    font-weight: 600;
    color:black;
}

.card{
    color:black;
    background: white;
}

.type {
    width: 100%;
}

.termToTest {

    margin-bottom: 1.4em;
    border: solid rgb(255, 102, 0);
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.8em;
    font-weight: 800;
    text-align:left;
}

.termToShow {
    height: 6em;
    margin: 0;
    border: solid rgb(255, 102, 0);
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.8em;
    font-weight: 600;
    text-align:left;
}

#navigation {
    padding-top:1em;
    padding-bottom:1em;
}

#flashcards {
    padding-top:1em;
    padding-bottom:1em;
}

.logo {
    padding-top:0.5em;
    padding-bottom:1em;
}
.mySelector{
    text-decoration: none !important;
    margin-left:.3em;
    font-size:1.2em;
    font-family: 'Courier New', Courier, monospace;
    font-weight:600
}

.topicSelector{
    text-decoration: none !important;
    margin-left:.2em;
    font-size:1.2em;
    font-family: 'Courier New', Courier, monospace;
    font-weight:400
}

#coverTerm {
    font-size: 6em;
    font-weight: 600;
    color: green;
    font-family:'Courier New', Courier, monospace;
    vertical-align: middle;
    text-align: center;
}

.checkActual{
    background-color: rgb(164, 190, 238);
    font-size: 1.1em;
    padding: 1em
}
.checkWritten{
    background-color: rgb(172, 238, 197);
    font-size: 1.1em;
    padding: 1em;
}

.writeTerm {
    background-color: rgb(172, 238, 197);
    width:100%;
    font-size: 1.4em;
    padding: 1em;
}

#scoreIndicator{
    font-size:1.1em;
}

.list-group-item {
    background-color: rgb(237, 23, 23);
}
.list-group-item a {
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.8em;
    font-weight: 700;
    color:white;
}

code {
    font-size: 1.2em;
    color:brown;
    
}
h2 {
    margin-top:1em;
}
ol li{
    margin-top:.5em !important;
}
ul li{
    margin-top:.1em !important;
}

.banner {
    margin-top: 1em;
}
