/* ---------------------------------------- Padding & Margin ------------------------------------------ */
.padding0 {
  padding: 0;
}

.paddingRight0 {
  padding-right: 0;
}

.paddingLeftRight0 {
  padding-left: 0;
  padding-right: 0;
}

.divW5 {
  width: 5%;
}

.divW10 {
  width: 10%;
}

.divW20 {
  width: 20%;
}

.divW30 {
  width: 30%;
}

.divW35 {
  width: 35%;
}

.divW70 {
  width: 70%;
}

/* ---------------------------------------- SXO ------------------------------------------ */
.statusStyle {
  background-color: #d1fc4a;
}

.percentageStyle {
  background-color: #95e4fd;
}

.SOLines_SN {
  width: 25px;
}

.SOLines_textRight {
  text-align: right;
}
.SOLines_textRight input[type=text] {
  text-align: right;
}

.SOLines_textCenter {
  text-align: center;
}
.SOLines_textCenter input[type=text] {
  text-align: center;
}

.SOLines_amt {
  width: 40px;
}

.SOLines_delete {
  width: 30px;
  max-height: 27.5px;
}
.SOLines_delete a {
  display: block !important;
}
.SOLines_delete a i {
  color: #ED5565;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.SOLines_edit {
  width: 30px;
  max-height: 27.5px;
}
.SOLines_edit a {
  display: block !important;
}
.SOLines_edit a i {
  color: #1ab394;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

th.SOLines_delete {
  border: none;
}

.SOLines_itemCode {
  width: 50px;
}

.SOLines_item {
  width: 200px;
}

@media (max-width: 768px) {
  th, td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .SOLines_SN,
  .SOLines_itemCode,
  .SOLines_item,
  .SOLines_textCenter,
  .SOLines_amt {
    width: auto;
  }
  input[type=text] {
    width: 100%;
    box-sizing: border-box;
  }
}
.heightAuto {
  height: auto;
}

.deleteIconInSOLines {
  font-size: 30px;
  color: #ED5565;
}

@media (max-width: 576px) {
  .deleteIconInSOLines {
    font-size: 20px;
  }
}
.mobileSXOLines_SN {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.mobileSXOLines_content {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.mobileSXOLines_actions {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.divSXOLinesMobile .divSXOLinesMobileMainRow + .divSXOLinesMobileMainRow {
  margin-top: 8px;
}

.divSXOLinesMobileMainRow .divSXOLinesMobileCol:first-child {
  margin-bottom: 8px;
}

/* ---------------------------------------- row content + title + data (data at left side, title at right side) ------------------------------------------ */
.rowContentLRReverse {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
}

.titleLRReverse {
  width: 60%;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
.titleLRReverse input[type=checkbox] {
  height: 27.5px;
  width: 27.5px;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.dataLRReverse {
  width: 40%;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  word-break: break-word;
  position: relative;
  background-color: #ddd;
}
.dataLRReverse .dataLRReverseDiv {
  width: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dataLRReverse .dataLRReverseDiv .dataLRReverseName {
  word-break: break-word;
  word-wrap: normal;
  text-wrap: wrap;
  width: calc(100% - 11.5px);
  line-height: 1;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 5px;
}
.dataLRReverse .dataLRReverseDiv .dataLRReverseMandatory {
  color: #f00;
  padding: 0 1px 0 3px;
}

/* ---------------------------------------- Legend ------------------------------------------ */
.legend_pending, .legend_issued, .legend_void, .legend_active, .legend_inactive, .legend_draft, .legend_submitted {
  color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.legend_pending {
  background-color: #f8ac59;
}

.legend_issued {
  background-color: #1ab394;
}

.legend_void {
  background-color: #ED5565;
}

.legend_active {
  background-color: #d1fc4a;
  color: #000;
}

.legend_inactive {
  background-color: #f00;
}

.legend_draft {
  background-color: #f8ac59;
}

.legend_submitted {
  background-color: #1ab394;
}

/* ---------------------------------------- datagrid ------------------------------------------ */
.colSN {
  width: 40px;
}

.colSOHdr {
  width: 90px;
}

.colStatus {
  width: 80px;
}

.colCurrency {
  width: 62px;
}

.colAmt {
  width: 95px;
}

.colMemo {
  width: 150px;
}

.colPlatform {
  width: 62px;
}

/* ---------------------------------------- Restriction ------------------------------------------ */
.divContent {
  background: #fff;
  padding: 10px 0;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  width: 100%;
  -webkit-box-shadow: 0 0 13px 0 rgba(62, 44, 90, 0.08);
  box-shadow: 0 0 13px 0 rgba(62, 44, 90, 0.08);
}

.divStepsRow {
  display: flex;
  margin-bottom: 15px;
}
.divStepsRow .divStepsNo {
  width: 5%;
  background: #53c287;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.divStepsRow .divSteps {
  width: 95%;
  border: 1px solid #53c287;
}
.divStepsRow .divStepsWithoutTitle {
  width: 95%;
  border: 1px solid #53c287;
  padding: 10px 0;
}
.divStepsRow .divStepsTitle {
  background: #53c287;
  color: #fff;
  font-size: 18px;
  padding: 5px 5px 0 3px;
}

.searchBtns {
  border-radius: 5px;
  min-height: 27.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}
.searchBtns a {
  color: #fff;
}

.btnSet {
  background: #5378c2;
  border: 1px solid #5378c2;
}

.btnDisc {
  background: #9d53c2;
  border: 1px solid #9d53c2;
}

.btnClear {
  background: #f8ac59;
  border: 1px solid #f8ac59;
}

.mobile_grid {
  width: 100%;
  overflow: auto;
}

.divAccordionRow {
  margin-bottom: 15px;
}

.divAccordionRowHdr {
  font-weight: 600;
  background: #63b6f2;
  padding: 5px 10px;
}
.divAccordionRowHdr a {
  color: #fff;
  display: flex;
  align-items: center;
}

.divAccordionRowDtl {
  border: 1px solid #63b6f2;
  padding: 3px 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.radioBtnListStyle > table > tbody > tr > td > label {
  margin-left: 10px;
}

/* ---------------------------------------- 1990s style: fixed width ------------------------------------------ */
.screen_width {
  width: 1920px;
}

.sidebar {
  z-index: 4;
}

.content_wrapper_div {
  padding: 10px;
}

.content_wrapper_msg {
  padding: 5px 0 5px 10px;
}

.toolBtnDiv {
  top: 0;
}

.leftTool {
  margin-left: 10px;
}

.content_wrapper, .searchCriteriaDiv, .content_wrapper_msg, .toolBtnDiv {
  width: calc(1920px - 220px);
}

.close .content_wrapper, .close .searchCriteriaDiv, .close .content_wrapper_msg, .close .toolBtnDiv {
  width: calc(1920px - 50px);
}

.searchCriteriaDiv.cell30 {
  width: calc(1500px + 10px) !important;
}

.cellRow, .cellRowUpDown {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: fit-content;
  padding-top: 5px;
}

.cellTitle {
  font-size: 11px;
  color: #646262;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-right: 5px;
}
.cellTitle .cellTitle_marking {
  width: 50px;
  background-color: #a3d4fa;
  height: 100%;
}
.cellTitle .cellTitle_marking.mandatory {
  background-color: #ff4c4c !important;
}
.cellTitle .cellTitle_Title {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
  word-break: break-word;
  text-wrap: balance;
  background-color: #ebecf0;
  min-height: 27.5px;
  align-items: center;
  text-align: right;
}
.cellTitle .cellTitle_Title_whiteBG {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  padding-right: 5px;
  word-break: break-word;
  text-wrap: balance;
  min-height: 27.5px;
  align-items: center;
  text-align: right;
}

.cellData {
  font-size: 13px;
  color: #000;
}
.cellData input[type=checkbox] {
  width: 22px;
  height: 22px;
}
.cellData .cellDate {
  padding: 3px 4px;
}
.cellData:has(input[type=checkbox]) {
  display: flex;
  align-items: center;
}

.cell1 {
  width: 50px;
  min-height: 27.5px;
}

.cell1.cellTitle .cellTitle_marking + .cellTitle_Title, .cell1.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(50px - 50px);
}
.cell1.cellTitle > .cellTitle_Title {
  width: calc(50px);
}
.cell1.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(50px);
}

.cell2 {
  width: 100px;
  min-height: 27.5px;
}

.cell2.cellTitle .cellTitle_marking + .cellTitle_Title, .cell2.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(100px - 50px);
}
.cell2.cellTitle > .cellTitle_Title {
  width: calc(100px);
}
.cell2.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(100px);
}

.cell3 {
  width: 150px;
  min-height: 27.5px;
}

.cell3.cellTitle .cellTitle_marking + .cellTitle_Title, .cell3.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(150px - 50px);
}
.cell3.cellTitle > .cellTitle_Title {
  width: calc(150px);
}
.cell3.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(150px);
}

.cell4 {
  width: 200px;
  min-height: 27.5px;
}

.cell4.cellTitle .cellTitle_marking + .cellTitle_Title, .cell4.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(200px - 50px);
}
.cell4.cellTitle > .cellTitle_Title {
  width: calc(200px);
}
.cell4.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(200px);
}

.cell5 {
  width: 250px;
  min-height: 27.5px;
}

.cell5.cellTitle .cellTitle_marking + .cellTitle_Title, .cell5.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(250px - 50px);
}
.cell5.cellTitle > .cellTitle_Title {
  width: calc(250px);
}
.cell5.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(250px);
}

