html {
    padding: 0;
    margin: 0;
    border-top: solid 10px #000;
}

body {
    position: absolute;
    background: #fdfdfd;
    margin-top: 10px;
    display: table;
    width: 100%;
    height: 98%;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

.bold-text {
    font-weight: bold;
}

.italic-text {
    font-style: italic;
}

.red-font {
    color: red;
}

.required-field {
    font-size: 0.8em;
}

.margin-bottom2 {
    margin-bottom: 2px;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-top40 {
    margin-top: 40px;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

.display-inline-block {
    display: inline-block;
}

.text-valign-top {
    vertical-align: top;
}

body.loading {
    overflow: hidden;
}

body.loading .loading-modal {
    display: inline-block;
}

/* Main content */
.main-content-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.main-content-wrapper .loading-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 100px;
    width: 100px;
    background: url('/Images/loading.gif') 50% 50% no-repeat;
}

.main-content-inner-wrapper {
    display: inline-block;
    margin:  0 auto;
}

.main-content-wrapper .content-upload-wrapper {
    width: 1087px;
    height: 27px;
    padding-top: 3px;
    padding-left: 10px;
    text-align: left;
    background-color: #f0f0f0;
    border: 1px solid #d8d8d8;
    margin: auto;
    z-index: 1000;
}

.main-content-wrapper .content-upload-wrapper label {
    font-weight: bold;
}

.main-content-wrapper .content-upload-wrapper #fdSavedSteps {
    background-color: #fff;
    width: 855px;
}

.content-tree-wrapper {
    float: left;
    width: 250px;
    height: 500px;
    text-align: left;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #d8d8d8;
    margin-right: 5px;
    overflow-y:  scroll;
}

.content-tree-wrapper ul {
    margin-top: 0;
    padding-left: 15px;
    list-style-type: square;
}

.content-tree-wrapper ul li {
    margin-bottom: 4px;
}

.content-tree-wrapper ul ul {
    padding-left: 20px;
    list-style-type: circle;
}

.content-tree-wrapper ul ul li {
    margin-top: 2px;
    font-size: 12px;
    font-style: italic;
}

.content-outer-wrapper {
    float: left;
    width: 760px;
    height: 500px;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #d8d8d8;
}

.content-wrapper {
    display: table-cell;
    width: 760px;
    height: 500px;
    vertical-align: middle;
    text-align: left;
}

.sop-list {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.sop-list li {
    margin-bottom: 5px;
}

.start-button {
    font-size: 3em;
    font-weight: bold;
}

/* Overview  */
.overview-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: left;
}

.overview-wrapper button {
    font-size: 1em;
}

/* Prior to Product Development */
.prior-prod-dev-wrapper img {
    margin-bottom: 5px;
}

.prior-prod-dev-wrapper button {
    font-size: 1em;
}

.prior-prod-dev-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Confirmation of Product Development */
.confirm-prod-dev-wrapper .hints-product-dev-info-wrapper {
    font-style: italic;
    margin-top: 10px;
}

.enter-prod-dev-info-wrapper {
    display: none;
    margin-top: 15px;
}

.enter-prod-dev-info-wrapper input[type="text"] {
    width: 300px;
}

.confirm-prod-dev-wrapper .button-wrapper {
    text-align: right;
    margin-top: 10px;
}

/* What is Product Development Order */
.what-is-prod-dev-wrapper img {
    margin-bottom: 10px;
}

.what-is-prod-dev-wrapper .buttons-wrapper {
    text-align: right;
}

/* Project Manager Appointment */
.proj-mgr-appt-wrapper input[type="text"] {
    width: 300px;
}

.proj-mgr-appt-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Review Customer Requirement */
.review-customer-requirement h2 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.review-customer-requirement ul {
    margin-top: 0;
    padding-left: 15px;
    list-style-type: square;
}

.review-customer-requirement .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Customer Requirement - What to be Included */
.cr-what-to-be-inc-wrapper .cr-what-to-be-inc-first-lvl-lst {
    margin-top: 15px;
    padding-left: 15px;
    list-style-type: square;
}

.cr-what-to-be-inc-wrapper ul ul {
    padding-left: 15px;
    list-style-type: circle;
}

.cr-what-to-be-inc-wrapper ul ul ul {
    padding-left: 15px;
    list-style-type: disc;
}

.cr-what-to-be-inc-wrapper .buttons-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Create Project Folders and Milestones */
.create-proj-folders-milestones .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* How to Create Project Folders */
.howto-create-proj-fol-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Send Request to Recruit Team Members */
.recruit-proj-team-members .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Indicate Responsibility and make known to all members */
.ind-resp-make-known-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Kick Off Meeting */
.kick-off-meeting-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Create Product Specificaiton */
.create-prod-spec-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Create Concept Development */
.create-concept-dev-wrapper ul {
    margin-top:  0;
    padding-left: 15px;
    list-style-type: square;
}

.create-concept-dev-wrapper ul ul {
    list-style-type: circle;
}

.create-concept-dev-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Concept Development Activities */
.concept-dev-activities-wrapper .first-lvl-list {
    margin-top: 10px;
}

.concept-dev-activities-wrapper ul {
    margin-top: 0;
    padding-left: 15px;
    list-style-type: square;
}

.concept-dev-activities-wrapper ul ul {
    list-style-type: circle;
}

.concept-dev-activities-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Concept Development Target And Output */
.concept-dev-target-output-wrapper .first-lvl-list {
    margin-top: 10px;
}

.concept-dev-target-output-wrapper ul {
    margin-top: 0;
    padding-left: 15px;
    list-style-type: square;
}

.concept-dev-target-output-wrapper ul ul {
    list-style-type: circle;
}

.concept-dev-target-output-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Identify Development Equipment and Tools */
.identify-dev-equip-tools-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Review and Approve Budget of Equipment and Tools */
.review-approve-equip-tools-budget-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Conduct Concept Proving */
.conduct-concept-proving-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Concept Proving Fails */
.concept-proving-fails-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Concept Review Meeting */
.concept-review-meeting-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Initiate DFMEA Meeting */
.initiate-dfmea-meeting-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Generate DFMEA Document */
.generate-dfmea-document-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Create BOM For Prototype Build */
.create-bom-prototype-build-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Create New Tool List */
.create-new-tool-list-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Prepare The Design Document For New Tool */
.prepare-design-doc-new-tools-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Tool List Review And Approve */
.tool-list-review-approve-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Create Product Release Plan */
.create-product-release-plan-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Prepare Production Test Concept */
.prepare-prod-test-concept-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Conduct Quality Check One */
.conduct-quality-check-one-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Quality Assessment */
.quality-assessment-wrapper ul {
    margin-top: 0;
    padding-left: 15px;
    list-style-type: square;
}

.quality-assessment-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* What shall happening if QA1 targets not achieve */
.what-if-qa1-not-achieve-wrapper .first-lvl-list {
    margin-top: 10px;
    padding-left: 15px;
    list-style-type: square;
}

.what-if-qa1-not-achieve-wrapper ul ul {
    padding-left:  15px;
    list-style-type: circle;
}

.what-if-qa1-not-achieve-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Check Project Status - QA1 */
.check-proj-status-qa-one-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Quality Checklist */
.view-quality-check-list-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

.view-quality-check-list-wrapper img {
    margin-top:  15px;
}

/* Generate QA1 Report */
.generate-quality-check-report-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* QA1 Decide Time Frame To Close All Open Points */
.qa1-time-frame-close-open-items-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* QA1 Close All Open Items In QA1 Report */
.qa1-close-all-open-items-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* QA1 Justify Items That Require Concession */
.qa1-justify-item-require-concession-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* QA1 Raise Concession */
.qa1-raise-concession-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* QA1 Evaluate The Impact On The Current And Subsequence Milestones Delay */
.qa1-evaluate-impact-delay-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* QA1 Close All Items That Concession Not Granted */
.qa1-close-no-concession-items-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Build Prototype */
.build-prototype-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Prototype Development Activities */
.prototype-dev-activities-wrapper .first-lvl-ls {
    margin-top: 10px;
    padding-left: 15px;
    list-style-type: square;
}

.prototype-dev-activities-wrapper ul ul {
    padding-left:  15px;
    list-style-type: circle;
}

.prototype-dev-activities-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Verify Prototype According to Intended Assembly Process and BOM */
.verify-prototype-asm-proc-bom-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Prototype Development Target and Output */
.prototype-dev-target-output-wrapper .first-lvl-ls {
    margin-top: 10px;
    padding-left: 15px;
    list-style-type: square;
}

.prototype-dev-target-output-wrapper ul ul {
    padding-left:  15px;
    list-style-type: circle;
}

.prototype-dev-target-output-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Draft Production Process Flow and Product Control Plan */
.draft-prod-flow-control-plan-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Initiate PFMEA */
.initiate-pfmea-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Production Process Capability Evaluation */
.prod-proc-capability-evaluation-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Work Instruction Drafted */
.work-instruction-drafted-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Room Temperature Performance Verification On Critical Parameters */
.room-temperature-verification-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Preliminary EMC Test */
.preliminary-emc-test-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Optional Temperature Test On Selected Parameter */
.optional-temperature-test-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Identify Production Equipment and Tools */
.identify-prod-equip-tools-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Review equipment and tools for assembly */
.review-equip-tools-for-assembly-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Conduct Quality Check 2 */
.conduct-quality-check-2-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* QA2 - Quality Assessment */
.quality-assessment-qa2-wrapper .first-lvl-ls {
    margin-top: 0;
    padding-left: 15px;
    list-style-type: square;
}

.quality-assessment-qa2-wrapper ul ul {
    margin-top: 0;
    padding-left: 15px;
    list-style-type: circle;
}

.quality-assessment-qa2-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* What Shall Happening If QA2 Targets Not Achieve */
.what-if-qa2-not-achieve-wrapper .first-lvl-ls {
    margin-top: 12px;
    padding-left: 15px;
    list-style-type: square;
}

.what-if-qa2-not-achieve-wrapper ul ul {
    margin-top: 0;
    padding-left: 15px;
    list-style-type: circle;
}

.what-if-qa2-not-achieve-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Check Project Status QA2 */
.check-proj-status-qa-two-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Generate Quality Check 2 Report */
.generate-quality-check-2-report-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* QA2 - Decide Time Frame to Close All Open Points */
.qa2-time-frame-close-open-items-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* QA2 - Close All Open Items */
.qa2-close-all-open-items-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* QA2 - Justify Items That Require Concession */
.qa2-justify-item-require-concession-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* QA2 - Evaluate The Impact of Milestones Delay */
.qa2-evaluate-impact-delay-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Raise Concession For The Non-Complied Items */
.qa2-raise-concession-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;    
}

