﻿.step-questions
{
    width: 100%;
    background-color: #587CC6;
    color: #ffffff;
    padding: 5px; 
    font-weight:bold;
    border: groove 1px #29498B;
}
.step-answers
{
    width: 100%;
    background-color: #eeeeee;
    color: #29498B;
    padding: 5px;
    border: groove 1px #29498B;
}

.alert-heading
{
    width: 100%;
    background-color: #b30000;
    color: #ffffff;
    padding: 5px; 
    font-weight:bold;
    border: groove 1px #29498B;
}
.alert-body
{
    width: 100%;
    background-color: lemonchiffon;
    color: #b30000;
    padding: 5px;
    border: groove 1px #29498B;
}