.cell6 {
  width: 300px;
  min-height: 27.5px;
}

.cell6.cellTitle .cellTitle_marking + .cellTitle_Title, .cell6.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(300px - 50px);
}
.cell6.cellTitle > .cellTitle_Title {
  width: calc(300px);
}
.cell6.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(300px);
}

.cell7 {
  width: 350px;
  min-height: 27.5px;
}

.cell7.cellTitle .cellTitle_marking + .cellTitle_Title, .cell7.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(350px - 50px);
}
.cell7.cellTitle > .cellTitle_Title {
  width: calc(350px);
}
.cell7.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(350px);
}

.cell8 {
  width: 400px;
  min-height: 27.5px;
}

.cell8.cellTitle .cellTitle_marking + .cellTitle_Title, .cell8.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(400px - 50px);
}
.cell8.cellTitle > .cellTitle_Title {
  width: calc(400px);
}
.cell8.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(400px);
}

.cell9 {
  width: 450px;
  min-height: 27.5px;
}

.cell9.cellTitle .cellTitle_marking + .cellTitle_Title, .cell9.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(450px - 50px);
}
.cell9.cellTitle > .cellTitle_Title {
  width: calc(450px);
}
.cell9.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(450px);
}

.cell10 {
  width: 500px;
  min-height: 27.5px;
}

.cell10.cellTitle .cellTitle_marking + .cellTitle_Title, .cell10.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(500px - 50px);
}
.cell10.cellTitle > .cellTitle_Title {
  width: calc(500px);
}
.cell10.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(500px);
}

