.container {
    width: 900px;
    text-align: left;
    background : #232d69;
    margin: auto;
}

body, font {
    font: 11pt arial, sans-serif;
    background-color:#232d69;
    #font: 12px verdana,arial,sans-serif;
    color: white;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

.header {
    background : #3083b8;
    text-decoration : none;
    color : #ffffff;
    font-family : verdana, arial, sans-serif;
    text-align : left;
    padding : 5px 0px 5px 0px;
    border-radius : 10px 10px 10px 10px;
 }

.nav {
    float : left;
    margin : 0;
    padding : 3px 3px 3px 3px;
    width : 185px;
    background : #f1f1f1;
    font-weight : normal;
    min-height : 100%;
}

.content {
    margin : 0 0 0 0px;
    padding : 1px 5px 5px 5px;
    color : #ffffff;
    background : #232d69;;
    text-align: center;
}
.content2 {
    margin : 0 0 0 0px;
    padding : 1px 5px 5px 5px;
    color : #ffffff;
    background : #232d69;;
    text-align: center;
}
.contentwide {
    padding: 5px 5px 5px 5px;
    color: #ffffff;
    background: #232d69;;
    text-align: center;
}

.footer {
    background : #3083b8;
    text-decoration : none;
    color : #ffffff;
    font-family : verdana, arial, sans-serif;
    font-size : 9px;
    text-align : center;
    padding : 10px 0 10px 0;
    border-radius : 0 0 10px 10px;
    clear : both;
}

#tail {
    height: 450px;
    width: 805px;
    overflow-y: scroll;
    overflow-x: scroll;
    color: #00ff00;
    background: #000000;
}

table {
    vertical-align: middle;
    text-align: center;
    empty-cells: show;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-collapse:collapse;
    border-color: #454545;
    border-style: solid;
    border-spacing: 4px;
    border-width: 2px;
    text-decoration: none;
    color: white;
    background: #000000;
    font-family: verdana,arial,sans-serif;
    width: 100%;
    white-space: nowrap;
    background-color:#232d69;
}

table.linki {
border: none;
}
table.linki td {
border: none; 
font-size:12px; 
color:white; 
font-weight: bold;
background-color: #045fb4;
}

table.linki a:link {
color: yellow;
font-weight: bold;
}
table.linki a:visited {
color: yellow;
font-weight: bold;
}
table.linki a:hover {
font-weight: bold;
color: orange;
}

span.links a:link {
color: #ffe63b;
font-weight: bold;
}
span.links a:visited {
color: #ffe63b;
font-weight: bold;
}
span.links a:hover {
font-weight: bold;
color: orange;
}

table th {
    font-family: "Lucidia Console",Monaco,monospace;
    text-shadow: 0px 0px #8b0000;
    text-decoration: none;
    background: #3083b8;
    border: 1px solid #454545;
    color: #f8eeec;
}

table tr:nth-child(even) {
    background: #3f4c84;
}

table tr:nth-child(odd) {
    background: #37407d;
}

table td {
    color: #ffffff;
    font-family: "Lucidia Console",Monaco,monospace;
    text-decoration: none;
    border: 1px solid #454545;
    overflow-x: hidden;
}
table td.links {
    color: #ff0000;
    font-family: "Lucidia Console",Monaco,monospace;
    text-decoration: none;
    border: 0px solid #000000;
    overflow-x: hidden;
}


body {
    background: #232d69;;
    color: white;
}

a {
    text-decoration:none;
    
}

a:link, a:visited {
    text-decoration: none;
    color: yellow;
    font-weight: normal;
}

a.ext:link, a.ext:visited {
    text-decoration: none;
    color: red;
    font-weight: bold;
}


.tooltip {
  position: relative;
  opacity: 1;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 190px;
  background-color: #7E7E7E;
  box-shadow: 4px 4px 6px #3b3b3b;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  left: 100%;
  opacity: 1;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  right: 100%;
  opacity: 1;
  visibility: visible;
}

