﻿#page2 {
    display: none;
}

#scenario1 {
    font-family: arial;
    font-weight: bold;
    font-size:9pt;
    color: #FFFFFF;
    margin-left: 80px;
    height: 15px;
    width: 90px;
    text-align: center;
    background-color: #1E3287;
    float:left;
    border: medium;
}

#feedback1 {
    font-family: arial;
    font-weight: bold;
    font-size:9pt;
    color: #FFFFFF;
    margin-left: 0px;
    height: 15px;
    width: 90px;
    text-align: center;
    background-color: #9B9187;
    float:left;
    border-color: black;
    border: medium;
}


#scenario2 {
    font-family: arial;
    font-weight: bold;
    font-size:9pt;
    color: #FFFFFF;
    margin-left: 80px;
    height: 15px;
    width: 90px;
    text-align: center;
    background-color: #9B9187;
    float:left;
    border-color: black;
    border: medium;
}

#feedback2 {
    font-family: arial;
    font-weight: bold;
    font-size:9pt;
    color: #FFFFFF;
    margin-left: 0px;
    height: 15px;
    width: 90px;
    text-align: center;
    background-color: #1E3287;
    float:left;
    border: medium;
}

#box {
    border: 1px solid #9B9187;
    margin-left: 80px;
    margin-right: 80px;
    float: left;
}