.cell11 {
  width: 550px;
  min-height: 27.5px;
}

.cell11.cellTitle .cellTitle_marking + .cellTitle_Title, .cell11.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(550px - 50px);
}
.cell11.cellTitle > .cellTitle_Title {
  width: calc(550px);
}
.cell11.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(550px);
}

.cell12 {
  width: 600px;
  min-height: 27.5px;
}

.cell12.cellTitle .cellTitle_marking + .cellTitle_Title, .cell12.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(600px - 50px);
}
.cell12.cellTitle > .cellTitle_Title {
  width: calc(600px);
}
.cell12.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(600px);
}

.cell13 {
  width: 650px;
  min-height: 27.5px;
}

.cell13.cellTitle .cellTitle_marking + .cellTitle_Title, .cell13.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(650px - 50px);
}
.cell13.cellTitle > .cellTitle_Title {
  width: calc(650px);
}
.cell13.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(650px);
}

.cell14 {
  width: 700px;
  min-height: 27.5px;
}

.cell14.cellTitle .cellTitle_marking + .cellTitle_Title, .cell14.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(700px - 50px);
}
.cell14.cellTitle > .cellTitle_Title {
  width: calc(700px);
}
.cell14.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(700px);
}

.cell15 {
  width: 750px;
  min-height: 27.5px;
}

.cell15.cellTitle .cellTitle_marking + .cellTitle_Title, .cell15.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(750px - 50px);
}
.cell15.cellTitle > .cellTitle_Title {
  width: calc(750px);
}
.cell15.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(750px);
}

.cell16 {
  width: 800px;
  min-height: 27.5px;
}

.cell16.cellTitle .cellTitle_marking + .cellTitle_Title, .cell16.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(800px - 50px);
}
.cell16.cellTitle > .cellTitle_Title {
  width: calc(800px);
}
.cell16.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(800px);
}

.cell17 {
  width: 850px;
  min-height: 27.5px;
}

.cell17.cellTitle .cellTitle_marking + .cellTitle_Title, .cell17.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(850px - 50px);
}
.cell17.cellTitle > .cellTitle_Title {
  width: calc(850px);
}
.cell17.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(850px);
}

.cell18 {
  width: 900px;
  min-height: 27.5px;
}

.cell18.cellTitle .cellTitle_marking + .cellTitle_Title, .cell18.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(900px - 50px);
}
.cell18.cellTitle > .cellTitle_Title {
  width: calc(900px);
}
.cell18.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(900px);
}

.cell19 {
  width: 950px;
  min-height: 27.5px;
}

.cell19.cellTitle .cellTitle_marking + .cellTitle_Title, .cell19.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(950px - 50px);
}
.cell19.cellTitle > .cellTitle_Title {
  width: calc(950px);
}
.cell19.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(950px);
}

.cell20 {
  width: 1000px;
  min-height: 27.5px;
}

.cell20.cellTitle .cellTitle_marking + .cellTitle_Title, .cell20.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(1000px - 50px);
}
.cell20.cellTitle > .cellTitle_Title {
  width: calc(1000px);
}
.cell20.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(1000px);
}

.cell21 {
  width: 1050px;
  min-height: 27.5px;
}

.cell21.cellTitle .cellTitle_marking + .cellTitle_Title, .cell21.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(1050px - 50px);
}
.cell21.cellTitle > .cellTitle_Title {
  width: calc(1050px);
}
.cell21.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(1050px);
}

.cell22 {
  width: 1100px;
  min-height: 27.5px;
}

.cell22.cellTitle .cellTitle_marking + .cellTitle_Title, .cell22.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(1100px - 50px);
}
.cell22.cellTitle > .cellTitle_Title {
  width: calc(1100px);
}
.cell22.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(1100px);
}

.cell23 {
  width: 1150px;
  min-height: 27.5px;
}

.cell23.cellTitle .cellTitle_marking + .cellTitle_Title, .cell23.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(1150px - 50px);
}
.cell23.cellTitle > .cellTitle_Title {
  width: calc(1150px);
}
.cell23.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(1150px);
}

.cell24 {
  width: 1200px;
  min-height: 27.5px;
}

.cell24.cellTitle .cellTitle_marking + .cellTitle_Title, .cell24.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(1200px - 50px);
}
.cell24.cellTitle > .cellTitle_Title {
  width: calc(1200px);
}
.cell24.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(1200px);
}

.cell25 {
  width: 1250px;
  min-height: 27.5px;
}

.cell25.cellTitle .cellTitle_marking + .cellTitle_Title, .cell25.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(1250px - 50px);
}
.cell25.cellTitle > .cellTitle_Title {
  width: calc(1250px);
}
.cell25.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(1250px);
}

.cell26 {
  width: 1300px;
  min-height: 27.5px;
}

.cell26.cellTitle .cellTitle_marking + .cellTitle_Title, .cell26.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(1300px - 50px);
}
.cell26.cellTitle > .cellTitle_Title {
  width: calc(1300px);
}
.cell26.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(1300px);
}

.cell27 {
  width: 1350px;
  min-height: 27.5px;
}

.cell27.cellTitle .cellTitle_marking + .cellTitle_Title, .cell27.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(1350px - 50px);
}
.cell27.cellTitle > .cellTitle_Title {
  width: calc(1350px);
}
.cell27.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(1350px);
}

.cell28 {
  width: 1400px;
  min-height: 27.5px;
}

.cell28.cellTitle .cellTitle_marking + .cellTitle_Title, .cell28.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(1400px - 50px);
}
.cell28.cellTitle > .cellTitle_Title {
  width: calc(1400px);
}
.cell28.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(1400px);
}

