.fit_app  {
    clear: both;
    margin: 40px 0 20px 0;
    padding: 15px;
    border: 1px solid #ccc;
    text-transform: none;
    background: url('/assets/lib/healthtools.jpg') no-repeat 95% 3%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.fit_app object {
     display: block!important; 
     overflow: auto!important;
     visibility: visible!important;
     z-index: 1!important; 
}

.fit_app h2 {
    margin-top: 10px !important;
}

.fit_app .btn.small {
    font-size: 0.5em;
}

.fit_app .intro {
    padding: 1em 0;
}


.fit_app table.dash {
    width: 85%;
}

.fit_app table.dash td:nth-child(1) {
    padding-right: 20px;
    text-align: right;
}

.fit_app table.dash td:nth-child(1), .fit_app table.dash td:nth-child(3) {
    font-size: 1.2em;
}
.fit_app table.dash td:nth-child(3) {
    width: 30%;
    padding-left: 5px;
}
.fit_app table.dash tr:nth-child(3) {
    line-height: 2.5em;
}



@media only screen and (max-width: 479px) {
    table.dash input.input-medium {
        width: 100px !important;
    }
}

.fit_app table.dash-result {
    padding: 5px;
    margin: 2em auto;
}

.fit_app table.dash-result td:nth-child(1) {
    padding-right: 20px;
    text-align: right;
    font-weight: bold;
}

.fit_app table.dash-result td:nth-child(3), .fit_app table.dash-result td:nth-child(4) {
    padding-left: 5px;
}

