#defendCastleScreen {
    background-image: url('../../img/bk-battle-menu.jpg');
    font-family: 'Arial', serif;
    background-size: 100% 100%;
}

#defendCastleScreen .title {
    width: 339px;
    height: 90px;
    background-image: url('../../img/sprite-headers.png');
    background-position: 0px -338px;
    position: absolute;
    left: 365px;
    top: 30px;
}

#defendCastleScreen .title .title-icon {
    width: 100px;
    height: 80px;
    display: inline-block;
    vertical-align: -10px;
}

#defendCastleScreen .container {
    width: 386px;
    position: absolute;
    left: 341px;
    top: 131px;
    height: 130px;
}

#defendCastleScreen .container #container-title {
    text-align: center;
    font-size: 18px;
    margin-top: 18px;
    color: #000000;
}

#defendCastleScreen .container #container-stats {
    text-align: left;
    font-size: 14px;
    padding-left: 34px;
    color: #000000;
    margin-top: 25px;
}

#defendCastleScreen .container #container-divider {
    width: 384px;
    height: 11px;
    background-image: url('../../img/sprite-misc.png');
    background-position: 0px -163px;
    position: absolute;
    top: 125px;
    left: 0px;
}

#defendCastleScreen .container #container-stats table tr td {
    padding-bottom: 5px;   
}

#defendCastleScreen .container #container-stats .container-stats-stat-number {
    padding-left: 16px;   
}

#defendCastleScreen .container #container-begin-battle-button {
    width: 375px;
    height: 101px;
    position: absolute;
    left: 7px;
    top: 160px;
    cursor: pointer;
    background-image: url('../../img/sprite-btns.png');
    background-position: 0px 0px;
}

#defendCastleScreen .container #container-begin-battle-button:hover {
    background-position: 0px -204px;
}

#defendCastleScreen .container #container-begin-battle-button:active {
    background-position: -375px -102px;
}

#defendCastleScreen .container #container-bottom-buttons {
    width: 391px;
    height: 67px;
    position: absolute;
    top: 356px;
    left: 0px;
}

#defendCastleScreen .container #container-bottom-buttons #bottom-button-previous {
    height: 66px;
    width: 138px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 0;
    background-image: url('../../img/sprite-btns.png');
    background-position: -748px -402px;
}

#defendCastleScreen .container #container-bottom-buttons #bottom-button-previous:hover {
    background-position: -748px -534px;
}

#defendCastleScreen .container #container-bottom-buttons #bottom-button-previous:active {
    background-position: -886px -534px;
}

#defendCastleScreen .container #container-bottom-buttons #bottom-button-back-to-castle {
    height: 66px;
    width: 243px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 0;
    background-image: url('../../img/sprite-btns.png');
    background-position: -750px -132px;
}

#defendCastleScreen .container #container-bottom-buttons.no-referrer #bottom-button-back-to-castle  {
    width: 387px;
    height: 68px;
    background-image: url('../../img/sprite-btns.png');
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    background-position: -387px -866px;
}

#defendCastleScreen .container #container-bottom-buttons.no-referrer #bottom-button-back-to-castle:hover {
    background-position: -387px -800px;
}

#defendCastleScreen .container #container-bottom-buttons.no-referrer #bottom-button-back-to-castle:active {
    background-position: 0px -800px;
}


#defendCastleScreen .container #container-bottom-buttons #bottom-button-back-to-castle:hover {
    background-position: -750px 0px;
}

#defendCastleScreen .container #container-bottom-buttons #bottom-button-back-to-castle:active {
    background-position: -750px -66px;
}