.cell29 {
  width: 1450px;
  min-height: 27.5px;
}

.cell29.cellTitle .cellTitle_marking + .cellTitle_Title, .cell29.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(1450px - 50px);
}
.cell29.cellTitle > .cellTitle_Title {
  width: calc(1450px);
}
.cell29.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(1450px);
}

.cell30 {
  width: 1500px;
  min-height: 27.5px;
}

.cell30.cellTitle .cellTitle_marking + .cellTitle_Title, .cell30.cellTitle .cellTitle_marking + .cellTitle_Title_whiteBG {
  width: calc(1500px - 50px);
}
.cell30.cellTitle > .cellTitle_Title {
  width: calc(1500px);
}
.cell30.cellTitle > .cellTitle_Title_whiteBG {
  width: calc(1500px);
}

/* start - to deduct the px */
[class^=cell][class*=_] a {
  width: auto !important;
}

.cell1_5 {
  width: calc(50px - 5px);
  min-height: 27.5px;
}

.cell1_10 {
  width: calc(50px - 10px);
  min-height: 27.5px;
}

.cell1_15 {
  width: calc(50px - 15px);
  min-height: 27.5px;
}

.cell1_20 {
  width: calc(50px - 20px);
  min-height: 27.5px;
}

.cell1_25 {
  width: calc(50px - 25px);
  min-height: 27.5px;
}

.cell1_30 {
  width: calc(50px - 30px);
  min-height: 27.5px;
}

.cell1_35 {
  width: calc(50px - 35px);
  min-height: 27.5px;
}

.cell1_40 {
  width: calc(50px - 40px);
  min-height: 27.5px;
}

.cell1_45 {
  width: calc(50px - 45px);
  min-height: 27.5px;
}

.cell2_5 {
  width: calc(100px - 5px);
  min-height: 27.5px;
}

.cell2_10 {
  width: calc(100px - 10px);
  min-height: 27.5px;
}

.cell2_15 {
  width: calc(100px - 15px);
  min-height: 27.5px;
}

.cell2_20 {
  width: calc(100px - 20px);
  min-height: 27.5px;
}

.cell2_25 {
  width: calc(100px - 25px);
  min-height: 27.5px;
}

.cell2_30 {
  width: calc(100px - 30px);
  min-height: 27.5px;
}

.cell2_35 {
  width: calc(100px - 35px);
  min-height: 27.5px;
}

.cell2_40 {
  width: calc(100px - 40px);
  min-height: 27.5px;
}

.cell2_45 {
  width: calc(100px - 45px);
  min-height: 27.5px;
}

.cell3_5 {
  width: calc(150px - 5px);
  min-height: 27.5px;
}

.cell3_10 {
  width: calc(150px - 10px);
  min-height: 27.5px;
}

.cell3_15 {
  width: calc(150px - 15px);
  min-height: 27.5px;
}

.cell3_20 {
  width: calc(150px - 20px);
  min-height: 27.5px;
}

.cell3_25 {
  width: calc(150px - 25px);
  min-height: 27.5px;
}

.cell3_30 {
  width: calc(150px - 30px);
  min-height: 27.5px;
}

.cell3_35 {
  width: calc(150px - 35px);
  min-height: 27.5px;
}

.cell3_40 {
  width: calc(150px - 40px);
  min-height: 27.5px;
}

.cell3_45 {
  width: calc(150px - 45px);
  min-height: 27.5px;
}

.cell4_5 {
  width: calc(200px - 5px);
  min-height: 27.5px;
}

.cell4_10 {
  width: calc(200px - 10px);
  min-height: 27.5px;
}

.cell4_15 {
  width: calc(200px - 15px);
  min-height: 27.5px;
}

.cell4_20 {
  width: calc(200px - 20px);
  min-height: 27.5px;
}

.cell4_25 {
  width: calc(200px - 25px);
  min-height: 27.5px;
}

.cell4_30 {
  width: calc(200px - 30px);
  min-height: 27.5px;
}

.cell4_35 {
  width: calc(200px - 35px);
  min-height: 27.5px;
}

.cell4_40 {
  width: calc(200px - 40px);
  min-height: 27.5px;
}

.cell4_45 {
  width: calc(200px - 45px);
  min-height: 27.5px;
}

.cell5_5 {
  width: calc(250px - 5px);
  min-height: 27.5px;
}

.cell5_10 {
  width: calc(250px - 10px);
  min-height: 27.5px;
}

.cell5_15 {
  width: calc(250px - 15px);
  min-height: 27.5px;
}

.cell5_20 {
  width: calc(250px - 20px);
  min-height: 27.5px;
}

.cell5_25 {
  width: calc(250px - 25px);
  min-height: 27.5px;
}

.cell5_30 {
  width: calc(250px - 30px);
  min-height: 27.5px;
}

.cell5_35 {
  width: calc(250px - 35px);
  min-height: 27.5px;
}

.cell5_40 {
  width: calc(250px - 40px);
  min-height: 27.5px;
}

.cell5_45 {
  width: calc(250px - 45px);
  min-height: 27.5px;
}

.cell6_5 {
  width: calc(300px - 5px);
  min-height: 27.5px;
}

.cell6_10 {
  width: calc(300px - 10px);
  min-height: 27.5px;
}

.cell6_15 {
  width: calc(300px - 15px);
  min-height: 27.5px;
}

.cell6_20 {
  width: calc(300px - 20px);
  min-height: 27.5px;
}

