.button-panel {
    background-color: #eee;
    margin-right: -14px;
    margin-bottom: -5px;
}

.ref-button {
    margin-left: 16%;
    margin-top: 10px;
    margin-bottom: 8px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    display: inline-block;
}

.gemini-button {
     background-image: url('../images/ai.png');
}

.wiki-button {
    background-image: url('../images/W-blue.png');
}

.wiki-pop {
    z-index: 3000;
    position: absolute;
    border: 2px #036 solid;
    height: 400px;
    width: 600px;
    top: 70px;
    left: 250px;
    overflow-x: auto;
    overflow-y: auto;
    background-color: #ddd;
}

.images-button {
    background-image: url('../images/battle-img.png');
}

.images-pop {
    z-index: 3000;
    position: absolute;
    border: 2px black solid;
    height: 400px;
    width: 600px;
    top: 40px;
    left: 500px;
    overflow-x: auto;
    overflow-y: auto;
}