/* Close All Items That Concession Not Granted */
.qa2-close-no-concession-items-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Develop Production Test System */
.develop-production-test-system-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Build Engineering Sample */
.build-engineering-sample-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Engineering Sample Development Activities */
.engineering-sample-dev-activities-wrapper ul {
    margin-top: 12px;
    padding-left: 15px;
    list-style-type: square;
}

.engineering-sample-dev-activities-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Engineering Sample Development Target And Output */
.engineering-sample-dev-target-out-wrapper ul {
    margin-top: 12px;
    padding-left: 15px;
    list-style-type: square;
}

.engineering-sample-dev-target-out-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Validate Process Flow, Product Control Plan And BOM */
.validate-proc-flow-ctrl-plan-bom-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Update Process PFMEA */
.update-process-pfmea-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Update Process Flow Chart And Product Control Plan */
.update-proc-flow-chart-ctrl-plan-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Buy Off Process Flow Chart And Product Control Plan */
.buy-off-proc-flow-ctrl-plan-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Buy Off Work Instruction */
.buy-off-work-instruction-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Perform Product Validation */
.perform-product-validation-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* If Non-Compliance, Resolve Deviation */
.resolve-deviation-if-non-compliance-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Verify Solution */
.verify-solution-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Conduct Quality Check Three */
.conduct-quality-check-three-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* QA3 - Quality Assessment */
.quality-assessment-qa3-wrapper .first-lvl-ls {
    margin-top: 0;
    padding-left: 15px;
    list-style-type: square;
}