.cell6_25 {
  width: calc(300px - 25px);
  min-height: 27.5px;
}

.cell6_30 {
  width: calc(300px - 30px);
  min-height: 27.5px;
}

.cell6_35 {
  width: calc(300px - 35px);
  min-height: 27.5px;
}

.cell6_40 {
  width: calc(300px - 40px);
  min-height: 27.5px;
}

.cell6_45 {
  width: calc(300px - 45px);
  min-height: 27.5px;
}

.cell7_5 {
  width: calc(350px - 5px);
  min-height: 27.5px;
}

.cell7_10 {
  width: calc(350px - 10px);
  min-height: 27.5px;
}

.cell7_15 {
  width: calc(350px - 15px);
  min-height: 27.5px;
}

.cell7_20 {
  width: calc(350px - 20px);
  min-height: 27.5px;
}

.cell7_25 {
  width: calc(350px - 25px);
  min-height: 27.5px;
}

.cell7_30 {
  width: calc(350px - 30px);
  min-height: 27.5px;
}

.cell7_35 {
  width: calc(350px - 35px);
  min-height: 27.5px;
}

.cell7_40 {
  width: calc(350px - 40px);
  min-height: 27.5px;
}

.cell7_45 {
  width: calc(350px - 45px);
  min-height: 27.5px;
}

.cell8_5 {
  width: calc(400px - 5px);
  min-height: 27.5px;
}

.cell8_10 {
  width: calc(400px - 10px);
  min-height: 27.5px;
}

.cell8_15 {
  width: calc(400px - 15px);
  min-height: 27.5px;
}

.cell8_20 {
  width: calc(400px - 20px);
  min-height: 27.5px;
}

.cell8_25 {
  width: calc(400px - 25px);
  min-height: 27.5px;
}

.cell8_30 {
  width: calc(400px - 30px);
  min-height: 27.5px;
}

.cell8_35 {
  width: calc(400px - 35px);
  min-height: 27.5px;
}

.cell8_40 {
  width: calc(400px - 40px);
  min-height: 27.5px;
}

.cell8_45 {
  width: calc(400px - 45px);
  min-height: 27.5px;
}

.cell9_5 {
  width: calc(450px - 5px);
  min-height: 27.5px;
}

.cell9_10 {
  width: calc(450px - 10px);
  min-height: 27.5px;
}

.cell9_15 {
  width: calc(450px - 15px);
  min-height: 27.5px;
}

.cell9_20 {
  width: calc(450px - 20px);
  min-height: 27.5px;
}

.cell9_25 {
  width: calc(450px - 25px);
  min-height: 27.5px;
}

.cell9_30 {
  width: calc(450px - 30px);
  min-height: 27.5px;
}

.cell9_35 {
  width: calc(450px - 35px);
  min-height: 27.5px;
}

.cell9_40 {
  width: calc(450px - 40px);
  min-height: 27.5px;
}

.cell9_45 {
  width: calc(450px - 45px);
  min-height: 27.5px;
}

.cell10_5 {
  width: calc(500px - 5px);
  min-height: 27.5px;
}

.cell10_10 {
  width: calc(500px - 10px);
  min-height: 27.5px;
}

.cell10_15 {
  width: calc(500px - 15px);
  min-height: 27.5px;
}

.cell10_20 {
  width: calc(500px - 20px);
  min-height: 27.5px;
}

.cell10_25 {
  width: calc(500px - 25px);
  min-height: 27.5px;
}

.cell10_30 {
  width: calc(500px - 30px);
  min-height: 27.5px;
}

.cell10_35 {
  width: calc(500px - 35px);
  min-height: 27.5px;
}

.cell10_40 {
  width: calc(500px - 40px);
  min-height: 27.5px;
}

.cell10_45 {
  width: calc(500px - 45px);
  min-height: 27.5px;
}

.cell11_5 {
  width: calc(550px - 5px);
  min-height: 27.5px;
}

.cell11_10 {
  width: calc(550px - 10px);
  min-height: 27.5px;
}

.cell11_15 {
  width: calc(550px - 15px);
  min-height: 27.5px;
}

.cell11_20 {
  width: calc(550px - 20px);
  min-height: 27.5px;
}

.cell11_25 {
  width: calc(550px - 25px);
  min-height: 27.5px;
}

.cell11_30 {
  width: calc(550px - 30px);
  min-height: 27.5px;
}

.cell11_35 {
  width: calc(550px - 35px);
  min-height: 27.5px;
}

.cell11_40 {
  width: calc(550px - 40px);
  min-height: 27.5px;
}

.cell11_45 {
  width: calc(550px - 45px);
  min-height: 27.5px;
}

.cell12_5 {
  width: calc(600px - 5px);
  min-height: 27.5px;
}

.cell12_10 {
  width: calc(600px - 10px);
  min-height: 27.5px;
}

.cell12_15 {
  width: calc(600px - 15px);
  min-height: 27.5px;
}

.cell12_20 {
  width: calc(600px - 20px);
  min-height: 27.5px;
}

.cell12_25 {
  width: calc(600px - 25px);
  min-height: 27.5px;
}

.cell12_30 {
  width: calc(600px - 30px);
  min-height: 27.5px;
}

.cell12_35 {
  width: calc(600px - 35px);
  min-height: 27.5px;
}

.cell12_40 {
  width: calc(600px - 40px);
  min-height: 27.5px;
}

.cell12_45 {
  width: calc(600px - 45px);
  min-height: 27.5px;
}

.cell13_5 {
  width: calc(650px - 5px);
  min-height: 27.5px;
}

