.highlight {
    padding: 5px;
    background-color: #ffff99;
    border: 1px solid #f89406;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.rocket-container {
    height: 400px;
    width: 200px;
    border: 1px solid black;
    position: relative;
}
.rocket-container .level {
    position: absolute;
    left: 0;
    width: inherit;
    height: 50%;
    overflow: hidden;
}
.rocket-container .waterlevel {
    bottom: 0;
    background: rgb(135,224,253); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(135,224,253,1) 0%, rgba(83,203,241,1) 40%, rgba(5,171,224,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,224,253,1)), color-stop(40%,rgba(83,203,241,1)), color-stop(100%,rgba(5,171,224,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
}
.rocket-container .airlevel {
    top: 0;
    background: rgb(249,252,247); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(249,252,247,1) 0%, rgba(245,249,240,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,252,247,1)), color-stop(100%,rgba(245,249,240,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); /* IE6-9 */
}
.rocket-container .level-text {
    position: absolute;
    display: block;
    height: inherit;
    width: 100%;
    top: 50%;
    margin-top: -0.65em;
    text-align: center;
    font-weight: bolder;
    font-size: 2em;
}
#height-guage {
    height: 400px;
}
#water-guage {
    height: 200px;
    margin-top: 100px;
}



/**
 * 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/Line3.png) 50% 50% repeat;
    border: 1px solid #888;
}
div.rocket-slider-v {
    margin-left: auto;
    margin-right: auto;
}
div.rocket-slider-v .ui-slider-range {
    padding-right: 1px;
}
span.rocket-slider-label {
    font-size: 0.9em;
}
span.slider-label {
    font-size: 1.2em;
    font-weight: bold;
}
div.cog-wrapper, div.coa-wrapper {
    position: relative;
    margin: 0 auto;
}
#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%;
}

#coa-line {
    height: 15px;
    margin: 43px -78px 0 -78px;
    z-index: 100;
    background: url(../img/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;
}

.table-steps tbody th {
    width: 8%;
    text-align: right;
}
.table-steps tbody td {
    width: 41%;
}