/* WebAPI Custom styles ----------------------------------------------------------- */

.header {
    background-color: #000;
}

.header > .wrapper, 
.main-body > .wrapper,
.footer > .wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
}

.footer > .wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

.top-nav {
    position: absolute;
    right: -10px;
    top: 0;
    height: 47px;
}

.top-nav li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    min-width: 74px;
    height: 47px;
    text-align: right;
    vertical-align: middle;
}

.top-nav li > span {
    top: 14px;
    position: relative;
}

.top-nav li:hover {
    opacity: 0.75;
    cursor: pointer;
}

.top-nav li .help {
    height: 47px;
    text-align: center;
    min-width: 50px;
    background: transparent url(../images/nav/sprite_global_menu_rev@2x.png) no-repeat center -52px;
    background-size: 40px 300px;
    top: 0;
    right: 0;
    position: absolute;
}

.top-nav li .help > span {
    font: normal 10px/1 Arial;
    display: block;
    width: 100%;
    height: 100%;
    padding: 34px 10px 0;
    position: relative;
    color: #fff;
}
   
.version {
    float: right;
    font-size: 18px;
    line-height: 2.4;
}

a.btn.btn-primary {
    color: #fff;
    padding: 6px 20px;
}

h2.page-header {
    margin-top: 20px;
    margin-bottom: 10px;
}