.cell13_10 {
  width: calc(650px - 10px);
  min-height: 27.5px;
}

.cell13_15 {
  width: calc(650px - 15px);
  min-height: 27.5px;
}

.cell13_20 {
  width: calc(650px - 20px);
  min-height: 27.5px;
}

.cell13_25 {
  width: calc(650px - 25px);
  min-height: 27.5px;
}

.cell13_30 {
  width: calc(650px - 30px);
  min-height: 27.5px;
}

.cell13_35 {
  width: calc(650px - 35px);
  min-height: 27.5px;
}

.cell13_40 {
  width: calc(650px - 40px);
  min-height: 27.5px;
}

.cell13_45 {
  width: calc(650px - 45px);
  min-height: 27.5px;
}

.cell14_5 {
  width: calc(700px - 5px);
  min-height: 27.5px;
}

.cell14_10 {
  width: calc(700px - 10px);
  min-height: 27.5px;
}

.cell14_15 {
  width: calc(700px - 15px);
  min-height: 27.5px;
}

.cell14_20 {
  width: calc(700px - 20px);
  min-height: 27.5px;
}

.cell14_25 {
  width: calc(700px - 25px);
  min-height: 27.5px;
}

.cell14_30 {
  width: calc(700px - 30px);
  min-height: 27.5px;
}

.cell14_35 {
  width: calc(700px - 35px);
  min-height: 27.5px;
}

.cell14_40 {
  width: calc(700px - 40px);
  min-height: 27.5px;
}

.cell14_45 {
  width: calc(700px - 45px);
  min-height: 27.5px;
}

.cell15_5 {
  width: calc(750px - 5px);
  min-height: 27.5px;
}

.cell15_10 {
  width: calc(750px - 10px);
  min-height: 27.5px;
}

.cell15_15 {
  width: calc(750px - 15px);
  min-height: 27.5px;
}

.cell15_20 {
  width: calc(750px - 20px);
  min-height: 27.5px;
}

.cell15_25 {
  width: calc(750px - 25px);
  min-height: 27.5px;
}

.cell15_30 {
  width: calc(750px - 30px);
  min-height: 27.5px;
}

.cell15_35 {
  width: calc(750px - 35px);
  min-height: 27.5px;
}

.cell15_40 {
  width: calc(750px - 40px);
  min-height: 27.5px;
}

.cell15_45 {
  width: calc(750px - 45px);
  min-height: 27.5px;
}

.cell16_5 {
  width: calc(800px - 5px);
  min-height: 27.5px;
}

.cell16_10 {
  width: calc(800px - 10px);
  min-height: 27.5px;
}

.cell16_15 {
  width: calc(800px - 15px);
  min-height: 27.5px;
}

.cell16_20 {
  width: calc(800px - 20px);
  min-height: 27.5px;
}

.cell16_25 {
  width: calc(800px - 25px);
  min-height: 27.5px;
}

.cell16_30 {
  width: calc(800px - 30px);
  min-height: 27.5px;
}

.cell16_35 {
  width: calc(800px - 35px);
  min-height: 27.5px;
}

.cell16_40 {
  width: calc(800px - 40px);
  min-height: 27.5px;
}

.cell16_45 {
  width: calc(800px - 45px);
  min-height: 27.5px;
}

.cell17_5 {
  width: calc(850px - 5px);
  min-height: 27.5px;
}

.cell17_10 {
  width: calc(850px - 10px);
  min-height: 27.5px;
}

.cell17_15 {
  width: calc(850px - 15px);
  min-height: 27.5px;
}

.cell17_20 {
  width: calc(850px - 20px);
  min-height: 27.5px;
}

.cell17_25 {
  width: calc(850px - 25px);
  min-height: 27.5px;
}

.cell17_30 {
  width: calc(850px - 30px);
  min-height: 27.5px;
}

.cell17_35 {
  width: calc(850px - 35px);
  min-height: 27.5px;
}

.cell17_40 {
  width: calc(850px - 40px);
  min-height: 27.5px;
}

.cell17_45 {
  width: calc(850px - 45px);
  min-height: 27.5px;
}

.cell18_5 {
  width: calc(900px - 5px);
  min-height: 27.5px;
}

.cell18_10 {
  width: calc(900px - 10px);
  min-height: 27.5px;
}

.cell18_15 {
  width: calc(900px - 15px);
  min-height: 27.5px;
}

.cell18_20 {
  width: calc(900px - 20px);
  min-height: 27.5px;
}

.cell18_25 {
  width: calc(900px - 25px);
  min-height: 27.5px;
}

.cell18_30 {
  width: calc(900px - 30px);
  min-height: 27.5px;
}

.cell18_35 {
  width: calc(900px - 35px);
  min-height: 27.5px;
}

.cell18_40 {
  width: calc(900px - 40px);
  min-height: 27.5px;
}

.cell18_45 {
  width: calc(900px - 45px);
  min-height: 27.5px;
}

.cell19_5 {
  width: calc(950px - 5px);
  min-height: 27.5px;
}

.cell19_10 {
  width: calc(950px - 10px);
  min-height: 27.5px;
}

.cell19_15 {
  width: calc(950px - 15px);
  min-height: 27.5px;
}

.cell19_20 {
  width: calc(950px - 20px);
  min-height: 27.5px;
}

.cell19_25 {
  width: calc(950px - 25px);
  min-height: 27.5px;
}

.cell19_30 {
  width: calc(950px - 30px);
  min-height: 27.5px;
}

.cell19_35 {
  width: calc(950px - 35px);
  min-height: 27.5px;
}

