#ai-text-div {
    z-index: 3000;
    position: absolute;
    resize: both;
    overflow: hidden;
    border: 3px black solid;
    height: 400px;
    width: 600px;
    top: 60px;
    left: 150px;
    background-color: white;
}

#ai-text-head {
    position: relative;
    height: 26px;
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-family: Verdana;
    font-size: 14px;
    color: white;
    background-color: #036;
    cursor: move;
}

#ai-text-control {
    position: absolute;
    left: 97%;
    font-family: Verdana;
    font-size: 14px;
    font-weight: 600;
    color: white;
    background-color: #036;
    cursor: pointer;
    z-index: 4000;
}

#ai-text-body {
    position: relative;
    height: 90%;
    overflow-x: auto;
    overflow-y: auto;
    background-color: #ddd;
    font-family: Verdana;
    font-size: 13px;
    line-height: 150%;
    padding: 15px;
    text-align: justify;
}

#title {
    font-family: Helvetica;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 8px;
}

#year {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#years {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#summary {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
    margin: 8px;
}

#prelude {
    background-color: rgba(80, 200, 0, 0.2);
}

#players {
    background-color: rgba(128, 80, 64, 0.2);
}

#forces {
    background-color: rgba(180, 60, 24, 0.2);
}

#description {
    background-color: rgba(160, 120, 40, 0.2);
}

#consequences {
    background-color: rgba(220, 160, 0, 0.2);
}

.theader {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-top: 8px;
    margin-top: 14px;
    height: 24px;
    border: 1px solid black;
}

.tbody {
    font-family: Helvetica;
    font-size: 13px;
    font-weight: normal;
    text-align: justify;
    margin: 8px;    
}

.list1 {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;    
}

.list2 {
    font-family: Helvetica;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
}

#ai-conflict-div {
    z-index: 3000;
    position: absolute;
    resize: both;
    overflow: hidden;
    border: 3px black solid;
    height: 400px;
    width: 600px;
    top: 60px;
    left: 50px;
    background-color: white;
}

#ai-conflict-head {
    position: relative;
    height: 26px;
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-family: Verdana;
    font-size: 14px;
    color: white;
    background-color: #036;
    cursor: move;
}

#ai-conflict-control {
    position: absolute;
    left: 97%;
    font-family: Verdana;
    font-size: 14px;
    font-weight: 600;
    color: white;
    background-color: #036;
    cursor: pointer;
    z-index: 4000;
}

#ai-conflict-body {
    position: relative;
    height: 90%;
    overflow-x: auto;
    overflow-y: auto;
    background-color: #ddd;
    font-family: Verdana;
    font-size: 13px;
    line-height: 150%;
    padding: 15px;
    text-align: justify;
}

#ai-image-div {
    z-index: 5000;
    position: absolute;
    resize: both;
    overflow: auto;
    border: 3px black solid;
    height: 400px;
    width: 600px;
    top: 80px;
    left: 120px;
    background-color: white;
}

#ai-image-head {
    position: relative;
    height: 26px;
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-family: Verdana;
    font-size: 14px;
    color: white;
    background-color: #036;
    cursor: move;
}

#ai-image-control {
    position: absolute;
    left: 97%;
    font-family: Verdana;
    font-size: 14px;
    font-weight: 600;
    color: white;
    background-color: #036;
    cursor: pointer;
    z-index: 6000;
}

#ai-image-pic {
    
}

#ai-image-desc {
    font-family: Helvetica;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;    
}
