:root {
  --blue: #63B3ED;
  --blue-hover: #2A4365;
  --yellow: #F4AE3D;
  --red: #e95626;
  --green: #00cf9e;
  --white: #fff;
  --black: #000;
  --sitebg: rgb(18, 18, 18);
  --text: #ccc;
  --boxborder: rgb(18, 18, 18);
}

html {
    height: 100%;
}
body {
    font-family: -apple-system,'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.3rem;
    color: var(--text);
    background: radial-gradient(circle, rgb(48, 59, 51) 0%, rgb(0, 0, 0) 100%);
/*    line-height: 26px;*/
    margin: 0;
    position: relative;
    padding: 0;
    min-height: 100%;
    touch-action: pan-x pan-y;
    -ms-touch-action: pan-x pan-y;
    overscroll-behavior: contain;
}
h2,h3 {
    float: left;
    margin: 0px 0 0px 20px;
    color: var(--white);
    padding: 4px 15px 4px 10px;
    border-radius: 10px;
}
h2 {
    padding: 4px 15px 8px 10px;
}
h4 {
    color: var(--white);
    margin: 10px 0 10px 20px
}
.icon {
  max-width: unset;
  width: 24px;
  height: 24px;
  vertical-align: top;
  cursor: pointer;
}
.icon-text {
    font-size: 9px;
    display: block;
}
.navbar-item, .navbar-link {
  color: var(--white);
}
a.navbar-item:hover {
  background-color: var(--sitebg);
  color: var(--blue);
}
.button {
    font-size: 18px;
    background: none;
    border-radius: 50px;
    border: solid 1px var(--blue);
    cursor: pointer;
    color: var(--white);
    font-weight: 700;
    box-shadow: 1px 0px 3px var(--text);
}
.button:hover { 
    background: linear-gradient(11deg,var(--accent) 0%,var(--green) 35%,var(--text) 100%);
    box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
    color: var(--white);
}
.button.is-active, .button:active {
  border-color: var(--blue);
  color: var(--text);
}
.button.is-focused, .button:focus {
  border-color: var(--blue);
  color: var(--text);
}
.button.is-success {
  background-color: var(--accent);
  border-color: transparent;
  color: #000;
}
.button.is-success.is-small.is-rounded:hover, .button.is-success.is-small.is-rounded:focus {
    color: #000;
}
.button.is-success.is-small.is-rounded:hover:active {
    animation: button-pop 0s ease-out;
    transform: scale(0.9);
    color: #000;
}
label {
    line-height: 32px;
    margin-right: 10px;
    margin-left: 15px;
    font-weight: 700;
    color: var(--white) !important;
}
input {
    padding: 10px;
    border: solid 1px var(--blue);
    max-width: 80%;
    border-radius: 10px;
    color: var(--blue) !important;
    background-color: var(--black);
    outline: 0;
    transition: all .2s ease-in-out;
}
input:focus {
    border: solid 1px var(--blue);
}
.input, .select select, .textarea {
  background-color: #2b444b;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: var(--blue) !important;
  border: none;
  border-bottom: solid 1px #7f7f7f;
}
dialog::backdrop {
    background: rgb(144, 202, 249,0.6);
}
dialog {
    border-radius: 10px;
    border: solid 1px var(--blue);
    background: var(--sitebg);
    padding: 0 10px 10px 10px;
}
dialog form {
    margin: 0 10px;
}
dialog h1 {
    margin-top: 0;
    border: none;
    background: linear-gradient(90deg, var(--blue) 0%, var(--sitebg) 100%);
    color: #fff;
    padding: 14px;
    margin: 0 0 10px 0;
    position: relative;
}
dialog p {
    color: var(--white);
    cursor: move;
}
dialog button {
    float: right;
    margin-left: 10px;
    display: block !important;
}
form {
    margin-bottom: 10px;
}
label, .textblock {
    display: block;
}
.inline-block {
    display: inline-block;
}
button {
    vertical-align: top;
}
textarea {
    margin-bottom: 10px;
}
fieldset {
    border: none;
    margin: 0;
    padding: 0 15px 0 0;
}
legend {
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.form {
    margin-bottom: 20px;
    padding: 10px;
    clear: both;
}

.responsive-table{
  display: inline-block;
  min-width: 100%;
  box-sizing: border-box;
}

.responsive-table > table {
  width: 100%;
  border-collapse: collapse;
}

.responsive-table > table td, th {
}

.box {
    background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(144, 180, 207, 0.31)) !important;
    box-shadow: none;
    transition: all .2s ease-in-out;
    margin: 0 10px;
    border: solid 1px var(--boxborder);
    border-radius: 10px;
}
table th {
    color: var(--white);
}
.shadow {
  box-shadow: 0 1rem 2.5rem #1b405e;
}
th, td {
    padding: 10px;
    text-align: left;
    white-space: nowrap;
    font-size: 18px;
}
td:first-child {
  font-weight: 700;
}
th {
    color: var(--white);
}
tr:hover > td {
    background: rgba(255, 255, 255, 0.08);
}
#backdrop {
    width: 100%;
    height: 100%;
    background: rgb(144, 202, 249,0.6);
    position: absolute;
    top: 0;
    left: 0;
}
.pr {
    position: relative;
}
.sub {font-size: 12px;line-height: 12px;}
.tabs sup {
  color: transparent;
}
.tabs span:hover sup {
  display: inline-block !important;
  color: var(--green) !important;
}
.tabs span sup {
  color: transparent !important;
}
a {
    text-decoration: none;
    color: var(--blue);
}
a:hover {
    text-decoration: none;
    color: var(--white);
}
#cc{display:none; border: none;padding: 0;margin: 0;}
.number {
    text-align: right;
}
.copyclipboard {
    cursor: pointer;
/*    width: 16px;*/
/*    height: 16px;*/
}
.blackstroke {
    stroke: var(--black);
}
.header {position: sticky;top: 0;z-index: 10;opacity: 0.9; background: linear-gradient(rgb(48, 59, 51) 0%, rgb(0, 0, 0) 100%);}
.footer {
  background: unset;
  width: 100%;
  text-align: center;
}
.white {
    color: var(--white);
}
.text {
    color: var(--text);
}
.blue {
    color:  var(--blue);
}
.green {
    color: var(--accent) !important;
}
.yellow {
    color: var(--yellow) !important;
}
.red {
    color: var(--red) !important;
}