.quality-assessment-qa3-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* What Shall Happening If QA3 Not Achieve */
.what-if-qa3-not-achieve-wrapper .first-lvl-ls {
    margin-top: 12px;
    padding-left: 15px;
    list-style-type: square;
}

.what-if-qa3-not-achieve-wrapper ul ul {
    margin-top: 0;
    padding-left: 15px;
    list-style-type: circle;
}

.what-if-qa3-not-achieve-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Check Project Status - QA3 */
.check-proj-status-qa-three-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Generate QA3 Report */
.generate-quality-check-3-report-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* QA3 - Decide Time Frame to Close All Open Points */
.qa3-time-frame-close-open-items-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* QA3 - Close All Open Items in QA Reports */
.qa3-close-all-open-items-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* QA3 - Justify Items That Require Concession */
.qa3-justify-item-require-concession-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* QA3 - Evaluate The Impact on the Milestones Delay */
.qa3-evaluate-impact-delay-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* QA3 - Raise Concession For The Non-Complied Items */
.qa3-raise-concession-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* QA3 - Close All Items That Concession Not Granted */
.qa3-close-no-concession-items-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Setup Production Line */
.setup-production-line-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Pre-Production Run */
.pre-production-run-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* First Production Run Activities */
.first-prod-run-activities-wrapper ul {
    padding-left: 15px;
    list-style-type: square;
}

