#attackFriendScreen {
    background-image: url("../../img/bk-battle-menu.jpg");   
}

#attackFriendScreen .title {
    width: 339px;
    height: 90px;
    background-image: url("../../img/sprite-headers.png");
    background-position: 0px -518px;
    position: absolute;
    left: 360px;
    top: 30px;
}

#attackFriendScreen .container {
    display: block;
    width: 384px;
    height: 440px;
    position: absolute;
    left: 340px;
    top: 130px;
}

#attackFriendScreen .container #container-text {
    margin-top: 16px;
    color: black;
    font-family: "Arial", serif;
    font-size: 14px;
    margin-bottom: 20px;
}

#attackFriendScreen .container #container-field {
    width: 372px;
    height: 101px;
    background-image: url("../../img/sprite-misc.png");
    background-position: 0px 0px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
    font-size: 11px;
    font-family: "Autour One", sans-serif;
    color: #000000;
    cursor: auto;
    display: table;
}

#attackFriendScreen .container #container-field #container-field-text {
    display: table-cell;
    vertical-align: middle;
}

#attackFriendScreen .container #container-copy-link-button {
    width: 374px;
    height: 101px;
    background-image: url("../../img/sprite-btns.png");
    background-position: -374px -507px;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
}

#attackFriendScreen .container #container-bottom-buttons {
    width: 391px;
    height: 67px;
    position: absolute;
    top: 356px;
    left: 0px;
}

#attackFriendScreen .container #container-copy-link-button:hover {
    background-position: 0px -507px;
}

#attackFriendScreen .container #container-copy-link-button:active {
    background-position: 0px -305px;
}

#attackFriendScreen .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;
}

#attackFriendScreen .container #container-bottom-buttons #bottom-button-previous:hover {
    background-position: -748px -534px;
}

#attackFriendScreen .container #container-bottom-buttons #bottom-button-previous:active {
    background-position: -886px -534px;
}

#attackFriendScreen .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;
}

#attackFriendScreen .container #container-bottom-buttons.no-referrer #bottom-button-back-to-castle {
    right: 78px !important;
}

#attackFriendScreen .container #container-bottom-buttons #bottom-button-back-to-castle:hover {
    background-position: -750px 0px;
}

#attackFriendScreen .container #container-bottom-buttons #bottom-button-back-to-castle:active {
    background-position: -750px -66px;
}