/* ------------------------------------------------------------------ * Custom CSS for this Project * -----------------------------------------------------------------*/ /* When defining custom styles, make sure to add an !important */ /* marker on each value, otherwise yoru custom styles will NOT */ /* override default values defined in the main.css file. ONLY use */ /* this marker in this file. */ /*-----------------------------------------------------------------*/ /* changing span block styling under nunber-lines to be children only, not all descendants */ .number-lines > span { counter-increment: passage-line; display: block; white-space: normal; margin-bottom: .5em; } /* SAT passage with passage underline */ .ktp-passage { counter-reset: passage-line passage-phrase passage-paragraph; } .phrase-underline { position: relative; text-decoration: underline; font-size: 19px; font-size: 1em; margin-top: 0em; margin-bottom: 0em; } .phrase-underline:before { text-align: center; font-size: 0.89474em; margin-top: 0em; margin-bottom: 0em; } .phrase-underline:before, .phrase-box:before { font-family: "Source Sans Pro", Verdana, Helvetica, sans; counter-increment: passage-phrase; content: counter(passage-phrase); } body{ margin: 10px 20px 10px 20px !important; font-family: sans-serif; } .phrase-underline:before { border: none !important; /* display: inline-block;*/ position: relative !important; top: 0 !important; color: #fff; background: grey; margin-right: .25em !important; line-height: 1.5em !important; width: 1.5em !important; } /* styles for P/SAT Merge */ .sat-exclude { display: none !important; background: #E8E8E8; padding: 0 0.1em; position: relative; } .sat-exclude:before { /*position: inherit;*/ content: "PSAT-only"; font-size: 0.6em; font-family: "Source Sans Pro", Verdana, Helvetica, sans !important; line-height: 1em !important; letter-spacing: 0.1em; font-weight: 600 !important; color: #fff; white-space: nowrap !important; top: -0.55em; left: 0; width: 7em !important; text-align: center; background: #000080;} section.sat-exclude:before { top: -1em; } div.s9-scrollable > table.sat-exclude:before { top: 0; } .psat-exclude { /**/background: #F0F0F0; padding: 0 0.1em; position: relative; } .psat-exclude:before { /*position: inherit;*/ font-size: 0.6em; font-family: "Source Sans Pro", Verdana, Helvetica, sans; line-height: 1.1em; letter-spacing: 0.1em; font-weight: 600; color: #fff; white-space: nowrap; top: -0.5em; left: 0; background: #800; padding: 0 0.3em; } section.psat-exclude:before { top: -1em; } div.s9-scrollable > table.psat-exclude:before { top: 0; } .psat-exclude.sat-exclude, .sat-exclude.psat-exclude{ /**/background: #F0F0F0; padding: 0 0.1em; position: relative; } .psat-exclude.sat-exclude:before, .sat-exclude.psat-exclude:before, .total-prep { content: "Total-Prep"; /*position: inherit;*/ font-size: 0.6em; font-family: "Source Sans Pro", Verdana, Helvetica, sans; line-height: 1.1em; letter-spacing: 0.1em; font-weight: 600; color: #fff; white-space: nowrap; top: -0.5em; left: 0; background: #008800; padding: 0 0.3em; } .ktp-question.sat-exclude.psat-exclude:before{ content: "Total-Prep"; /*position: inherit;*/ font-size: 0.6em; font-family: "Source Sans Pro", Verdana, Helvetica, sans; line-height: 1.1em; letter-spacing: 0.1em; font-weight: 600; color: #fff; white-space: nowrap; top: -0.5em; left: 0; background: #008800; padding: 0 0.3em; } section.psat-exclude.sat-exclude:before, section.sat-exclude.psat-exclude:before { top: -1em; } div.s9-scrollable > table.sat-exclude.psat-exclude:before, div.s9-scrollable > table.psat-exclude.sat-exclude:before { top: 0; } .center-table{ margin:0px auto; } /* for vertical headers */ th.cell-shade { background: #1e0576; color: #333333; color: white; font-weight: 400; } th.cell-shade-light { background: #f0ecfe; color: #333333; font-weight: 600; } th.cell-shade-dark { background: #120347; color: white; font-weight: 400; } /* Resizing icons for Habitat viewing */ .icon{ vertical-align:middle !important; } .calc-icon { max-height: 30px; width: auto; margin: 0 6px; } /*SAT Calculator Icon */ p.icon-calc:before, li.icon-calc:before, span.icon-calc:before, section.icon-calc:before { content: ""; background-image: url(images/icon-calculator.svg); background-size: 70% 70%; background-position: 0 50%; background-repeat: no-repeat; position: inherit; left: -1.5em !important; top: 1.9em !important; height: 2em !important; width: 1.5em !important; } p.icon-calc1:before, li.icon1-calc:before, span.icon1-calc:before, section.icon1-calc:before { content: ""; background-image: url(images/icon-calculator.svg); background-size: 70% 70%; background-position: 0 50%; background-repeat: no-repeat; position: inherit; left: -1.3em !important; top: 17em !important; height: 2em !important; width: 1.5em !important; } @media screen and (max-width: 480px) { p.icon-calc:before, li.icon-calc:before, span.icon-calc:before, section.icon-calc:before { left: -1.7em !important; } } section.ktp-directions p.icon-calc:before { left: -3em !important; } .calc { font-size: 14px; font-size: 0.73684em; margin-top: 2em; margin-bottom: 2em; color: #042996; font-weight: 600; width: 65%; border: 1px solid #042996; border-radius: 2px; line-height: 1; padding: 0.5em 0.5em; margin-right: 0.26316em; } .output { margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px; clear: both; background: #bf1212; color: white; font-weight: 300; text-align: center !important; padding: 0.75em; font-family: "Source Sans Pro", Verdana, Helvetica, sans; margin-bottom: 3em; min-height: 1.05263em; font-family: "Source Sans Pro", Verdana, Helvetica, sans; text-transform: uppercase; } @media (min-width: 560px) { .output { margin-left: -70px; margin-right: -70px; } } @media (min-width: 860px) { .output { margin-left: -140px; margin-right: -140px; } } @media (min-width: 560px) { .output { padding-left: 70px; padding-right: 70px; } } @media (min-width: 860px) { .output { padding-left: 140px; padding-right: 140px; } } .output:before { content: "Do not edit. This is a generated page. Changes will be lost."; /* display: table;*/ clear: both; } /* ------------------------------------------------------------------ * GRE-specific styles * -----------------------------------------------------------------*/ @font-face { font-family: 'multiple_choice'; /* src: url("fonts/multiple_choice/multiple_choice.otf") format("opentype");*/ font-weight: normal; font-style: normal; } /* Insert oval- or square-wrapped answer choice letters, depending on interaction type */ .ktp-answer-set.list-upper-alpha > li:before { font-family: "multiple_choice"; content: counter(answer-set, upper-alpha); /*position: inherit;*/ left: -5.25em; text-align: right; width: 4.5em; } .ktp-answer-set.list-lower-alpha > li:before { font-family: "multiple_choice"; content: counter(answer-set, lower-alpha); /*position: inherit;*/ left: -5.25em; text-align: right; width: 4.5em; } /*For use with grouped answer choices, as in GRE Text Completion questions.*/ .multicol-answers { display: flex; flex-direction: row; } .multicol-answers .ktp-answer-set { flex: 1; } /*Adds answer choice group labels*/ .blank-1:before, .blank-2:before, .blank-3:before { left: 5.25em; padding-bottom: .25em; display: block; text-decoration: underline; } .blank-1:before { content: "Blank (i)"; } .blank-2 > li:first-child { counter-reset: answer-set 3; } .blank-2:before { content: "Blank (ii)"; } .blank-3 > li:first-child { counter-reset: answer-set 6; } .blank-3:before { content: "Blank (iii)"; } /*Modifies grouped answer choice list numbering style*/ .ktp-answer-set.blank-1 > li:before, .ktp-answer-set.blank-2 > li:before, .ktp-answer-set.blank-3 > li:before { content: counter(answer-set, upper-alpha); /*position: inherit;*/ left: -3.25em; text-align: right; width: 4.5em; font-family: "Source Sans Pro", Verdana, Helvetica, sans; font-weight: 600; } /* Adds borders to answer choices */ .blank-1 > li, .blank-2 > li, .blank-3 > li { border: 1px solid #000000; margin-left: -2em; padding-left: 2em; } .blank-1 > li:first-of-type, .blank-2 > li:first-of-type, .blank-3 > li:first-of-type { border-bottom: none !important; } .blank-1 > li:last-of-type, .blank-2 > li:last-of-type, .blank-3 > li:last-of-type { border-top: none !important; } .highlight { background-color: #D8D8D8 !important; } .ktp-directions { font-family: "Source Sans Pro", Verdana, Helvetica, sans; } .ktp-question-set, .ktp-range, .ktp-stimulus, .ktp-passage, .ktp-question-stem, .ktp-answer-set { font-family: serif !important; } .ktp-question .table-no-style, .sample-question .table-no-style { font-family: Georgia, serif; } .roman { font-style: normal; } .example { padding-left: 1.5em; } /* making alt-text box slightly bigger per-request */ .alt-text { height: 8em !important; } .list-step-stacked-1 .step-title-1 { padding-left: 0.6em !important; font-weight: 700; } .list-step-stacked-1 > li:before { content: "\00BB \2003 STEPS " counter(listitem, decimal) !important; font-weight: 700; left: -2.75em !important; text-align: left; width: 5.5em !important; } .list-step-stacked-1 .step-title-1:before { content: "\A" !important; white-space: nowrap !important; margin-left:2.2em !important; } .chapter-number { text-transform: uppercase; color: #333333 !important; background-color: #e8e6f1; padding: 10px 10px 10px 20px; font-family: "Source Sans Pro", Verdana, Helvetica, sans !important; width: 50% !important; } .chapter-title { padding-top: 14px; } h2 { } .sidenote-content { background-color: none !important; border: solid; border-width: 1px 0px 1px 0px; margin-bottom: 10px; } .sidenote-content h4 { text-transform: uppercase !important; } .sidenote-content p { /* margin-top: 1em; */ text-align: left; } .sidenote { border-radius: 25px !important; } .sidenote-title { border-radius: 25px 25px 0px 0px !important; } .rule { border: solid; border-width: 0px 0px 1px 0px !important; } .part-introduction { border-width: 0px 0px 0px 0px !important; } .prepare { border: 1px solid #1e0576; margin-bottom: 1.5em; padding: 0.75em 1.5em 1.5em 1.5em; } .ktp-directions > :first-child { margin-top: 0; } .ktp-directions > :last-child { margin-bottom: 0; } .ktp-directions .ktp-directions-title { font-size: 24px; font-size: 1.26316em; margin-top: 0em; margin-bottom: 0em; } .border-bottom-0 { border-bottom: 0 !important; } .border-top-0 { border-top: 0 !important; } span.d-inblock { display: inline-block !important; } .fill-line { display: block; border-bottom: 1px solid #333333; } .font500 { font-weight: 500 !important; } .number-lines.no-counter span:nth-of-type(5n):before { content: '' !important; } .number-lines.no-counter span.n5:before { content: '(5)' !important; } .number-lines.no-counter span.n10:before { content: '(10)' !important; } span.n10:before { content: '(10)' !important; } .number-lines.no-counter span.n15:before { content: '(15)' !important; } span.n15:before { content: '(15)' !important; } .number-lines.no-counter span.n20:before { content: '(20)' !important; } span.n20:before { content: '(20)' !important; } .number-lines.no-counter span.n25:before { content: '(25)' !important; } span.n25:before { content: '(25)' !important; } .number-lines.no-counter span.n30:before { content: '(30)' !important; } span.n30:before { content: '(30)' !important; } .ktp-numbered-lines.n15:before { content: '(15)' !important; } .ktp-numbered-lines.n20:before { content: '(20)' !important; } .ktp-numbered-lines.n25:before { content: '(25)' !important; } .ktp-numbered-lines.n30:before { content: '(30)' !important; } .ktp-numbered-lines.n35:before { content: '(35)' !important; } .ktp-numbered-lines.n40:before { content: '(40)' !important; } .ktp-numbered-lines.n45:before { content: '(45)' !important; } .ktp-numbered-lines.n50:before { content: '(50)' !important; } .ktp-numbered-lines.n55:before { content: '(55)' !important; } .ktp-numbered-lines.n60:before { content: '(60)' !important; } .ktp-numbered-lines.n65:before { content: '(65)' !important; } .ktp-numbered-lines.n70:before { content: '(70)' !important; } .ktp-numbered-lines.n75:before { content: '(75)' !important; } .ktp-numbered-lines.n80:before { content: '(80)' !important; } .ktp-numbered-lines.n85:before { content: '(85)' !important; } .ktp-numbered-lines.n90:before { content: '(90)' !important; } .ktp-numbered-lines.n95:before { content: '(95)' !important; } .ktp-numbered-lines.n100:before { content: '(100)' !important; } .ktp-numbered-lines.n105:before { content: '(105)' !important; } .ktp-numbered-lines.n110:before { content: '(110)' !important; } .ktp-numbered-lines.n115:before { content: '(115)' !important; } .ktp-numbered-lines.n120:before { content: '(120)' !important; } .ktp-numbered-lines.n125:before { content: '(125)' !important; } .ktp-numbered-lines.n130:before { content: '(130)' !important; } .ktp-numbered-lines.n135:before { content: '(135)' !important; } .ktp-numbered-lines.n140:before { content: '(140)' !important; } .number-lines.no-counter span.n35:before { content: '(35)' !important; } span.n35:before { content: '(35)' !important; } .number-lines.no-counter span.n40:before { content: '(40)' !important; } span.n40:before { content: '(40)' !important; } .number-lines.no-counter span.n45:before { content: '(45)' !important; } span.n45:before { content: '(45)' !important; } .number-lines.no-counter span.n50:before { content: '(50)' !important; } span.n50:before { content: '(50)' !important; } .number-lines.no-counter span.n55:before { content: '(55)' !important; } span.n55:before { content: '(55)' !important; position: inherit; left: -25px; } .number-lines.no-counter span.n60:before { content: '(60)' !important; } span.n60:before { content: '(60)' !important; } .number-lines.no-counter span.n65:before { content: '(65)' !important; } span.n65:before { content: '(65)' !important; } .number-lines.no-counter span.n70:before { content: '(70)' !important; } span.n70:before { content: '(70)' !important; } .number-lines.no-counter span.n75:before { content: '(75)' !important; } span.n75:before { content: '(75)' !important; } .number-lines.no-counter span.n80:before { content: '(80)' !important; } span.n80:before { content: '(80)' !important; } .number-lines.no-counter span.n85:before { content: '(85)' !important; } span.n85:before { content: '(85)' !important; } .number-lines.no-counter span.n90:before { content: '(90)' !important; } span.n90:before { content: '(90)' !important; } .number-lines.no-counter span.n95:before { content: '(95)' !important; } span.n95:before { content: '(95)' !important; } .number-lines.no-counter span.n100:before { content: '(100)' !important; } span.n100:before { content: '(100)' !important; } .number-lines.no-counter span.n105:before { content: '(105)' !important; } span.n105:before { content: '(105)' !important; } .number-lines.no-counter span.n110:before { content: '(110)' !important; } span.n110:before { content: '(110)' !important; } .number-lines.no-counter span.n115:before { content: '(115)' !important; } span.n115:before { content: '(115)' !important; } .number-lines.no-counter span.n120:before { content: '(120)' !important; } span.n120:before { content: '(120)' !important; } .number-lines.no-counter span.n125:before { content: '(125)' !important; } span.n125:before { content: '(125)' !important; } .number-lines.no-counter span.n130:before { content: '(130)' !important; } span.n130:before { content: '(130)' !important; } .number-lines.no-counter span.n135:before { content: '(135)' !important; } span.n135:before { content: '(135)' !important; } .number-lines.no-counter span.n140:before { content: '(140)' !important; } span.n140:before { content: '(140)' !important; } .number-lines.no-counter span.n145:before { content: '(145)' !important; } span.n145:before { content: '(145)' !important; } .number-lines.no-counter span.n150:before { content: '(150)' !important; } span.n150:before { content: '(150)' !important; } .math-equation { object-fit: none !important; } #rectangle{ width:600px; border:solid; border-width:1px; padding-left:20px; padding-right:20px; padding-top:20px; margin:20px; } .left1{ margin-left:1em; } .left1-half{ margin-left:1.5em; } .left2{ margin-left:2.5em; } .left3{ margin-left:3em; margin-right:3em; } figure img { /* max-width: 100%;*/ max-height: 100%; } .float{ float: left; margin-left: -10px; margin-top: 40px; } aside.box{ border-radius: 20px; border: 1px solid black; padding: 0 10px 0 10px; } aside.box1{ border: 1px solid black; padding: 0 10px 0 10px; } .ktp-numbered-line { counter-increment: passage-line; display: block; white-space: normal; margin-bottom: .5em; margin-left: 2.25em; } .ktp-numbered-line:nth-of-type(5n):before { content: "(" counter(passage-line) ")"; } .ktp-numbered-line:nth-of-type(5n):before { content: "(" counter(passage-line) ")"; margin-right: 18px; } .ktp-numbered-line:before { margin-left: -2.2em !important; } .ktp-numbered-line:before { font-style: italic; margin-left: -2em; /*position: inherit;*/ font-size: 17px; font-size: 0.89474em; margin-top: 0em; margin-bottom: 0em; font-family: "Source Sans Pro", Verdana, Helvetica, sans; } .ktp-numbered-line.text-indent:before { margin-left: -6.2em !important; } p { margin-bottom: 1em; display: block; text-align: left; font-family: Georgia, sans-serif; } ol.ktp-question-set li p { display:inline; font-family: serif !important; } li.ktp-question > ol.ktp-answer-set.topnone{ margin-bottom: 20px; margin-left: 35px; } ol.ktp-answer-set.topnonea { margin-left: 1.2em; margin-top: -2.5em; } ol.list-decimal li p { display: block; font-family: sans-serif !important; } .list-decimal li p:first-child { display: inline; } .text-right { float: right !important;} .learnobj p, .learnobj ul li{ font-family: "Source Sans Pro", Verdana, Helvetica, sans !important; } .text-center { text-align:center; } ul li { font-family: Georgia, serif !important; } .table-layout-fixed { width:80% !important; } ol li, ul li, ol li p, ul li p{ font-family: serif !important; } /*ul li p, ol li p{ display:inline-block !important; } .ktp-answer-set > li { margin-left: 30px; } .ktp-answer-set > li:before { float: left; margin-left: -40px; width: auto !important; }*/ .next-head { margin-left:0px; } div.box0001{ border:2px solid; padding:10px 20px; } .top1{ margin-top:1em; } .top4{ margin-top:4em !important; } ol.ktp-answer-set { margin-left:1em; margin-top: 1em; } .customcheckyourwork li.ktp-question p strong { display:block; margin-left:0em; } .ktp-question-set ol.ktp-question-set li.ktp-stimulus p + p{ display:block !important; } .psat-exclude1{ background-color: #fff; } td.no-bold{ font-weight: normal !important; } .ktp-numbered-linea { display:block; } figure { text-align: center; } .immathcol { color:red; font-size:20pt; } figure .display-image-nav{ margin-bottom: 7px!important; } .mleft{ margin-left: 50px; } .math-image { vertical-align: middle; } .figureleft{ text-align: left; margin-left: 40px; margin-top: 20px; } .fm-title-page .margin-top-3{ margin-top: 350px; font-family: sans-serif!important; } .fm-copyright p{ margin-top: 0px; margin-bottom: 0px; font-family: sans-serif!important; } .fm-copyright .top10{ margin-top: 20px; font-family: sans-serif!important; } h2.no-ov{ font-size: 22px; margin-top: 20px; margin-bottom: 20px; font-weight: bold; } h3.no-ov-1{ font-size: 25px; font-weight: bold; font-style: normal; } h3.no-ov-2{ font-size: 25px; font-weight: bold; font-style: normal; } tbody td{ background-color: #fff; } .mtop{ margin-bottom: 10px; } .mtop1{ margin-top: -10px; margin-left: 450px; } .table-layout-fixed-1 { text-align: center; width: 50%; } .width20{ width: 20%; } .width30{ width: 30%; } .width35{ width: 35%; } .width50{ width: 50%; } .width60{ width: 60%; } .width70{ width: 70%; } .width80{ width: 80%; } .width90{ width: 90%; } .width100{ width: 100%; } .explanations .list-decimal li p{ font-weight: normal; } ktp-stimulus.text-left{ text-align: left; } .page-number { display: none; border-bottom: 2px solid #95904e; border-top: 2px solid #95904e; clear: both; float: right; font-size: 90% !important; margin-bottom: 0.2em; margin-top: 0.2em; padding-left: 0.5em; padding-right: 0.5em; text-align: right; text-indent: 0px; color: #333; font-family:serif !important; } .noindent{ text-indent: 0px; } .toc{ margin-top: 20px; margin-bottom: 0px; font-size: 14px; text-indent: 0px; text-align: left; font-family: sans-serif!important; } .toc1{ margin-top: 10px; margin-bottom: 0px; font-size: 14px; margin-left: 40px; font-family: sans-serif!important; } .toc2{ margin-top: 0px; margin-bottom: 0px; font-size: 14px; margin-left: 70px; font-family: sans-serif!important; } .grey_color{ color: #646466; } .title_0{ font-size: 80px; font-weight: normal; } .title_1{ font-weight: normal; } .top10{ margin-top: 0px; margin-bottom: 0px; } .top12{ margin-top: 12px; margin-bottom: 0px; } .sidenote .list-bullet { margin-bottom: 1.48437em; border-radius: 0; font-style: normal; padding-top: 0.75em; padding-right: 0.75em; padding-bottom: 0.75em; padding-left: 0.75em; } .page-break{ page-break-before: always; } span.page-break{ page-break-before: always; } .ktp-question-set li.ktp-question{ margin-left: 22px!important; text-indent: -26px!important; } .ktp-question-set li.ktp-question{ margin-left: 22px!important; text-indent: -32px!important; } .ktp-question-set li.list1 { margin-left: 22px!important; text-indent: 0px!important; } td.gcolor{ background-color:#C8C9CB; } .ktp-answer-set li { margin-left:14px; margin-top:12px; } .list-bullet li { font-family:sans-serif !important; } li .sidenote-content{ text-align: center; } p+p { display:block; } .newline.indent { text-indent:14px; } .d-block-list li p+p { display:block; } .font-sans{ text-indent: 0px; } .ktp-question-set li p+p { display:block; } .left-indent{ margin-left:1em; text-indent:0em; } .hang{ text-indent: -30px; margin-left: 30px; } .top20{ margin-top: 0.5px!important; } .left-minus{ margin-left:1em!important; margin-top:0em!important; margin-bottom:0em!important; } .ktp-question-set li.ktp-question.no-number.list1 ol.ktp-answer-set { margin-left: -.5em !important; margin-top: 1em; } .left-ol{ margin-left: 0px; } li p.left-indent { margin-left: 0em; text-indent: 0em; } p.left-indent { margin-left: 0em; text-indent: 0em; } .ktp-question-set .ktp-question.no-number.list1 p.icon-calc.text-center{ text-align: center; } p.left-indent-para { margin-left: 2em; text-indent: 0em; } p.left-indent1 { margin-left: 1em; text-indent: 0em; } .ktp-question-set p.text-center{ text-align: center; } span.spacenumber-left:before { position: inherit; left: 10px; } .text-indent-td{ padding-left:3em; } span.circled { white-space: nowrap; } span.n5:before { content: '(5)' !important; } .text-left2{ margin-left: 2em; } .ktp-numbered-line { position: relative; } .ktp-numbered-line:nth-of-type(5n):before { position: inherit; left: -25px; } .handwritten-passage { font-family: "handleeregular", cursive; color: #666666; text-align: right; } .text-right { float: right !important;} .text-right-color { float: right !important; font-family: "handleeregular", cursive; color: #666666; } div.customcheckyourwork li.ktp-question p strong { display: inline-block; margin-left: 0em !important; } .ktp-numbered-line.n50.spacenumber-left-1{ margin-left: 15px; } .ktp-numbered-line.n60.spacenumber-left-1{ margin-left: 15px; } .ktp-numbered-line.n65.spacenumber-left-1{ margin-left: 15px; } .ktp-numbered-line.n70.spacenumber-left-1{ margin-left: 15px; } .ktp-numbered-line.n75.spacenumber-left-1{ margin-left: 15px; } .ktp-numbered-line.n80.spacenumber-left-1{ margin-left: 15px; } .ktp-numbered-line.n85.spacenumber-left-1{ margin-left: 15px; } .ktp-numbered-line.n90.spacenumber-left-1{ margin-left: 15px; } .ktp-numbered-line.n95.spacenumber-left-1{ margin-left: 15px; } .ktp-numbered-line.n100.spacenumber-left-1{ margin-left: 15px; } .ktp-numbered-line.n105.spacenumber-left-1{ margin-left: 15px; } .ktp-numbered-line.n110.spacenumber-left-1{ margin-left: 15px; } .ktp-numbered-line.n115.spacenumber-left-1{ margin-left: 15px; } .ktp-numbered-line.n120.spacenumber-left-1{ margin-left: 15px; } .ktp-numbered-line.n125.spacenumber-left-1{ margin-left: 15px; } .ktp-numbered-line.n130.spacenumber-left-1{ margin-left: 15px; } .leftktp1:before { margin-left:-3.5em !important; } p.ktp-numbered-linea{ font-size: 15px; }