<style type="text/css">

form {
  /* Center the form on the page */
  margin: 0 auto;
  width: 880px;
  /* Form outline */
  padding: 1em;
  border: 1px solid #CCC;
  border-radius: 1em;
}

table,tr,td {
  /* Center the form on the page #777;*/
  font: 22px 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;
}


.button2 {
  background-color: white;
  color: black;
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}


.radio {
  display: inline-block;
  width:      100px;
  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; */
}

textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
   color: #blue;
     font-weight : bold;
  background-color: #f8f9fa; /* red; #f8f8f8;*/
  font-size: 22px;
}


input[type=button], input[type=submit], input[type=reset] {
    background-color: #5F5F5F;
    width: 280px;
    border: 8px solid red;
    font-size: 14px;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}


.button {
  border: none;
  color: white;
    width: 280px;

  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white;
  color: black;
  border: 2px solid #04AA6D;
}

.button1:hover {
  background-color: #04AA6D;
  color: white;
}

.button2 {
  background-color: white;
  color: black;
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

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;
}

/* 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;
}



.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;
}


[data-title]:hover::after {
  content: '';
  position: relative;
  bottom: -10px;
  left: 8px;
  display: inline-block;
  color: #blue;
  border-bottom: 8px solid #000;
}

[data-title]:hover::before {
 content: attr(data-title);
/* position: relative; */
 bottom: -46px;
 left: 16px;
 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: 14px;
  font-family: sans-serif;
  text-decoration:none;
  border: 3px solid silver;
  border-bottom: 3px solid red ;
  border-right: 3px solid red ;
}



a.tooltip {
  border-bottom: 1px dashed;
  text-decoration: none;
}
a.tooltip:hover {
  cursor: help;
  position: relative;
}
a.tooltip span {
  display: none;
}
a.tooltip:hover span {
  border: #666 2px dotted;
  padding: 5px 20px 5px 5px;
  display: block;
  z-index: 100;
  background: #e3e3e3;
  left: 0px;
  margin: 15px;
  width: 300px;
  overflow-wrap: anywhere;

  position: absolute;
  top: 15px;
  text-decoration: none;
}

div.tooltip100 {
  border-bottom: 1px dashed;
  text-decoration: none;
}
div.tooltip100:hover {
  cursor: help;
  position: relative;
}
div.tooltip100 span {
  display: none;
}
div.tooltip100:hover span {
  border: #666 2px dotted;
  padding: 5px 20px 5px 5px;
  display: block;
  z-index: 100;
  background: #e3e3e3;
  left: -20px;
  bottom: 1px;

  margin: 15px;
  width: 100px;
/*  position: absolute; */
  position: relative;

  top: 1px;
  text-decoration: none;

  overflow-wrap: break-word;


/*  word-break: break-word;
  overflow-wrap: anywhere;

    width: 50px;
  inline-size: 90px;
         word-wrap:normal;

     display: block;
    word-wrap:break-word;
    white-space: normal;


  width: 80%;
  word-wrap:break-all;
  hyphens: auto;
  word-wrap:break-all;
  line-break: anywhere;   
  
 */

}

.box {
  inline-size: 90px;
}



</style>
