body {
  font-family: 'Public Sans', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  color: #000000;
  background-color: #ffffff;
}

select {
  font-size: inherit;
}

h1 {
  font-family: 'Public Sans', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.25em;
  color: #002664;
  margin: 0px;
}

h2 {
  font-family: 'Public Sans', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.75em;
  color: #002664;
  margin-top: 0px;
  margin-bottom: 10px;
}

h3 {
  font-family: 'Public Sans', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.375em;
  color: #002664;
  margin-top: 0px;
  margin-bottom: 10px;
}

a {
  color: #002664;
}

a:link {
  text-decoration: underline;
}

a:visited {
  text-decoration: underline;
}

a:hover:not(.disabled) {
  text-decoration: underline;
}

ul, ol {
  margin-top: 16px;
  margin-bottom: 16px;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
}

table:not(.ninja) {
  border: 1px solid #dde5ed;
  margin-bottom: 10px;
  border-collapse: collapse;
}

td, th {
  padding: 5px;
}

th, table:not(.ninja) tr:first-child td {
  background-color: #eef2f6;
  border: 1px solid #dde5ed;
}

div.item-content table:not(.ninja) tr:first-child td {
  background-color: inherit;
}

table:not(.ninja) td {
  text-align: left;
  vertical-align: top;
  border: 1px solid #dde5ed;
}