.first-prod-run-activities-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* First Production Run Target And Output */
.first-production-run-target-output-wrapper ul {
    padding-left: 15px;
    list-style-type: square;
}

.first-production-run-target-output-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Collect and Analyze Production Process Capability Data */
.analyze-prod-proc-capability-data-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Perform Production Capability Study By Verifying Production Yield Data Against Plan Target */
.perform-production-capability-study-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Conduct Quality Check 4 */
.conduct-quality-check-four-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Quality Assessment 4 */
.quality-assessment-qa4-wrapper ul {
    margin-top: 0;
    padding-left: 15px;
    list-style-type: square;
}

.quality-assessment-qa4-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Check Project Status - QA4 */
.check-proj-status-qa-four-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Generate Quality Check 4 Report */
.generate-quality-check-4-report-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* QA4 - Decide Time Frame To Close All Open Points */
.qa4-time-frame-close-open-items-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* QA4 - Close All Open Items */
.qa4-close-all-open-items-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* QA4 - Justify Items That Require Concession */
.qa4-justify-item-require-concession-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* QA4 - Evaluate The Impact */
.qa4-evaluate-impact-delay-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* QA4 - Raise Concession For The Non-Complied Items */
.qa4-raise-concession-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Release Product For Sale */
.release-product-for-sale-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Conduct Post Mortem Meeting */
.conduct-post-mortem-meeting-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Record Lesson Learnt During The Development Of The Project */
.record-lesson-learnt-development-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Review The Conditions */
.review-condition-wrapper ul {
    margin-top: 0;
    padding-left: 15px;
    list-style-type: square;
}

.review-condition-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Resolve of Project Team */
.resolve-project-team-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: right;
}

/* Answer */
.answer-wrapper {
    display: none;
}