<style>

.pre-wrap {
/*
    white-space: pre-wrap;
    word-break: break-word;
  width: 80%;
  word-wrap:break-word;
  width: 80%;
  word-wrap:break-all;
  hyphens: auto;
  white-space: pre-wrap;
  word-wrap:break-word;

*/
word-wrap:break-all;
line-break: anywhere;
}

.pre-wrap-mini {
/*
    white-space: pre-wrap;
    word-break: break-word;
  width: 80%;
  word-wrap:break-word;
  width: 80%;
  word-wrap:break-all;
  hyphens: auto;
  white-space: pre-wrap;
  word-wrap:break-word;

*/
 width: 80;
word-wrap:break-all;
line-break: anywhere;
}


input[type="radio"]{
   display:none;
}

input[type="radio"] + label
{
    background-image:url(favourites3.gif);
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor:pointer;
}

input[type="radio"]:checked + label
{
    background-image:url(favourites4.gif);
}

.rad,
.ckb{
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.rad > input,
.ckb > input{ /* HIDE ORG RADIO & CHECKBOX */
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
/* RADIO & CHECKBOX STYLES */
/* DEFAULT <i> STYLE */
.rad > i,
.ckb > i{
  display: inline-block;
  vertical-align: middle;
  width:  16px;
  height: 16px;
  border-radius: 50%;
  transition: 0.2s;
  box-shadow: inset 0 0 0 8px #fff;
  border: 1px solid gray;
  background: gray;
}
/* CHECKBOX OVERWRITE STYLES */
.ckb > i {
  width: 25px;
  border-radius: 3px;
}
.rad:hover > i{ /* HOVER <i> STYLE */
  box-shadow: inset 0 0 0 3px #fff;
  background: gray;
}
.rad > input:checked + i{ /* (RADIO CHECKED) <i> STYLE */
  box-shadow: inset 0 0 0 3px #fff;
  background: orange;
}
/* CHECKBOX */
.ckb > input + i:after{
  content: "";
  display: block;
  height: 12px;
  width:  12px;
  margin: 2px;
  border-radius: inherit;
  transition: inherit;
  background: gray;
}
.ckb > input:checked + i:after{ /* (RADIO CHECKED) <i> STYLE */
  margin-left: 11px;
  background:  orange;
}


form {
  /* Center the form on the page */
  margin: 0 auto;
  width: 1200px;
  /* Form outline */
  padding: 1em;
  border: 1px solid #CCC;
  border-radius: 1em;
}

table,tr,td {
  /* Center the form on the page #777;*/
  font: 25px sans-serif;
  color: red;
/*  text-align: center; */
  FONT-WEIGHT: bold;
  font-size: 18px;
  font-family: sans-serif;
  padding: .3em;
  box-shadow: 0px 4px 8px #700;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

form li + li {
  margin-top: 1em;
}

label {
  /* Uniform size & alignment */
  display: inline-block;
  width: 100px;
  text-align: right;
}


.radio {
  /* Uniform size & alignment */
      background-image:url(favourites3.gif);
  display: inline-block;
  width:      10px;
  text-align: right;
  font-size : 2em;
  color:      red;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 1.0625em solid rgb(192,192,192);
  border-radius    : 1.25em;
  background       : rgb(124,224,214);
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
}


.radioGIF {
  /* Uniform size & alignment */
  display: inline-block;
  width:      10px;
  text-align: right;
  font-size : 2em;
  color:      red;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 1.0625em solid rgb(192,192,192);
  border-radius    : 1.25em;
  background       : rgb(124,224,214);
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
}



.readonly{
  background       : rgb(224,204,224);
  color=red;
/*  text-align: right; */
}

input,
textarea {
  /* To make sure that all text fields have the same font settings
     By default, textareas have a monospace font */
  font: 1em sans-serif;

  /* Uniform text field size */
  width: 500px;
  box-sizing: border-box;

  /* Match form field borders */
  border: 1px solid #999;
}

input:focus,
textarea:focus {
  /* Additional highlight for focused elements */
  border-color: #000;
}

textarea {
  /* Align multiline text fields with their labels */
  vertical-align: top;

  /* Provide space to type some text */
  height: 5em;
}

.button {
  /* Align buttons with the text fields */
  padding-left: 90px; /* same size as the label elements */
}

button {
  /* This extra margin represent roughly the same space as the space
     between the labels and their text fields */
  margin-left: .5em;
}

[data-title] {
/*  outline: red dotted 1px; /*optional styling*/
  font-size: 18px; /*optional styling*/

  position: relative;
  cursor: help;
}

/*
  span {
    display: inline;
  }
  span:before {
    content: "\A ";
    white-space: pre;
  }

div.task:before { content: attr(data-task-owner)"'s task - " ; }
div.task[data-apos]:before { content: attr(data-task-owner)"' task - " ; }
*/
[data-title]:hover::before {

/*  content: 'TESZT/n'  attr(data-title) ;  &NewLine;

  content: "TESZT task - \a" attr(data-title) "'s task - " ;  */
 position: absolute;
/*  position: relative;  */
  bottom: -34px;
  left: 16px;
  display: inline-block; /* */
  padding: 3px 6px;
  border-radius: 2px;
  background: #000;
  color: #fff;
  font-size: 18px;
  width: 300px;

  font-family: sans-serif;
#  white-space: wrap;

 #   content: "Killing \A Me \A Softly";
  white-space: pre-wrap;

}
[data-title]:hover::after {
  content: '';
 position: absolute;
/*   position: relative; */
  bottom: -10px;
  left: 8px;
  display: inline-block;
  color: #blue;
/*  border: 8px solid transparent;  */
  border-bottom: 8px solid #000;
}

[data-title]:hover::before {
  content: attr(data-title);
  position: absolute;
/*  bottom: -46px;
  left: 16px;
*/
  bottom: -34px;
  left: 146px;
  display: inline-block;
  padding: 13px 16px;
  border-radius: 10px;
/*  background: black  transparent ; */
  background: black ;
  z-index: 3; /* put .gold-box above .green-box and .dashed-box */
  background: black;

  color: #fff;
  font-size: 18px;
  font-family: sans-serif;
  white-space: wrap;

  text-decoration:none;

  border: 3px solid silver;
  border-bottom: 3px solid red ;
  border-right: 3px solid red ;
}

      body .multicolortext {
      background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
      -webkit-background-clip: text;
      -moz-background-clip: text;
      background-clip: text;

/*      color: transparent; */
      }

/*

color: white;
background: black;
mix-blend-mode: multiply;

[data-title]:hover::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 8px;
  display: inline-block;
  color: #fff;
  border: 8px solid transparent;
  border-bottom: 8px solid #000;
}
*/


/* Border Shadow in <hr> tag */

hr.style-eight {
height: 50px;
border: 3;
box-shadow: inset 0 9px 9px -3px rgba(11, 99, 184, 0.8);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 15px;
border-radius: 35px;
}

hr.type_4 {
border: 3;
height: 5px;
background-image: url(play.png);
background-repeat: no-repeat;
}

</style>