.fail { background-color: red; }
.poor { background-color: orange; }
.fair { background-color: yellow; }
.good { background-color: green; }

#wing {
    position: relative;
}
#cog {
    display: block;
    position: absolute;
    left: 35%;
    width: 2px;
    height: 100%;
    background-color: black;
}

/**
 * Forces
 */
div.box-wrapper {
    position: relative;
    width: 99px;
    height: 99px;
    border: 1px solid transparent;
    z-index: 1005;
}
div.box {
    width: 50%;
    height: 50%;
    margin: 25%;
    text-align: center;
}
div.box-mass {
    background-color: black;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
html.no-borderradius div.box-mass {
    background-color: white;
}
div.box-mass img {
    display: none;
    width: 100%;
    height: 100%;
}
html.no-borderradius div.box-mass img {
    display: block;
}
div.box-area {
    background: url(../img/animations/Line3.png) 50% 50% repeat;
    border: 1px solid #888;
}
div.cog-wrapper, div.coa-wrapper {
     position: relative;
     margin: 0 auto;
}
#coa-line {
    height: 15px;
    margin: 43px -78px 0 -78px;
    z-index: 100;
    background: url(../img/animations/Line3.png) 50% 50% repeat;
    border: 1px solid #888;
}
#coa-fulcrum {
    position: absolute;
    width: 0;
    height: 50px;
    top: -20px;
    left: 50%;
    border-left: 3px dotted red;
}
#cog-line {
    margin: 50px -8px 0 8px;
    height: 1px;
    background-color: #000;
    z-index: 100;
}
#cog-fulcrum {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 50%;
}

.carousel figure {
    display: table-cell;
    vertical-align: bottom;
    height: 277px;
}

#np-container {
    position: relative;
    width: 383px;
    height: 384px;
    margin: 0 auto;
}
#np-fuselage {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    width: 383px;
    height: 11px;
    z-index: 10;
}
#np-wing {
    position: absolute;
    top: 50%;
    margin-top: -192px;
    left: 80px;
    width: 84px;
    height: 384px;
    z-index: 12;
}
#np-hs {
    position: absolute;
    top: 50%;
    margin-top: -46px;
    right: -5px;
    width: 51px;
    height: 93px;
    z-index: 12;
}
#np-wing img, #np-hs img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#np-point {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    width: 14px;
    height: 14px;
    background: url(../img/animations/np-point.png) no-repeat;
    z-index: 20;
}

span.slider-label {
    font-size: 0.9em;
    font-weight: bold;
}
div.slider-v {
    margin-left: auto;
    margin-right: auto;
}
div.slider-v .ui-slider-range {
    padding-right: 1px;
}