#section-fight-skillbook {
    position: fixed;
    top: 10vh;
    left: 10vw;
    width: 80vw;
    height: 80vh;
    background-color: #000000;
    border: 3px double #cd853f;
    z-index: 101;
}

#section-fight-xp-exchange {
    position: fixed;
    top: calc(50% - 350px);
    left: calc(50% - 600px);
    width: 1200px;
    height: 600px;
    background-color: #000000;
    border: 3px double #cd853f;
    z-index: 101;
}

#section-fight-skill-quickbar {
    position: fixed;
    top: calc(50% - 350px);
    left: calc(50% - 600px);
    width: 1200px;
    height: 600px;
    background-color: #000000;
    border: 3px double #cd853f;
    z-index: 101;
}

#fight-skillbook-header,
#fight-xp-exchange-header,
#fight-current-quickbar-header {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 0px dotted red;
    width: 100%;
}

#fight-skillbook-header-left,
#fight-xp-exchange-header-left,
#fight-current-quickbar-header-left {
    float: left;
    margin-left: 10px;
    font-variant: small-caps;
}

#fight-skillbook-header-right,
#fight-xp-exchange-header-right,
#fight-current-quickbar-header-right {
    float: right;
}

#fight-skillbook-closer,
#fight-xp-exchange-closer,
#fight-current-quickbar-closer {
    margin-right: 0px;
    border: 1px solid rgba(205, 134, 63, 0.75);
    border-radius: 0px 0px 0px 5px;
    background-color: #111111;
    padding: 3px 7px 3px 7px;
    color: rgba(205, 134, 63, 1);
    font-size: x-small;
}

#fight-skillbook-results {
    border: 0px dotted red;
    margin-top: 30px;
}

#fight-xp-exchange-results {
    border: 0px dotted red;
    margin-top: 30px;
}

.fight-exchange-bottom-desc-left {
    float: left;
    width: 325px;
    border: 0px dotted blue;
    height: 220px;
    padding-left: 115px;
}

.fight-exchange-bottom-desc-left img {
    height: 200px;
}

.fight-exchange-bottom-desc-right {
    float: left;
    display: inline;
    width: 600px;
    border: 0px dotted blue;
    height: 220px;
    padding-top: 20px;
    text-align: justify;
    line-height: 1.5;
    word-spacing: 0.25em;
}

#fight-current-quickbar-slot-window {
    border: 0px dotted red;
    margin-top: 30px; 
}

#fight-current-quickbar-skill-selection {
    border: 0px dotted red;
    margin-top: 30px;
}

/* ////////////////////////////////////////////////////////////////////////// */
#section-fight-new-fight {
    position: fixed;
    top: calc(50vh - 200px);
    left: calc(50vw - 350px);
    width: 700px;
    height: 400px;
    background-color: #000000;
    border: 3px double #cd853f;
    z-index: 101;
}

/* ////////////////////////////////////////////////////////////////////////// */

.section-fight-request-item {
    border: 1px solid rgba(205, 134, 63, 0.7);
    margin-top: 10px;
    padding: 5px;
}

.section-fight-request-item-top {
    border-bottom: 1px solid rgba(205, 134, 63, 0.5);
    background-color: #111111;
    padding-top: 3px;
    padding-bottom: 4px;
    margin-bottom: 5px;
}

.section-fight-request-item-top-name {
    float: left;
    padding-left: 25px;
}

.section-fight-request-item-top-date {
    float: right;
    padding-right: 25px;
}

.section-fight-request-item-avatar {
    border: 0px dotted red;
    float: left; 
}

.section-fight-request-item-left {
    border: 0px dotted red;
    float: left;
    padding-left: 20px; 
    min-width: 120px;
    width: 10vw;
}

.section-fight-request-item-left-titles {   
    float: left;
}

.section-fight-request-item-left-values {   
    float: left;
    padding-left: 15px;
}

.section-fight-request-item-team1 {
    border: 0px dotted red;
    float: left;
    min-width: 120px;
    width: 10vw; 
}

.section-fight-request-item-team2 {
    border: 0px dotted red; 
    float: left;
    min-width: 120px;
    width: 10vw;
}

.section-fight-request-item-right {
    border: 0px dotted red;
    float: right;
    min-width: 210px;
    width: 15vw;
}

.section-fight-request-item-bottom {
    border: 0px dotted red; 
    margin-top: 5px;
    padding-left: 25px;
}

.section-fight-request-item-bottom button {
    margin-left: 35px;
}


