.topNavButton {
    position: relative;
    left: 130px;
    top: 18px;
}

.LBHeader {
    position: relative;
    background-image: url('header_bg.png');
    background-repeat: repeat-x;
    height: 53px;
    width: 100%;
    margin-top: 20px;
}

.LBHeader .gravWell {
    position: absolute;
    top: -45px;
    left: 0px;
}

.LBHeader .headerText {
    margin-left: 130px;
    padding-top: 14px;
}

.errorMsg {
    display: none;
    width: 100%;
    background-color: #330000;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
}

.leaderboard {
    margin: 30px auto 0px auto;
    width: 80%;
    min-height: 500px;
}

.leaderboard .resContainer {
    position: relative;
    height: 18px;
    clear: both;
}

.leaderboard .resContainerHighlight {
    position: relative;
    height: 18px;
    background-color: #215217;
    clear: both;
}

.leaderboard .left {
    width: 13%;
    float: left;
    text-align: right;
    height: 20px;
}

.leaderboard .mid {
    width: 33%;
    float: left;
    text-align: left;
    margin-left: 10%;
    height: 20px;
}

.leaderboard .right {
    width: 33%;
    float: left;
    text-align: right;
    margin-right: 10%;
    height: 20px;
}