.tooltipr {
  position: relative;
  opacity: 1;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltipr .tooltiptextr {
  visibility: hidden;
  background-color: #7E7E7E;
  box-shadow: 4px 4px 6px #3b3b3b;
  color: white;
  text-align: center;
  border-radius: 6px;
  opacity: 1;
  top:100%; 
  left:22%; 
  margin-left:-50%;
  max-width:200px; 
  width:170px; 
  word-wrap:break-word; 
  white-space: pre-wrap; 
  padding: 3px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltipr:hover .tooltiptextr {
  right: 100%;
  opacity: 1;
  visibility: visible;
}

.toolt1 {
top:100%; 
left:22%; 
margin-left:-50%;
max-width:200px; 
width:170px; 
word-wrap:break-word; 
white-space: pre-wrap; 
padding: 3px 0;
font-size:13px;
}

.toolt2 {
color:gold;
margin-left:0px;
margin-right:10px;
font-weight:bold;
font-size:13px;
}
.toolt3 {
color:yellow;
margin-left:5px;
margin-right:5px;
font-weight:bold;
font-size:13px;
}
.toolt4 {
color:yellow;
margin-left:10px;
margin-right:10px;
font-weight:bold;
font-size:13px;
}
.infob {
color:white;
/* margin-left:10px;
margin-right:10px; */
line-height:1.6em;
font-weight:bold;
font-size:13px;
}
.iframe-embed {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(100% + 26px);
    height: calc(100% + 26px);
    border: 0;
}

.iframe-embed-wrapper {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.iframe-embed-responsive-16by9 {
    padding-bottom: 66.25%;
}

ul {
    padding: 5px;
    margin: 10px 0;
    list-style: none;
    float: left;
}

ul li {
    float: left;
    display: inline; /*For ignore double margin in IE6*/
    margin: 0 10px;
}

ul li a {
    text-decoration: none;
    float:left;
    color: #999;
    cursor: pointer;
    font: 900 14px/22px "Arial", Helvetica, sans-serif;
}

ul li a span {
    margin: 0 10px 0 -10px;
    padding: 1px 8px 5px 18px;
    position: relative; /*To fix IE6 problem (not displaying)*/
    float:left;
}

ul.mmenu li a.current, ul.mmenu li a:hover {
    background: url(/images/buttonbg.png) no-repeat top right;
    color: #0d5f83;
}

ul.mmenu li a.current span, ul.mmenu li a:hover span {
    background: url(/images/buttonbg.png) no-repeat top left;
}

h1 {
    text-shadow: 2px 2px #303030;
    text-align: center;
}

/* CSS Toggle Code here */
.toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
}

input.toggle-round-flat + label {
    padding: 1px;
    width: 33px;
    height: 18px;
    background-color: #dddddd;
    border-radius: 10px;
    transition: background 0.4s;
}

input.toggle-round-flat + label:before,
input.toggle-round-flat + label:after {
    display: block;
    position: absolute;
    content: "";
}

input.toggle-round-flat + label:before {
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    background-color: #fff;
    border-radius: 10px;
    transition: background 0.4s;
}

input.toggle-round-flat + label:after {
    top: 2px;
    left: 2px;
    bottom: 2px;
    width: 16px;
    background-color: #dddddd;
    border-radius: 12px;
    transition: margin 0.4s, background 0.4s;
}

input.toggle-round-flat:checked + label {
    background-color: #3083b8;
}

input.toggle-round-flat:checked + label:after {
    margin-left: 14px;
    background-color: #3083b8;
}
.button {
  background-color: #356244;
  border: none;
  color: white;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 4px 2px;
  border-radius: 8px;
  box-shadow: 0px 8px 10px rgba(0,0,0,0.1);
}
.link {background-color: #2A6594; outline:none;}
.link:hover {background-color: #3a87cd; outline:none;}
.blink {background-color: #b00; outline:none; color:white}
.blink:hover {background-color: #ff5722; outline:none;color:white}


.dropbtn {
  background-color: #2A659A;
  border: none;
  color: white;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 4px 2px;
  border-radius: 8px;
  box-shadow: 0px 8px 10px rgba(0,0,0,0.1);
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 135px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3a87cd;}

input[type="radio"] {
  margin-top: -2px;
  vertical-align: middle;
}
input[type=text] {
  background-color: white;
  border: 1px solid #ccc;
  width:90px;
  color: #b5651d;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 12px;
  text-decoration: none;
  margin: 4px 4px;
  border-radius: 4px;
  box-sizing: border-box;
}

.node {
    display: inline-block;
    width: 120px;
    padding: 2px;
    border: 1px solid #000;
    border-radius: 5px;
    margin: 3px 5px;
    text-align: center;
    font-weight:600;
    background: linear-gradient(to bottom, transparent 0%, #20cf52 0%), linear-gradient(#F7f7f7, #EEE);
}

.node-talk {
    display: inline-block;
    width: 120px;
    padding: 2px;
    border: 1px solid #000;
    border-radius: 5px;
    margin: 3px 5px;
    text-align: center;
    font-weight:600;
    background: linear-gradient(to bottom, transparent 0%,  #FF5733 0%), linear-gradient(#F7f7f7, #EEE);
}


.monitor_id
{
  background: none;
  border: 1px;
  color: darkgreen;
  font-weight: 600;
  font-size: 13px;
  padding: 1px 1px;
  text-decoration: none;
  margin: 1px 1px;
  cursor: pointer;
}

.monitor_id:hover
{
  background: lightgreen;
}


.active_id
{
  background: none;
  border: 1px;
  color: darkblue;
  font-weight: 600;
  font-size: 13px;
  padding: 1px 1px;
  text-decoration: none;
  margin: 1px 1px;
  cursor: pointer;
}

.active_id:hover
{
  background: lightblue;
}



.yellow_id
{
  background: none;
  border: none;
  color: yellow;
  font-weight: 600;
  font-size: 13px;
  padding: 1px 2px;
  text-decoration: none;
  margin: 1px 2px;
  cursor: pointer;
}

.yellow_id:hover
{
  background: green;
}

.mh_call
{
  font-size: 12.5px;
  font-weight: bold;
  color: white;
  vertical-align: middle;
  padding: 1px 8px;
  padding: 1px 8px;
}

.qrz_link
{
  vertical-align: middle;
  font-size: 12.5px;
  padding: 1px 8px;
  padding: 1px 8px;
}

.qrz_link:hover
{
  color:cyan;
  #background: lightblue;
}


div.parent{ 
    display:table;
    padding:5px; 
    width:98.5%;
    margin:0px 0; /* you can change/remove margin */
}
div.text{ 
    vertical-align:middle;
    display:table-cell;
    text-align:justify;
}
div.parent .img{
    vertical-align:middle;
    display:table-cell;
    padding-right:5px;
    width:70px; /* you can change width */
}
div.img img{ 
    width:70px;
    height:64px; /* you can change height */
    vertical-align:middle;
}
.hideScrollbar::-webkit-scrollbar{
  display: none; 
 }


.green
{
  background-color: #448f47;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 13px;
  padding: 4px 12px;
  text-decoration: none;
  margin: 5px 2px;
  cursor: pointer;
  border-radius: 4px;

}

.blue
{
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);color:white;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 13px;
  padding: 4px 12px;
  text-decoration: none;
  margin: 5px 2px;
  cursor: pointer;
  border-radius: 4px;
}

.red
{
/*  background-color: #b00; */
  background-color: #9B111E; 
  border: none;
  color: white;
  font-weight: 600;
  font-size: 13px;
  padding: 4px 12px;
  text-decoration: none;
  margin: 5px 2px;
  cursor: pointer;
  border-radius: 4px;
}
.orange
{
  background-color: DarkOrange;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 13px;
  padding: 4px 12px;
  text-decoration: none;
  margin: 5px 2px;
  cursor: pointer;
  border-radius: 4px;
}

.brown
{
  background-color: #c35c2f;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 13px;
  padding: 4px 12px;
  text-decoration: none;
  margin: 5px 2px;
  cursor: pointer;
  border-radius: 4px;
}
.purple
{
  background-color: #800080;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 13px;
  padding: 4px 12px;
  text-decoration: none;
  margin: 5px 2px;
  cursor: pointer;
  border-radius: 4px;
}


.nodeTX {
    display: inline-block;
    width: 90px;
    padding: 2px;
    border: 1px solid red;
    border-radius: 5px;
    margin: 3px 3px;
    margin-top:3px;
    text-align: center;
    font-weight:600;
    color:white;
    background-color: #ff4500;
}
.nodeLATRY {
    display: inline-block;
    width: 90px;
    padding: 2px;
    border: 1px solid #20cf52;
    border-radius: 5px;
    margin: 3px 3px;
    margin-top: 3px;
    text-align: center;
    font-weight: 600;
    /* background-color: #CEE364; */
    background-image: linear-gradient(to bottom, #AACF00 0%, #A6BF26  100%);
    color:black;
}
.nodeRX {
    display: inline-block;
    width: 90px;
    padding: 2px;
    border: 1px solid #20cf52;
    border-radius: 5px;
    margin: 3px 3px;
    margin-top: 3px;
    text-align: center;
    font-weight: 600;
    background-image: linear-gradient(to bottom, #20cf52 30%, #4aa02c  100%); 
    color:black;
}
.nodeRXm {
    display: inline-block;
    width: 80px;
    padding: 2px;
    border: 1px solid #20cf52;
    border-radius: 5px;
    margin: 3px 3px;
    margin-top: 3px;
    text-align: center;
    font-weight: 600;
    background-image: linear-gradient(to bottom, LightGreen 30%, #4aa02c  100%);
    color:black;
}

.nodeRXrpt {
    display: inline-block;
    width: 90px;
    padding: 2px;
    border: 1px solid #337ab7;
    border-radius: 5px;
    margin: 3px 3px;
    margin-top: 3px;
    text-align: center;
    font-weight:600;
    color: white;
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
    color:white;
}
.nodeRXhp {
    display: inline-block;
    width: 90px;
    padding: 2px;
    border: 1px solid #ffa940;
    border-radius: 5px;
    margin: 3px 3px;
    margin-top: 3px;
    text-align: center;
    font-weight:600;
    background-image: linear-gradient(to bottom, #ffa940 0%, #c7801b 100%);
    color:black;
}

.nodeRXgw {
    display: inline-block;
    width: 90px;
    padding: 2px;
    border: 1px solid #835c3b;
    /* border: none; */
    border-radius: 5px;
    margin: 3px 3px;
    margin-top: 3px;
    text-align: center;
    font-weight:600;
    color: white;
    background-image: linear-gradient(to bottom, #b37b4b 0%, #835c3b 100%);
}

.nodeRXlink {
    display: inline-block;
    width: 90px;
    padding: 2px;
    border: 1px solid #835c3b;
    /* border: none;*/
    border-radius: 5px;
    margin: 3px 3px;
    margin-top: 3px;
    text-align: center;
    font-weight:600;
    color: white;
    background-image: linear-gradient(to bottom, #b37b4b 0%, #835c3b 100%);
}

.nodeRXbl {
    display: inline-block;
    width: 90px;
    padding: 2px;
    border: 1px solid #464646;
    border-radius: 5px;
    margin: 3px 3px;
    margin-top: 3px;
    text-align: center;
    font-weight:600;
    color: white;
    background-image: linear-gradient(to bottom, #656565 0%, #212121 100%);
}

#lact {
 height:45px;
 width: 100%;
 border-collapse: collapse;
 border:none;
}

#rcorner {
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align:center;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border: 1px solid LightGrey;
  background-color:#1d2658;
  #background-image: linear-gradient(to top, #f1f1f1 65%, #d9d9d9 100%);
  margin-top:2px;
  margin-right:0px;
  margin-left:0px;
  margin-bottom:0px;
  color:#002d62;
  font-size: 10pt;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 1px White, 0 0 0.5em LightGrey, 0 0 1em Grey;
  white-space:normal;
  height: 70px;
  line-height:12px;
}
#rcornerdata {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align:center;
  justify-content: center;
  align-items: center;
  border:none;
  font-size: 10pt;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  /* text-shadow: 0.1px 0.1px 0.1px White, 0 0 0.05em LightGrey, 0 0 0.05em Grey; */
  margin-top:0px;
  margin-right:0px;
  margin-left:0px;
  margin-bottom:0px;
  color:#002d62;
  /* white-space:normal;*/
  height: 32px;
  line-height:32px;
}
.rcornertx {
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align:center;
  justify-content: center;
  align-items: center;
  border:none;
  font-size: 10pt;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  /* text-shadow: 0.1px 0.1px 0.1px White, 0 0 0.05em LightGrey, 0 0 0.05em Grey; */
  margin-top:0px;
  margin-right:3px;
  margin-left:3px;
  margin-bottom:10px;
  color:#002d62;
  white-space:normal;
  width:610px;
  height:auto;
  min-height: 56px;
  /*height: 32px;*/
  line-height:28px;
  word-wrap:break-word;
}
#rcornerh {
  justify-content: center;
  align-items: center;
  border:none;
  color:#002d62;
  font-size: 10pt;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  /* text-shadow: 0.1px 0.1px 0.1px White, 0 0 0.05em LightGrey, 0 0 0.5em Grey; */
  margin-top:5px;
  margin-bottom:5px;
  height:20px;
  line-height:20px;
}

.monitor_id
{
  background: none;
  border: 1px;
  color: darkgreen;
  font-weight: 600;
  font-size: 13px;
  padding: 1px 1px;
  text-decoration: none;
  margin: 1px 1px;
  cursor: pointer;
}

.monitor_id:hover
{
  background: lightgreen;
}


.active_id
{
  background: none;
  border: 1px;
  color: darkblue;
  font-weight: 600;
  font-size: 13px;
  padding: 1px 1px;
  text-decoration: none;
  margin: 1px 1px;
  cursor: pointer;
}

.active_id:hover
{
  background: green;
}

.select_id
{
  background: none;
  border: 1px;
  color: yellow;
  font-weight: 600;
  font-size: 13px;
  padding: 1px 1px;
  text-decoration: none;
  margin: 1px 1px;
  cursor: pointer;
}

.select_id:hover
{
  background: white;
}

.dframe {
  background-color:#1d2658 ;
  padding:0px;
  border: 1px solid white;
  border-radius: 10px;-moz-border-radius:10px;
  box-shadow:5px 15px 25px #111;
  -webkit-border-radius:10px;
  margin:0px; 
  line-height:1.6;
  white-space:normal;
}
.fframe {
  background-color:#1d2658;
  #border:white 2px groove; 
  border: 2px solid white;
  border-radius: 10px;
  -moz-border-radius:10px;
  box-shadow: 5px 15px 25px #111; 
  margin-top:5px; 
  margin-left:5px; 
  margin-right:5px;
  font-size:14px;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px; 
  border-bottom-right-radius:10px;
}
.fframe2 {
  background-color:#1d2658;
  //border:white 2px groove; 
  border: 2px solid white;
  border-radius: 10px;
  -moz-border-radius:10px;
  box-shadow: 5px 15px 25px #111; 
  margin-top:5px; 
  margin-left:5px; 
  margin-right:5px;
  font-size:14px;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px; 
  border-bottom-right-radius:10px;
}
.protocol {
  width:740px;
  background-color:#1d2658;
  //border:white 2px groove; 
  border: 2px solid white;
  border-radius: 10px;
  -moz-border-radius:10px;
  box-shadow: 5px 15px 25px #111; 
  margin-top:15px; 
  margin-left:15px; 
  margin-right:15px;
  padding: 10px 20px 0px 20px;
  font-size:14px;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px; 
  border-bottom-right-radius:10px;
}
.limenu {
  color:yellow;
  font-weight:500;
  font-family:Oswald;
  font-optical-sizing: auto;
}

.rss-table a.feed_title {text-decoration:none;color:yellow;font-weight:400;font-family:'Trebuchet MS', sans-serif;font-size:17px;}
.rss-table div {margin-top:15px;margin-bottom:15px;;padding:0;font-family:'Trebuchet MS', sans-serif;font-size:16px;font-weight:400;word-break: break-word; white-space: pre-wrap; -moz-white-space: pre-wrap;}
.rss-table td tr {margin:0;padding:0;word-break: break-word; white-space: pre-wrap; -moz-white-space: pre-wrap;}

/* .dfont {font-family:'Trebuchet MS', sans-serif;font-style: italic;}*/
.dfont {font-family:Pangolin,'Arial Narrow';}

.divnodes {
font-optical-sizing: auto;text-align:left;
font:9pt arial,sans-serif; 
margin-left:0px;
margin-right:0px; 
margin-top:8px; 
margin-bottom:8px; 
line-height:1.4; 
white-space:normal;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    max-width:250px; 
    text-align: center;
    background-color: #7E7E7E;
    box-shadow: 4px 4px 6px #3b3b3b;
    color: white;
    text-align: center;
    border-radius: 6px;
    word-wrap:break-word; 
    white-space: pre-wrap; 
    padding: 20px;
    opacity: 1;
/*    font-family: "Lucidia Console",Monaco,monospace; */

}

.modal-content {
    position: relative;
}

.close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 30px;
    cursor: pointer;
    color: black;
}
.wrap {
 white-space: pre-wrap; 
 white-space: -moz-pre-wrap; 
 white-space: -pre-wrap;
 white-space: -o-pre-wrap;
 word-wrap: break-word;
}
