.AIHeader{
    background-color: #328551;
    color: white;
}
#AIContent{
    background-color: #157eaf;
    border-radius: 20px;
    padding: 10px;
    width: 80%;
    margin: auto;
    display:none;
    height: 63%;
}
.AIInterface{
}
.airesponse{
    text-align: left;
    background-color: #b1e6ff;
    color: #000;
    float: left;
}
.aiprompt{
    text-align: right;
    background-color: #137baf;
    color: #fff;
    float: right;
}
.messages{
    width: 80%;
    border-radius: 15px;
    padding: 10px;
    margin: 8px 0px;

}
#divResponse{
    background-color: #fff;
    height:72%;
    width:100%;
    overflow:auto;
    border:solid black 1px;
}
#divButton{
    /*width:500px;*/
    text-align: right;
    margin-top: 5px;
}
#supplementalIconText{
    font-weight: bold;
    color: #167EAF;
    font-size: 16pt;
}
.aimodaldialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    opacity: 1;
    pointer-events: all;
}

.aimodaldialog > div {
    width: 95%;
    height: 97%;
    position: relative;
    margin: 0px;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    -moz-box-shadow: 1px 1px 3px #000;
}

.aiclose {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.editorButtons{
    width:600px;
    margin: auto;
}

#divPrompt{
    width:100%;
    height:20%;
}
#prompt{
    width:100%;
    height:100%;
    background-color: #c0c0c0;
}