.cell19_40 {
  width: calc(950px - 40px);
  min-height: 27.5px;
}

.cell19_45 {
  width: calc(950px - 45px);
  min-height: 27.5px;
}

.cell20_5 {
  width: calc(1000px - 5px);
  min-height: 27.5px;
}

.cell20_10 {
  width: calc(1000px - 10px);
  min-height: 27.5px;
}

.cell20_15 {
  width: calc(1000px - 15px);
  min-height: 27.5px;
}

.cell20_20 {
  width: calc(1000px - 20px);
  min-height: 27.5px;
}

.cell20_25 {
  width: calc(1000px - 25px);
  min-height: 27.5px;
}

.cell20_30 {
  width: calc(1000px - 30px);
  min-height: 27.5px;
}

.cell20_35 {
  width: calc(1000px - 35px);
  min-height: 27.5px;
}

.cell20_40 {
  width: calc(1000px - 40px);
  min-height: 27.5px;
}

.cell20_45 {
  width: calc(1000px - 45px);
  min-height: 27.5px;
}

.cell21_5 {
  width: calc(1050px - 5px);
  min-height: 27.5px;
}

.cell21_10 {
  width: calc(1050px - 10px);
  min-height: 27.5px;
}

.cell21_15 {
  width: calc(1050px - 15px);
  min-height: 27.5px;
}

.cell21_20 {
  width: calc(1050px - 20px);
  min-height: 27.5px;
}

.cell21_25 {
  width: calc(1050px - 25px);
  min-height: 27.5px;
}

.cell21_30 {
  width: calc(1050px - 30px);
  min-height: 27.5px;
}

.cell21_35 {
  width: calc(1050px - 35px);
  min-height: 27.5px;
}

.cell21_40 {
  width: calc(1050px - 40px);
  min-height: 27.5px;
}

.cell21_45 {
  width: calc(1050px - 45px);
  min-height: 27.5px;
}

.cell22_5 {
  width: calc(1100px - 5px);
  min-height: 27.5px;
}

.cell22_10 {
  width: calc(1100px - 10px);
  min-height: 27.5px;
}

.cell22_15 {
  width: calc(1100px - 15px);
  min-height: 27.5px;
}

.cell22_20 {
  width: calc(1100px - 20px);
  min-height: 27.5px;
}

.cell22_25 {
  width: calc(1100px - 25px);
  min-height: 27.5px;
}

.cell22_30 {
  width: calc(1100px - 30px);
  min-height: 27.5px;
}

.cell22_35 {
  width: calc(1100px - 35px);
  min-height: 27.5px;
}

.cell22_40 {
  width: calc(1100px - 40px);
  min-height: 27.5px;
}

.cell22_45 {
  width: calc(1100px - 45px);
  min-height: 27.5px;
}

.cell23_5 {
  width: calc(1150px - 5px);
  min-height: 27.5px;
}

.cell23_10 {
  width: calc(1150px - 10px);
  min-height: 27.5px;
}

.cell23_15 {
  width: calc(1150px - 15px);
  min-height: 27.5px;
}

.cell23_20 {
  width: calc(1150px - 20px);
  min-height: 27.5px;
}

.cell23_25 {
  width: calc(1150px - 25px);
  min-height: 27.5px;
}

.cell23_30 {
  width: calc(1150px - 30px);
  min-height: 27.5px;
}

.cell23_35 {
  width: calc(1150px - 35px);
  min-height: 27.5px;
}

.cell23_40 {
  width: calc(1150px - 40px);
  min-height: 27.5px;
}

.cell23_45 {
  width: calc(1150px - 45px);
  min-height: 27.5px;
}

.cell24_5 {
  width: calc(1200px - 5px);
  min-height: 27.5px;
}

.cell24_10 {
  width: calc(1200px - 10px);
  min-height: 27.5px;
}

.cell24_15 {
  width: calc(1200px - 15px);
  min-height: 27.5px;
}

.cell24_20 {
  width: calc(1200px - 20px);
  min-height: 27.5px;
}

.cell24_25 {
  width: calc(1200px - 25px);
  min-height: 27.5px;
}

.cell24_30 {
  width: calc(1200px - 30px);
  min-height: 27.5px;
}

.cell24_35 {
  width: calc(1200px - 35px);
  min-height: 27.5px;
}

.cell24_40 {
  width: calc(1200px - 40px);
  min-height: 27.5px;
}

.cell24_45 {
  width: calc(1200px - 45px);
  min-height: 27.5px;
}

.cell25_5 {
  width: calc(1250px - 5px);
  min-height: 27.5px;
}

.cell25_10 {
  width: calc(1250px - 10px);
  min-height: 27.5px;
}

.cell25_15 {
  width: calc(1250px - 15px);
  min-height: 27.5px;
}

.cell25_20 {
  width: calc(1250px - 20px);
  min-height: 27.5px;
}

.cell25_25 {
  width: calc(1250px - 25px);
  min-height: 27.5px;
}

.cell25_30 {
  width: calc(1250px - 30px);
  min-height: 27.5px;
}

.cell25_35 {
  width: calc(1250px - 35px);
  min-height: 27.5px;
}

.cell25_40 {
  width: calc(1250px - 40px);
  min-height: 27.5px;
}

.cell25_45 {
  width: calc(1250px - 45px);
  min-height: 27.5px;
}

.cell26_5 {
  width: calc(1300px - 5px);
  min-height: 27.5px;
}

.cell26_10 {
  width: calc(1300px - 10px);
  min-height: 27.5px;
}

