ns {
  
}/* no style*/
u {
  display:none;
  text-decoration:none
}
.u {
  display:none;
  text-decoration:none
}

* {
  font-family: monospace;
  font-size: 15px;
}
pre {
    padding:5px;
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;
    margin:0px;
    line-height: 15px;
    display:block;
}
/*
hr {
    position: relative ;
    top:10px;
    height:5px;
    background: #bb0;
}
*/
/*
a > hr {
    margin-left: 0px;
    position: relative ;
    top:10px;
    width:50%;
    height:5px;
    background: #fb0;
}*/

h2 {font-size:25px}



table.mud th, table.mud td {
 
 border-width: 2px;
 border-style: solid;
 border-radius: 10px;
 padding:5px;
}
th,table.mud td {
  border-width: 2px;
  border-color: inherit;
  border-style: solid;
  border-radius: 10px;
  padding:5px;
  text-align: center;
}


/*
.horizontalholdergroup {
  box-sizing: border-box;
  display:flex;
}

.horizontalholdermember {
float:left;padding:5px
}*/

table {
margin:0px;
}

vflex  {display:flex;flex-direction: column;} 
hflex  {display:flex} 


span, a {
margin:0px;
}
/*
path {
  stroke-width: 4.5;
  stroke:black;
  fill: none;
}
*/

/*to use it go to greater module under "libblink"*/
blk {
  display:inline-block;
  width:50px;
  height:50px;
  background:	rgb(30,144,255,0);
  border:2px outset black;
  font-size:15px;
  text-align:center;
  vertical-align: middle;
  line-height:50px
}