button:not(.ninja), a.button {
  font-size: 1.13em;
  color: #ffffff;
  font-family: 'Public Sans', Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  border: 0px;
  padding: 7px 15px 7px 15px;
  background: #002664;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

a.button {
  text-decoration: none !important;
  display: table;
}

button.buttonGrouped, a.buttonGrouped, a.buttonPractice {
  font-size: 1.13em;
  color: #002664;
  font-family: 'Public Sans', Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  border: 1px solid #002664;
  padding: 7px 15px 7px 15px;
  background: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-decoration: none !important;
  display: table;
}
button.buttonGrouped:hover, a.buttonGrouped:hover {
  color: #ffffff;
  background: #002664;
}

a.button span, a.buttonGrouped span, a.buttonPractice span {
  display: table-cell;
  vertical-align: middle;
}

a.button span.button-icon-span, a.buttonGrouped span.button-icon-span, a.buttonPractice span.button-icon-span {
  text-align: right;
  width: 0.7em;
}

a.button i, a.buttonGrouped i, a.buttonPractice i {
  display: table-cell;
  vertical-align: middle;
}

a.button.disabled, a.buttonGrouped.disabled, a.buttonPractice.disabled {
  background: #9b9b9b;
  color: #dde5ed;
  pointer-events: none;
}

button:not(.ninja):disabled {
  background: #9b9b9b;
  color: #dde5ed;
}

.nsw-masthead {
    line-height: 1.5em;
    padding: 0.5rem 0;
    background-color: #002664;
    color: #fff;
}

.nsw-masthead-covid {
    background-color: #f9be00;
    color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: bold;
    text-align: center;
}

.nsw-masthead-covid a {
    color: black;
}

.nsw-container {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    min-width: 900px;
}

header {
  background-color: #002664;
  color: #ffffff;
  margin: 0px;
  width: 100%;
  min-width: 900px;
  z-index: 1;
  height: 105px;
}

header > * {
  margin: auto;
  width: 80%;
  min-width: 900px;
}

header.external {
    background-color: white;
}

.banner {
  width: 100%;
  min-width: 900px;
  height: 50px;
  background-color: #eef2f6;
}

.banner img {
  width: 100%;
  height: 50px;
}

footer {
  color: #ffffff;
  background-color: #22272b;
  margin: 20px 0px 0px 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-width: 900px;
  padding: 16px 0px;
  text-align: center;
  height: 50px;
  font-size: 16px;
}

footer img {
  height: 50px;
}

.footer-main {
  padding-bottom: 8px;
}

.footer-secondary {
  font-weight: normal;
  font-size: 0.7em;
}

footer > * {
  margin: auto;
  width: 80%;
  min-width: 900px;
}

footer a:link {
  color: #ffffff;
  text-decoration: underline;
}

footer a:visited {
  color: #ffffff;
  text-decoration: underline;
}

footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

img {
  border: 0px;
}

label {
  margin-bottom: 0px;
}

.feature {
  color: #000000;
  background-color: #eef2f6;
  padding: 20px 20px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.error {
  background-color: #FFE9F6;
  border: 1px solid #CE007A;
  font-weight: bold;
  font-size: 1.13em;
  padding: 30px 30px 30px 15px;

  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.error .fa-exclamation {
  margin-right: 16px;
}

.test-container {
  min-height: 100%;
  width: 100%;
  position: absolute;
}

.content {
  margin: auto auto 150px auto;
  width: 80%;
  min-width: 900px;
}

.content img {
  max-width: 100%;
}

.accessibility-options {
  text-align: right;
  position: absolute;
  bottom: 100px;
  right: 0;
}

.accessibility-options a:link {
  color: #002664;
  text-decoration: underline;
}

.accessibility-options a:hover {
  font-weight: bold;
}

input {
  font-size: inherit;
}

textarea {
  font-size: inherit;
}

.modal-container {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.modal {
  width: 50% !important;
}

.header-title {
  text-align: right;
  font-size: 2em;
  font-weight: bold;
}

.header-subtitle {
  font-size: 1.3em;
  text-align: right;
}

.title-wrapper {
  background-color: #eef2f6;
  margin: 0px auto 10px auto;
  position: sticky;
  top: 0px;
  width: 100%;
  min-width: 900px;
  z-index: 1;
}

.title-wrapper-inner {
  width: 80%;
  min-width: 900px;
  margin: 0px auto;
}

.title-wrapper-inner h1 {
  white-space: nowrap;
  line-height: 52px;
  float: left;
}

.nav-bar {
  background-color: #eef2f6;
  position: sticky;
  margin-bottom: 10px;
  top: 0px;
  width: 100%;
  min-width: 900px;
  z-index: 1;
}

.nav-bar-inner {
  width: 80%;
  min-width: 900px;
  margin: 0 auto 0 auto;
  display: table;
  padding: 8px 0px;
}

.nav-bar .fa-info-circle {
  font-size: 1.5em;
  color: #d7153a;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.nav-timer {
  width: 250px;
  margin: 0 32px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.nav-wrapper {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

nav {
  display: table;
  margin: auto;
  border-spacing: 8px;
}

.nav-elem {
  background-color: #ffffff;
  border: 1px solid #002664;
  text-align: center;
  color: #002664;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.nav-elem-answered {
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  color: #2ecc71;
}

.nav-elem-flagged {
  position: absolute;
  top: -1em;
  color: #d7153a;
}

.nav-elem-current {
  background-color: #002664;
  color: #ffffff;
}

.nav-bar {
  width: 100%;
  z-index: 2;
  background-color: #eef2f6;
}

.margin-wrapper {
  height: 100%;
  padding: 5px 0;
  margin: auto auto 20px auto;
  width: 80%;
  min-width: 900px;
}

.nav-bar-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.nav-toolbar {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.nav-toolbar-table {
  display: table;
  margin-left: auto;
  padding: 10px 0;
}

.nav-toolbar-cell:first-of-type {
  border-left: none;
}
.nav-toolbar-cell {
  display: table-cell;
  border-left: solid 1px grey;
  text-align: right;
}

.nav-toolbar-button {
  display: inline-block;
  font-size: 0.8em;
  user-select: none;
  position: relative;
  color: #000;
}

.nav-toolbar-button-top {
  border: 1px solid #2e2867;
  background-color: #ffffff;
  position: relative;
  padding: .3em 10px;
  z-index: 1;
  height: 1.25em;
  display: inline-table;
}

.nav-toolbar-button-top.expanded {
  background-color: #CDCDCD;
}

.nav-toolbar-button-top span {
  margin-left: 8px;
  margin-right: 8px;
}

.chevron {
  font-size: 1.5em;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 1em;
}

.chevron-reversed {
  background-color: #2e2867;
  color: #ffffff;
}

.hide {
  display: none !important;
}
.nav-toolbar-button-connection {
  border-top: transparent;
  border-bottom: transparent;
  border-left: #2e2867 solid 1px;
  border-right: #2e2867 solid 1px;
  background-color: #ffffff;
  height: 1em;
  z-index: 3;
  position: absolute;
  top: 1.8em;
  left: 0;
  right: 0;
}

.nav-toolbar-button-dropdown {
  border: 1px solid #2e2867;
  background-color: #ffffff;
  position: absolute;
  z-index: 2;
  top: 2.7em;
  right: 0;
  padding: .5em;
  min-width: 100%;
  text-align: left;
}
.nav-toolbar-cell .nav-toolbar-button .nav-toolbar-button-dropdown p a {
  color: rgb(240, 0, 120) !important;
  text-decoration: underline;
}
.nav-toolbar-cell .nav-toolbar-button .nav-toolbar-button-dropdown p a:hover {
  color: rgb(240, 0, 120) !important;
}

.toolbar-table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: grey;
}

.nav-wrapper {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  pading-right: 20px;
}

nav {
  display: table;
  border-spacing: 8px;
  margin-left: -8px;
}

.nav-elem {
  background-color: #ffffff;
  border: 1px solid #002664;
  text-align: center;
  color: #002664;
  width: 2em;
  min-width: 2em;
  height: 2em;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.nav-elem:focus {
  box-shadow: 0px 0px 3px #2e2867;
}

.nav-elem-answered {
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  color: #2ecc71;
}

.nav-elem-current {
  background-color: #002664;
  color: #ffffff;
}

.nav-elem-current-underline {
  position: absolute;
  bottom: -6px;
  left: -1px;
  height: 1px;
  width: calc(2em + 2px);
  background-color: #002664;
}

.left-stripe {
  border-left: solid 8px #002664;
}

.instructions:empty {
  display: none;
}

.stimulus {
  border: 8px solid #eef2f6;
  padding: 20px 20px 20px 20px;
  margin: 20px 0px;
}

.item-header {
  display: table;
  width: 100%;
}

.item-question {
  display: table-cell;
  width: 100%;
}

.item-visibility-button {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  font-size: 1em !important;
  background-color: #ffffff !important;
  color: #002664 !important;
  border: 1px solid #002664 !important;
  margin-left: 16px;
}

.header-container {
  display: table;
  height: 100%;
  width: 100%;
}

.header-logo-container {
  display: table-cell;
  padding: 8px 0px;
  width: 120px;
}

.header-titles-container {
  display: table-cell;
  vertical-align: middle;
}

.header-titles-container h1, .header-titles-container h3 {
    text-transform: capitalize;
}

.header-titles-container h1 {
    font-size: 1.5em;
}

.header-titles-container h3 {
    font-size: 1em;
    font-weight: 100;
}

.header-test {
  height: 50px;
}

.header-test-title {
  font-size: 1.5em;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}

.header-test-subtitle {
  font-size: 1em;
  display: table-cell;
  vertical-align: middle;
}

.action-bar {
  display: table;
  width: 100%;
}

.action-bar a:not(.disabled) {
  cursor: pointer;
}

.action-bar-elem {
  display: table-cell;
  width: 25%;
}

.action-bar-elem-left {
  text-align: left;
}

.action-bar-elem-center {
  text-align: center;
}

.action-bar-elem-right {
  text-align: right;
}

a.disabled {
  color: #9b9b9b;
  cursor: auto;
}

.item-group-table {
  display: table;
  width: 100%;
}

.item-group-column {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.item-group-column-left {
  padding-right: 4px;
}

.item-group-column-right {
  padding-left: 4px;
}

.item {
}

a.finish-link {
  color: #002664;
  cursor: pointer;
}

a.dismiss-link {
  color: #ffffff;
  cursor: pointer;
}

header.overlay {
  background-color: #7d65a9;
  color: #ffffff;
  margin: 0px;
  position: sticky;
  top: 0;
}

.header-timer {
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  padding: 16px 0px;
}

.header-link {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.nav-bar-sticky-stacked {
  top: 50px;
}

.modal-button-container {
  display: table;
  width: 100%;
}

.modal-button-container-left {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.modal-button-container-right {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.item-title-container {
  display: table;
}

.item-title {
  display: table-cell;
}

.item-highlight-container {
  display: table-cell;
  padding-left: 16px;
}

/* As per exam CSS */
.fsRegular {
  font-size: 1em;
}
.fsRegular * {
  cursor: url(/bundles/concertotest/nesa/css/DMZ-Black/pngs/24x24/left_ptr.png), auto;
}
/*.fsRegular p,
.fsRegular div,
.fsRegular h1,
.fsRegular h2,
.fsRegular h3,
.fsRegular h4,
.fsRegular h5,
.fsRegular h6,
.fsRegular h7,
.fsRegular h8,*/
.fsRegular input,
.fsRegular textarea/*,
.fsRegular select,
.fsRegular ol,
.fsRegular ul,
.fsRegular li,
.fsRegular strong,
.fsRegular i,
.fsRegular em*/ {
  cursor: url(/bundles/concertotest/nesa/css/DMZ-Black/pngs/24x24/xterm.png) 12 12, auto;
}
.fsRegular a,
.fsRegular a:link,
.fsRegular a:visited,
.fsRegular a span,
.fsRegular a i,
.fsRegular div.clickable,
.fsRegular input[type="radio"],
.fsRegular input[type="checkbox"],
.fsRegular button:not(.disabled),
.fsRegular button:not(.disabled):hover,
.fsRegular input[type="button"],
.fsRegular input[type="submit"],
.fsRegular label,
.fsRegular .sp-val,
.fsRegular .sp-hue,
.fsRegular .sp-dragger,
.fsRegular .sp-replacer {
  cursor: url(/bundles/concertotest/nesa/css/DMZ-Black/pngs/24x24/hand2.png) 9 5, auto;
}
.fsRegular .calc-header,
.fsRegular .ui-draggable.ui-draggable-handle,
.fsRegular .ruler img,
.fsRegular .protractor img,
.fsRegular .calc-draggable-icon {
  cursor: url(/bundles/concertotest/nesa/css/DMZ-Black/pngs/24x24/grabbing.png) 12 6, auto !important;
}
.fsRegular .calc-close-btn:hover {
  cursor: url(/bundles/concertotest/nesa/css/DMZ-Black/pngs/24x24/hand2.png) 9 5, auto;
}
.fsRegular .calc-btn:hover {
  cursor: url(/bundles/concertotest/nesa/css/DMZ-Black/pngs/24x24/left_ptr.png), auto;
}

.fsLarge {
  font-size: 1.25em;
}
.fsLarge * {
  cursor: url(/bundles/concertotest/nesa/css/DMZ-Black/pngs/32x32/left_ptr.png), auto;
}
/*.fsLarge p,
.fsLarge div,
.fsLarge h1,
.fsLarge h2,
.fsLarge h3,
.fsLarge h4,
.fsLarge h5,
.fsLarge h6,
.fsLarge h7,
.fsLarge h8,*/
.fsLarge input,
.fsLarge textarea/*,
.fsLarge select,
.fsLarge ol,
.fsLarge ul,
.fsLarge li,
.fsLarge strong,
.fsLarge i,
.fsLarge em*/ {
  cursor: url(/bundles/concertotest/nesa/css/DMZ-Black/pngs/32x32/xterm.png) 16 16, auto;
}
.fsLarge a,
.fsLarge a:link,
.fsLarge a:visited,
.fsLarge a span,
.fsLarge a i,
.fsLarge div.clickable,
.fsLarge input[type="radio"],
.fsLarge input[type="checkbox"],
.fsLarge button:not(.disabled),
.fsLarge button:not(.disabled):hover,
.fsLarge input[type="button"],
.fsLarge input[type="submit"],
.fsLarge label,
.fsLarge .sp-val,
.fsLarge .sp-hue,
.fsLarge .sp-dragger,
.fsLarge .sp-replacer {
  cursor: url(/bundles/concertotest/nesa/css/DMZ-Black/pngs/32x32/hand2.png) 12 5, auto;
}
.fsLarge input[type="radio"],
.fsLarge input[type="checkbox"] {
  transform: scale3d(1.25, 1.25, 1);
}
.fsLarge button:not(.ninja) {
  font-size: 22.5px; /* 18px * 1.25 */
}
.fsLarge .calc-header,
.fsLarge .ui-draggable.ui-draggable-handle,
.fsLarge .ruler img,
.fsLarge .protractor img,
.fsLarge .calc-draggable-icon {
  cursor: url(/bundles/concertotest/nesa/css/DMZ-Black/pngs/32x32/grabbing.png) 16 8, auto !important;
}
.fsLarge .calc-close-btn:hover {
  cursor: url(/bundles/concertotest/nesa/css/DMZ-Black/pngs/32x32/hand2.png) 12 5, auto;
}
.fsLarge .calc-btn {
  font-size: 21.25px; /* 17px * 1.25 */
}
.fsLarge .calc-btn:hover {
  cursor: url(/bundles/concertotest/nesa/css/DMZ-Black/pngs/32x32/left_ptr.png), auto;
}
.fsLarge .calc-result {
  overflow:auto;
  line-height: 2.7;
  cursor: auto;
  font-size: 22.5px; /* 18px * 1.25 */
}
.fsLarge .button {
  font-size: 22.5px; /* 18px * 1.25 */
}

.fsXLarge {
  font-size: 1.5em;
}
.fsXLarge * {
  cursor: url(/bundles/concertotest/nesa/css/DMZ-Black/pngs/40x40/left_ptr.png), auto;
}
/*.fsXLarge p,
.fsXLarge div,
.fsXLarge h1,
.fsXLarge h2,
.fsXLarge h3,
.fsXLarge h4,
.fsXLarge h5,
.fsXLarge h6,
.fsXLarge h7,
.fsXLarge h8,*/
.fsXLarge input,
.fsXLarge textarea/*,
.fsXLarge select,
.fsXLarge ol,
.fsXLarge ul,
.fsXLarge li,
.fsXLarge strong,
.fsXLarge i,
.fsXLarge em*/ {
  cursor: url(/bundles/concertotest/nesa/css/DMZ-Black/pngs/40x40/xterm.png) 20 20, auto;
}
.fsXLarge a,
.fsXLarge a:link,
.fsXLarge a:visited,
.fsXLarge a span,
.fsXLarge a i,
.fsXLarge div.clickable,
.fsXLarge input[type="radio"],
.fsXLarge input[type="checkbox"],
.fsXLarge button:not(.disabled),
.fsXLarge button:not(.disabled):hover,
.fsXLarge input[type="button"],
.fsXLarge input[type="submit"],
.fsXLarge label,
.fsXLarge .sp-val,
.fsXLarge .sp-hue,
.fsXLarge .sp-dragger,
.fsXLarge .sp-replacer {
  cursor: url(/bundles/concertotest/nesa/css/DMZ-Black/pngs/40x40/hand2.png) 15 6, auto;
}
.fsXLarge input[type="radio"],
.fsXLarge input[type="checkbox"] {
  transform: scale3d(1.5, 1.5, 1);
}
.fsXLarge button:not(.ninja) {
  font-size: 27px; /* 18px * 1.5 */
}
.fsXLarge .calc-header,
.fsXLarge .ui-draggable.ui-draggable-handle,
.fsXLarge .ruler img,
.fsXLarge .protractor img,
.fsXLarge .calc-draggable-icon {
  cursor: url(/bundles/concertotest/nesa/css/DMZ-Black/pngs/40x40/grabbing.png) 20 10, auto !important;
}
.fsXLarge .calc-close-btn:hover {
  cursor: url(/bundles/concertotest/nesa/css/DMZ-Black/pngs/40x40/hand2.png) 15 6, auto;
}
.fsXLarge .calc-btn {
  font-size: 25.5px; /* 17px * 1.5 */
}
.fsXLarge .calc-btn:hover {
  cursor: url(/bundles/concertotest/nesa/css/DMZ-Black/pngs/40x40/left_ptr.png), auto;
}
.fsXLarge .calc-result {
  overflow:auto;
  line-height: 2.25;
  cursor: auto;
  font-size: 27px; /* 18px * 1.5 */
}
.fsXLarge .button {
  font-size: 27px; /* 18px * 1.5 */
}

.fsXXLarge {
  font-size: 2em;
}
.fsXXLarge * {
  cursor: url(/bundles/concertotest/nesa/css/DMZ-Black/pngs/48x48/left_ptr.png), auto;
}
/*.fsXXLarge p,
.fsXXLarge div,
.fsXXLarge h1,
.fsXXLarge h2,
.fsXXLarge h3,
.fsXXLarge h4,
.fsXXLarge h5,
.fsXXLarge h6,
.fsXXLarge h7,
.fsXXLarge h8,*/
.fsXXLarge input,
.fsXXLarge textarea /*,
.fsXXLarge select,
.fsXXLarge ol,
.fsXXLarge ul,
.fsXXLarge li,
.fsXXLarge strong,
.fsXXLarge i,
.fsXXLarge em*/ {
  cursor: url(/bundles/concertotest/nesa/css/DMZ-Black/pngs/48x48/xterm.png) 28 28, auto;
}
.fsXXLarge a,
.fsXXLarge a:link,
.fsXXLarge a:visited,
.fsXXLarge a span,
.fsXXLarge a i,
.fsXXLarge div.clickable,
.fsXXLarge input[type="radio"],
.fsXXLarge input[type="checkbox"],
.fsXXLarge button:not(.disabled),
.fsXXLarge button:not(.disabled):hover,
.fsXXLarge input[type="button"],
.fsXXLarge input[type="submit"],
.fsXXLarge label,
.fsXXLarge .sp-val,
.fsXXLarge .sp-hue,
.fsXXLarge .sp-dragger,
.fsXXLarge .sp-replacer {
  cursor: url(/bundles/concertotest/nesa/css/DMZ-Black/pngs/48x48/hand2.png) 18 6, auto;
}
.fsXXLarge input[type="radio"],
.fsXXLarge input[type="checkbox"] {
  transform: scale3d(2, 2, 1);
}
.fsXXLarge button:not(.ninja) {
  font-size: 36px; /* 18px * 2 */
}
.fsXXLarge .calc-header,
.fsXXLarge .ui-draggable.ui-draggable-handle,
.fsXXLarge .ruler img,
.fsXXLarge .protractor img,
.fsXXLarge .calc-draggable-icon {
  cursor: url(/bundles/concertotest/nesa/css/DMZ-Black/pngs/48x48/grabbing.png) 24 12, auto !important;
}
.fsXXLarge .calc-close-btn:hover {
  cursor: url(/bundles/concertotest/nesa/css/DMZ-Black/pngs/48x48/hand2.png) 18 6, auto;
}
.fsXXLarge .calc-btn {
  font-size: 34px; /* 17px * 2 */
}
.fsXXLarge .calc-btn:hover {
  cursor: url(/bundles/concertotest/nesa/css/DMZ-Black/pngs/48x48/left_ptr.png), auto;
}
.fsXXLarge .calc-result {
  overflow:auto;
  line-height: 1.75;
  cursor: auto;
  font-size: 34px; /* 18px * 2 */
}
.fsXXLarge .button {
  font-size: 36px; /* 18px * 2 */
}