.cell26_15 {
  width: calc(1300px - 15px);
  min-height: 27.5px;
}

.cell26_20 {
  width: calc(1300px - 20px);
  min-height: 27.5px;
}

.cell26_25 {
  width: calc(1300px - 25px);
  min-height: 27.5px;
}

.cell26_30 {
  width: calc(1300px - 30px);
  min-height: 27.5px;
}

.cell26_35 {
  width: calc(1300px - 35px);
  min-height: 27.5px;
}

.cell26_40 {
  width: calc(1300px - 40px);
  min-height: 27.5px;
}

.cell26_45 {
  width: calc(1300px - 45px);
  min-height: 27.5px;
}

.cell27_5 {
  width: calc(1350px - 5px);
  min-height: 27.5px;
}

.cell27_10 {
  width: calc(1350px - 10px);
  min-height: 27.5px;
}

.cell27_15 {
  width: calc(1350px - 15px);
  min-height: 27.5px;
}

.cell27_20 {
  width: calc(1350px - 20px);
  min-height: 27.5px;
}

.cell27_25 {
  width: calc(1350px - 25px);
  min-height: 27.5px;
}

.cell27_30 {
  width: calc(1350px - 30px);
  min-height: 27.5px;
}

.cell27_35 {
  width: calc(1350px - 35px);
  min-height: 27.5px;
}

.cell27_40 {
  width: calc(1350px - 40px);
  min-height: 27.5px;
}

.cell27_45 {
  width: calc(1350px - 45px);
  min-height: 27.5px;
}

.cell28_5 {
  width: calc(1400px - 5px);
  min-height: 27.5px;
}

.cell28_10 {
  width: calc(1400px - 10px);
  min-height: 27.5px;
}

.cell28_15 {
  width: calc(1400px - 15px);
  min-height: 27.5px;
}

.cell28_20 {
  width: calc(1400px - 20px);
  min-height: 27.5px;
}

.cell28_25 {
  width: calc(1400px - 25px);
  min-height: 27.5px;
}

.cell28_30 {
  width: calc(1400px - 30px);
  min-height: 27.5px;
}

.cell28_35 {
  width: calc(1400px - 35px);
  min-height: 27.5px;
}

.cell28_40 {
  width: calc(1400px - 40px);
  min-height: 27.5px;
}

.cell28_45 {
  width: calc(1400px - 45px);
  min-height: 27.5px;
}

.cell29_5 {
  width: calc(1450px - 5px);
  min-height: 27.5px;
}

.cell29_10 {
  width: calc(1450px - 10px);
  min-height: 27.5px;
}

.cell29_15 {
  width: calc(1450px - 15px);
  min-height: 27.5px;
}

.cell29_20 {
  width: calc(1450px - 20px);
  min-height: 27.5px;
}

.cell29_25 {
  width: calc(1450px - 25px);
  min-height: 27.5px;
}

.cell29_30 {
  width: calc(1450px - 30px);
  min-height: 27.5px;
}

.cell29_35 {
  width: calc(1450px - 35px);
  min-height: 27.5px;
}

.cell29_40 {
  width: calc(1450px - 40px);
  min-height: 27.5px;
}

.cell29_45 {
  width: calc(1450px - 45px);
  min-height: 27.5px;
}

.cell30_5 {
  width: calc(1500px - 5px);
  min-height: 27.5px;
}

.cell30_10 {
  width: calc(1500px - 10px);
  min-height: 27.5px;
}

.cell30_15 {
  width: calc(1500px - 15px);
  min-height: 27.5px;
}

.cell30_20 {
  width: calc(1500px - 20px);
  min-height: 27.5px;
}

.cell30_25 {
  width: calc(1500px - 25px);
  min-height: 27.5px;
}

.cell30_30 {
  width: calc(1500px - 30px);
  min-height: 27.5px;
}

.cell30_35 {
  width: calc(1500px - 35px);
  min-height: 27.5px;
}

.cell30_40 {
  width: calc(1500px - 40px);
  min-height: 27.5px;
}

.cell30_45 {
  width: calc(1500px - 45px);
  min-height: 27.5px;
}

/* end - to deduct the px */
/* start - to add empty px spacing */
.cell0-1 {
  width: calc(50px * 0.1);
  min-height: 27.5px;
}

.cell0-2 {
  width: calc(50px * 0.2);
  min-height: 27.5px;
}

.cell0-3 {
  width: calc(50px * 0.3);
  min-height: 27.5px;
}

.cell0-4 {
  width: calc(50px * 0.4);
  min-height: 27.5px;
}

.cell0-5 {
  width: calc(50px * 0.5);
  min-height: 27.5px;
}

.cell0-6 {
  width: calc(50px * 0.6);
  min-height: 27.5px;
}

.cell0-7 {
  width: calc(50px * 0.7);
  min-height: 27.5px;
}

.cell0-8 {
  width: calc(50px * 0.8);
  min-height: 27.5px;
}

.cell0-9 {
  width: calc(50px * 0.9);
  min-height: 27.5px;
}

/* end - to add empty px spacing */
.cellRowUpDown .cellUpDownTitle {
  font-style: italic;
  color: #53c287;
  line-height: 1;
  font-size: 12px;
  padding-bottom: 3px;
}

.dgTable {
  table-layout: fixed;
  width: auto;
}
.dgTable .cellRow {
  padding-top: 0;
}

.dgTable > tbody > tr:not(:first-child) > td {
  border: 5px solid #fff;
}

body {
  font-family: sans-serif;
  background-color: white;
}

/*# sourceMappingURL=scss.css.map */
