body {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
}

main {
    padding: 1rem;
}

.main-header {
    width: 100%;
    height: 3.5rem;
    background-color: #2168D8;
    padding: 0 1.5rem;
}

.main-header__nav {
    height: 100%;
    display: flex;
    align-items: center;
}

.main-header__item-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.main-header__item {
    margin: 0 1rem;
    padding: 0;
}

.main-header__item a {
    text-decoration: none;
    color: white;
    font-weight: 600;
}

.main-header__item a:hover,
.main-header__item a:active,
.main-header__item a.active {
    color: #81C8F8;
}

.nocopy {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
}

/*  CURSORS */
p,
b,
i,
li,
pre,
strong {
    cursor: default;
}

.NONE {
    cursor: none;
}

.HELP {
    cursor: help;
}

.DEFAULT {
    cursor: default;
}

.TEXTBOX {
    cursor: text;
}

.MOVE {
    cursor: move;
}

.NODROP {
    cursor: no-drop;
}

.POINTER {
    cursor: pointer;
}

.CROSSHAIR {
    cursor: crosshair;
}

/*  LAYOUT STRUCTURE */
.table {
    display: table;
}

.table_head {
    display: table-header-group;
}

.table_row {
    display: table-row;
}

.table_cell {
    display: table-cell;
}

.table_foot {
    display: table-footer-group;
}

/*  ALIGNMENT */
.center_text {
    text-align: center;
}

.center_div {
    margin: auto;
}

.center_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.vALIGNTOP {
    vertical-align: top;
}

.vALIGNMID {
    vertical-align: middle;
}

.vALIGNCENTRAL {
    vertical-align: central;
}

.vALIGNBOT {
    vertical-align: bottom;
}

.FLOATL {
    float: left;
}

.FLOATR {
    float: right;
}

.FLOATNONE {
    clear: both;
}

/*  BORDERS */
.bRAD3 {
    border-radius: 3px;
}

.bRAD4 {
    border-radius: 4px;
}

.bRAD5 {
    border-radius: 5px;
}

.bRAD6 {
    border-radius: 6px;
}

.bRAD7 {
    border-radius: 7px;
}

.bRAD8 {
    border-radius: 8px;
}

.bRAD9 {
    border-radius: 9px;
}

.bRAD10 {
    border-radius: 10px;
}

.bRAD11 {
    border-radius: 11px;
}

.bRAD12 {
    border-radius: 12px;
}

.bRAD13 {
    border-radius: 13px;
}

.bRAD14 {
    border-radius: 14px;
}

.bRAD15 {
    border-radius: 15px;
}

.bRAD16 {
    border-radius: 16px;
}

.bRAD17 {
    border-radius: 17px;
}

.bRAD18 {
    border-radius: 18px;
}

.bRAD19 {
    border-radius: 19px;
}

.bRAD20 {
    border-radius: 20px;
}

.bRAD21 {
    border-radius: 21px;
}

.bRAD22 {
    border-radius: 22px;
}

.bRAD23 {
    border-radius: 23px;
}

.bRAD24 {
    border-radius: 24px;
}

.bRAD25 {
    border-radius: 25px;
}

.bRAD26 {
    border-radius: 26px;
}

.border_trans {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

.border_white {
    border-width: 1px;
    border-style: solid;
    border-color: #EEEEEE;
}

.border_silver {
    border-width: 1px;
    border-style: solid;
    border-color: #C8C8C8;
}

.border_gray_lt {
    border-width: 1px;
    border-style: solid;
    border-color: #A8A8A8;
}

.border_gray {
    border-width: 1px;
    border-style: solid;
    border-color: #888888;
}

.border_gray_dk {
    border-width: 1px;
    border-style: solid;
    border-color: #484848;
}

.border_black_lt {
    border-width: 1px;
    border-style: solid;
    border-color: #282828;
}

.border_black {
    border-width: 1px;
    border-style: solid;
    border-color: #181818;
}

.border_black_dk {
    border-width: 1px;
    border-style: solid;
    border-color: #080808;
}

.border_red_lt {
    border-width: 1px;
    border-style: solid;
    border-color: #FFAAAA;
}

.border_green_lt {
    border-width: 1px;
    border-style: solid;
    border-color: #AAFFAA;
}

.border_blue_lt {
    border-width: 1px;
    border-style: solid;
    border-color: #AAAAFF;
}

.border_red {
    border-width: 1px;
    border-style: solid;
    border-color: #FF4444;
}

.border_green {
    border-width: 1px;
    border-style: solid;
    border-color: #44FF44;
}

.border_blue {
    border-width: 1px;
    border-style: solid;
    border-color: #4444FF;
}




#wrap {
    width: 750px;
    height: 1500px;
    padding: 0;
    overflow: hidden;
  }
  #scaled-frame {
    width: 1000px;
    height: 2000px;
    border: 0px;
  }
  #scaled-frame {
    zoom: 0.75;
    transform-origin: 0 0;
    transform: scale(0.75);
    -moz-transform: scale(0.75);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.75);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.75);
    -webkit-transform-origin: 0 0;
  }
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    #scaled-frame1 {
      zoom: 1;
    }
  }
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    #scaled-frame2 {
      zoom: 1;
    }
  }