#gt {
  position: absolute;
  text-align: unset !important;
  width: unset !important;
  animation: linear infinite;
  animation-name: run;
  animation-duration: 15s;
}
@-webkit-keyframes run {
  0% {
    left: -32px;
  }
  100% {
    left: 100%;
  }
}
.spin {
    animation: spin 2s linear infinite;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    } 
}

@keyframes pop{
  50%  {transform: scale(1.2);}
}
.icon-spin {
    animation: spin 1s linear infinite;
}
.pop {animation: pop 0.3s linear 1;color: var(--green);}

ul {
    list-style: none;
    margin: 1em 0 1em 0 !important;
}

.tabs.is-boxed .tab {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.tabs .tab {
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: var(--white);
    font-weight: 500;
    display: flex;
    justify-content: center;
    margin-bottom: -1px;
    padding: .5em 1em;
    vertical-align: top;
}
.tabs ul {
  border-bottom-color: #3c6444;
}
.tabs li.is-active .tab {
    border-bottom-color: var(--accent);
    color: var(--accent);
    color: var(--white);
}
.tabs.is-boxed li.is-active .tab {
  background-color: transparent;
  border-color: #3c6444;
  border-bottom-color: #3c6444 !important;
  color: var(--accent);
}
.tabs.is-boxed li.is-active .tab:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.tabs.is-boxed .tab:hover {
  background-color: transparent;
  border-bottom-color: transparent;
  color: var(--accent);
}
.tabs .tab:hover {
  color: var(--white);
}
.navbar.is-white .navbar-start .navbar-link::after {border-color: var(--white)}
a.navbar-item:focus-within, .navbar.is-black .navbar-brand>a.navbar-item:focus, .navbar.is-black .navbar-brand>a.navbar-item:hover{background-color: unset;}
.navbar.is-fixed-top {
  top: 51px;
}
@media screen and (min-width: 1024px) {
  .navbar-dropdown {
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10,10,10,.1);
    font-size: .875rem;
    left: 0;
    position: fixed;
    z-index: 20;
    display: block;
    min-width: unset;
    top: unset;
  }
}
.level-item {
    position: relative;
}
.checkbox:hover, .radio:hover {
  color: var(--blue-hover);
}
.has-text-info {color: var(--yellow) !important;}
.has-text-success {color: var(--green) !important;}
.has-text-bottom {vertical-align: text-bottom;}
.heading{font-weight: 700;font-size: 9px;color: var(--accent);}
.separator {
  border-bottom: dashed 2px var(--blue) !important;
}
input, .title, span[data-xa], #gweis {
  font-family: ui-monospace,Mono,"Courier New",monospace;
  font-weight: 600;
}
.subtitle {
  font-family: ui-monospace,Mono,"Courier New",monospace;
  font-weight: 700;
}
.vtop{vertical-align: top;}
.modal-close{top: 50px;background: red;}

