#flagArea {
    position: absolute;
    top: 22px;
    left: 52px;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    max-width: 105px;
    margin-bottom: 5%;
    display: none;
}
#titleArea {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 115px;
    height: 50px;
    font-size: 0px;
    color: #1d5288;
    background-image: url(../../../external-static/USAIDLogo.png);
}
#notificationArea {
    background-color: white;
    color: #333;
    margin-top: 15px;
    padding: 15px;
    border-radius: 3px;
    text-align: center;
    width: 407px;
    height: 135px;
    margin-left: -87px;
}