﻿.step, .stepTitle, .answerGiven {
    display:inline;
}

.card.active {
    color:black;
}

.card .card-header .btn > div {
    text-align: left;
    font-size: 16px;
}

.card.active .card-header .btn > div {
    font-size: 20px;
}

.card-header .btn {
    width:100%;
}

.card-header .btn[disabled] {
    cursor:default;
}


.card-body {
    margin: 20px 0 0 20px;
}

.card-body-content {
    margin: 15px;
}

.modal-footer .navigation {
    margin: 20px;
    text-align: right;
}

.modal-footer .navigation button {
    border: 0;
    border-radius: 0.25rem;
    background: rgba(30,136,229,1);
    color: white;
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    margin: 0.25rem;
    cursor: pointer;
    margin: 0 10px 0 10px;
    width:20%;
    display:inline-block;
}

.modal-footer .navigation button.disabled {
    background: rgba(30,136,229,1);
    cursor: default
}

.modal-header, .modal-footer {
    border:none!important
}

#splash {
    text-align: center;
    font-size: 24px;
    margin: 25px;
}

.modal-footer .navigation {
    opacity: 0;
    display:none;
}

.card {
    opacity:0;
    display:none;
}
#infoZone {
    opacity: 0;
    width: 50%;
    text-align: left;
    background-color: rgb(239,239,239);
    border-radius: 4px;
    padding: 5px 15px;
    left: 232px;
    position: absolute;
    /* top: 0; */
    z-index: 999;
    /* right: 0; */
    border-left: solid;
    border-width: 2px;
    border-color: rgb(220,220,220);
    /* bottom: 1px; */
    /* border-bottom: solid; */
    border-style: groove;
    /* margin-left: 15px; */
    margin-top: 20px;
}


#infoZone ul {
    list-style:inside;
    padding:3px;
    margin-top:5px;
    margin-bottom:5px
}
#infoZone .head{
    font-weight:bold;
}
#infoZone .foot {
    margin-left:5px
}

.buttonContainer {
    display:inline;
}

a.btnChoice {
    padding: 2px 5px;
    margin: 1px;
    width:49%;
    max-width:120px;
}