@media (max-width: 767px) {
  h1 {font-size: 3vw;}
  .button {font-size: 2.5vw;}
  dialog#dlgpush {width: 100%;}
  small{font-size: 3vw;}
  .heading{font-size: 0.5rem;}
  .header{border: solid 1px #455541;border-radius: 20px;margin-top: 10px;}
}

/* additional prime miner styles */
html {
  background-color: black;
  background-image: radial-gradient(rgba(0, 150, 0, 0.75), black 120%);
}
body {
  background-color: black;
/*  font-weight: bold;*/
/*  font: 1.3rem Inconsolata, monospace*/
}
::selection {
/*  background: #0000FF;*/
/*  text-shadow: none;*/
  background: var(--accent);
  text-shadow: 1px 1px #000;
  color: var(--accent);
}
input[type="range"].slider::-moz-range-thumb {background: var(--accent);border: 1px solid #000;}

input[type="range"].slider {
    --sliderSize: 1.5rem;
    -webkit-appearance: none;
    width: 100%;
    outline: none;
}
input[type="range"].slider::-webkit-slider-runnable-track {
/*    background: linear-gradient(to right, #061901 0%, var(--accent) 100%) !important;*/
}
input[type="range"].slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: var(--sliderSize);
    height: var(--sliderSize);
    border-radius: 50%;
    border: none;
    background: var(--accent);
    cursor: pointer;
}

hr{background-color: #3c6444;border: }
input{border: solid 1px #3c6444;}
input:focus{border: solid 1px green;}
.card {
  background-color: transparent !important;
  box-shadow: none;
}
.card-footer, .card-footer-item {border:none !important;}
input[type="range"].slider:not([orient="vertical"]).has-output + output {
  width: fit-content;
  padding: 8px 4px 8px 4px;
}
input[type="range"].slider.is-black::-moz-range-track {
  background: linear-gradient(to right, #061901 0%, var(--accent) 100%) !important;
}
article .tile {overflow-wrap: anywhere;}
article .content {border: solid 1px #3c6444;}
#logger{height: 300px;overflow: auto;color: var(--accent);}
#clearlog {position: absolute;top: -18px;right: 10px;background-color: transparent !important;border: none;cursor: pointer;}
#filter{position: absolute;top: -18px;right: 40px;background-color: transparent !important;border: none;cursor: pointer;}
#leaderboard{height: 300px;overflow: auto;}
#leaderboard table{color: unset;background: unset;}
#leaderboard thead{z-index: 2;position: sticky;top: 0px;}
#leaderboard table td, .content table th {border: unset;}
#leaderboard table th, #leaderboard .me, #tbl-myrewards span {color: var(--accent);background: rgb(48, 59, 51)}
.myrewards-wrapper{height: 300px;}
#tbl-myrewards {
    overflow-y: scroll;
}
#log-myrewards .log-entry {
    width: 100%;
}
#tbl-myrewards span:nth-child(1), #log-myrewards span:nth-child(1) {
    width: 25%;
    display: inline-block;
}
#tbl-myrewards span:nth-child(2), #log-myrewards span:nth-child(2) {
    width: 27%;
    display: inline-block;
}
#tbl-myrewards span:nth-child(3), #log-myrewards span:nth-child(3) {
    width: 16%;
    display: inline-block;
}
#tbl-myrewards span:nth-child(4), #log-myrewards span:nth-child(4) {
    width: 16%;
    display: inline-block;
}
#tbl-myrewards span:nth-child(5), #log-myrewards span:nth-child(5) {
    width: 16%;
    display: inline-block;
}
tr td:first-child, tr td:nth-child(3) {text-align: right;}
#leaderboard tr th:first-child, tr th:nth-child(3) {text-align: right !important;}
#miningresults{max-height: 340px;overflow: scroll;font-size: .65rem !important;position: relative;color: var(--accent);}
#pmstats {text-decoration: underline;}
#cc{display:none; border: none;padding: 0;margin: 0;}
#pubkey, #balance{color: #00dc00;}
.pointer {cursor: pointer;}
.textborder{border: solid 1px #3c6444;border-radius: 20px;}
.breakword{overflow-wrap: break-word;}
#spinner {font-size: 24px;font-family: monospace;width: 1em;height: 1em;margin: 2px auto;display: inline-block;color: #00dc00;}
@media screen and (max-width: 768px) {
  .is-small {font-size: .65rem !important;}
  .level {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 1em;
  }
}
@media screen and (max-width: 1408px) {
  .is-small {font-size: .65rem !important;}
}
@media screen and (min-width: 769px) {
  .mx-tablet-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .level-item {width: 110px;flex-shrink: 0;}
}
.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-button {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #13e50d;
  border: none;
  color: #1b3f2b !important;
  font-size: 48px;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: background-color 0.3s ease, scale 0.5s;
  scale: 0;
  font-weight: bolder;
  font-style: italic;
}
.circle-button:active {
  background-color: #45a049;
}
@keyframes pulsate {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}
@keyframes spinY {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}
@keyframes strike {
    0% { top: 0px; opacity: 0; }
    10% { top: 80px; opacity: 1; }
    60% { top: -10px; opacity: 0; }
    100% { top: -20px; opacity: 0; }
}
@keyframes particleMovement {
    0% { transform: translate(0, 0) scale(1); opacity: 1; }
    100% { transform: translate(var(--moveX), var(--moveY)) scale(0); opacity: 0; }
}
.pickaxe {
    position: absolute;
    left: 50px;
    width: 40px;
    height: 40px;
    background: url('../img/pickaxe-icon.png') no-repeat center center;
    background-size: contain;
    
}
.pickaxe-animate {animation: strike 1s infinite ease-in-out;}
.button-text {
    position: absolute;
}
.spin {
    animation: spinY 3s linear infinite, pulsate 1s infinite ease-in-out;
}
.particle {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    animation: particleMovement 1.5s linear forwards;
    opacity: 0;
}

@keyframes spinY {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}
.spin3d {
    animation: spinY 1s linear infinite;
    transform-style: preserve-3d;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
:root {--accent: #1ee618;}
@supports (-webkit-backdrop-filter: none) {
    .safari-only-fix {
      letter-spacing: 0.08em;;
    }
}
h1 {
  text-transform: uppercase;
  font-style: italic;
  font-family: "Tilt Neon", sans-serif;
  font-weight: 1000;
  color: var(--accent);
  text-align: center;
  width: 100%;
  display: block;
  font-size: clamp(1rem, 10vw, 6rem);
  white-space: nowrap;
  overflow: hidden;
}
h1 span {
/*  --shadow: color-mix(in lch, var(--accent) 90%, hsl(0 0% 100% / 0.5));*/
  color: transparent;
  -webkit-text-stroke: 0.015em var(--accent);
/*  filter:
    drop-shadow(0.02em 0.02em 0.1em hsl(0 0% 100% / 0.25))
    drop-shadow(0.02em 0.02em 0.2em var(--accent))
    drop-shadow(0.02em 0.02em 0.6em var(--shadow))
    brightness(1.25);
*/
  user-select: none;
}
#startprimeminer[disabled] {cursor: not-allowed;}
@media screen and (min-width: 769px) {
  #startprimeminer:hover {
    --shadow: color-mix(in lch, var(--accent) 90%, hsl(0 0% 100% / 0.5));
    color: transparent;
    -webkit-text-stroke: 0.015em var(--accent);
    filter:
      drop-shadow(0.02em 0.02em 0.1em hsl(0 0% 100% / 0.25))
      drop-shadow(0.02em 0.02em 0.2em var(--accent))
      drop-shadow(0.02em 0.02em 0.6em var(--shadow))
      brightness(1.25);
    user-select: none;
  }
}

.exploding-number {
  display: inline-block;
  color: var(--accent);
  text-shadow: 0 0 10px rgba(0, 255, 0, 0.8),
               0 0 20px rgba(0, 255, 0, 0.6),
               0 0 30px rgba(0, 255, 0, 0.4);
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.explode {
  animation: explode .75s ease-out forwards;
}
@keyframes explode {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.7;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.switch[type="checkbox"] + label::after, .switch[type="checkbox"] + label::after {
    top: calc(50% - 1.5rem * .5);
}
.switch[type="checkbox"] + label::before, .switch[type="checkbox"] + label::before {
    top: calc(50% - 2rem * .5);
}
.switch[type="checkbox"].is-success.is-outlined:checked + label::after, .switch[type="checkbox"].is-success.is-outlined:checked + label::after {
    background: var(--accent);
}
.switch[type="checkbox"].is-success:checked + label::before, .switch[type="checkbox"].is-success:checked + label::before {
    background: var(--accent);
}
.switch[type="checkbox"].is-success.is-outlined:checked + label::before, .switch[type="checkbox"].is-success.is-outlined:checked + label::before {
    border-color: var(--accent) !important;
}
.field label {user-select: none;color: var(--accent) !important;}
#howto {line-height: 26px;}
#showhowto {cursor: pointer;user-select: none;}
.has-background-transparent{background: transparent !important;}
.modal-card {
    border: solid 1px #3c6444;
    border-radius: 20px;
    background: linear-gradient(rgba(255,255,255,.05),rgba(144, 207, 169, 0.31)) !important;
}
.modal-card-head {
    border-bottom: 1px solid #3c6444;
    background: linear-gradient(rgba(255,255,255,.05),rgba(0, 255, 101, 0.31)) !important;
}
.has-text-accent { color: var(--accent) !important; }
#privatekey{background: transparent;border: solid 1px #3c6444 !important;}
#privatekey:active, #privatekey:focus {border-color: var(--accent) !important;}
#privkeydata {color: #073711;}

.m-swap-label {position: absolute;top: 10px;left: 15px;}
.settings-label {color: var(--accent) !important; position: absolute;top: 0;left: 0}
.sub-label {padding-left: 24px;font-size: .6rem;margin-top: -5px;}
.boxicon {position: absolute;right: 14px;top: 2px;transition: 0.2s ease-in-out;z-index: 10;}
.scrollbar{scrollbar-color: var(--accent) transparent;}
::-webkit-scrollbar-thumb {-webkit-border-radius: 10px;border-radius: 10px;background: var(--accent);}
::-webkit-scrollbar {background: transparent;width:8px;}
.logger {
    height: 280px;
    overflow-y: scroll;
    position: relative;
}
.log-entry {height: 20px;position: absolute;font-variant-numeric: tabular-nums;}
.log-entry:hover {
    background-color: var(--accent);
    color: black;
}
.is-absolute{position: absolute;}
.flip {
  animation: flipping 0.3s linear;
  color: var(--accent);
}
@keyframes flipping {
  0% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}

@property --rotate {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}
#mine-superprime {font-size: 3.2rem;}
#donate {
    --radius: 50px;
    position: relative;
    overflow: hidden;
    .fancy {
        position: absolute;
        inset: 0;
        &::before {
            content: '';
            background: conic-gradient(from var(--rotate),transparent 0%, red 5%, transparent 10%);
            position: absolute;
            inset: -69px;
            animation: rotate 2s linear infinite;
        }
        &::after {
            content: '';
            background: var(--accent);
            position: absolute;
            inset: 2px;
            border-radius: 50px;
        }
    }
}
#donate span {z-index: 2;}
@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}
@media (prefers-reduced-motion) {
    .pickaxe {
        display: none;
    }
    .spin {
        animation: none;
    }
    .flip {
      animation: none;
      }
    #donate {
        .fancy {
            &::before {
                background: unset;
                animation: none;
            }
        }
    }
}
.toast-close {
    position: absolute;
    top: 6px;
    right: 16px;
    color: #fff !important;
    background: #000 !important;
    border-radius: 48px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}

.modal.is-active .modal-card {
  animation: fadeIn 0.3s ease-out forwards;
}

.modal.is-closing .modal-card {
  animation: fadeOut 0.3s ease-out forwards;
}
#chainpicker {
    background-color: var(--accent);
    box-shadow: unset;
}

#dropdown-chain button {border: solid 1px var(--accent);font-size: 12px;box-shadow: unset;}
a.dropdown-item:hover {
    background-color: #0bff04;
}
.chainlogo {vertical-align: middle;margin-right: 0.5rem;}
.tour-step {
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(144, 180, 207, 1)) !important;
    position: absolute;
    width: 300px;
    z-index: 1000;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 0 10px 10px 10px;
}
#tour-title{font-size: 1.5rem;}
p#tour-content {font-size: 1rem;}
.step-1 { top: 55px; left: 85px; }
.step-2 { top: 200px; right: 50px; }
.step-3 { bottom: 100px; left: 50%; transform: translateX(-50%); }
.touritem {
    border: solid 1px var(--accent);
    border-radius: 10px;
    padding: 10px;
    background: #13e50d55;
}
.wrapit{word-wrap: anywhere;}
