html {
  overflow-x: hidden;
  //overflow-y:hidden;
}


body {
    /* font-family:Arial; */
    /* make this 100 for ssatools, make it 250 for google vx. */
    /*font-size:100%; */
    /* color:gray; */
    margin:auto;
    padding:0;
    /* max-width:1600px; */
    overflow-x: hidden;

    line-height:1.1;
}

a {
    text-decoration: none;
}


.contentbox {
    width:200px;
    
}

.full-width-bar {
  margin: 0 -9999rem;
  /* add back negative margin value */
  padding: 0.25rem 9999rem;
  background-color: red;
}

h1 {
    font-size:150%;
    font-weight:bold;
    /* color:black; */
    /* border-width:1px; */
    padding-top:3px;
    padding-top:3px;
    border-color:gray;
    line-height:1.0;
}



#mybar{
    //position:fixed;
    top:0;
    left:-100;
    right:0;
    height:50px;
    background-color:blue;
    width:-10px;
    
      margin: 0 -9999rem;
  /* add back negative margin value */
  padding: 0.25rem 9999rem;

}



table {
    border-collapse: collapse;
}



input {
    //font-family:Arial;
    color:black;
}
textarea {
    /*width: 800px;*/
	width:100%;
    resize:horizontal;
    height: 200px;
    border: 0.5px solid #cccccc;
    padding: 5px;
    /* font-family:Arial; */
    color:black;
    background-image: url(bg.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    line-height:150%;
    font-size:75%;
}
.topnav {
    clear:both;
    overflow: hidden;
    background-color: #f5f5f5;
}
.topnav a {
    float: left;
    color: black;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
    //font-size: 90%;
    font-weight:bold;
    
    transition: background .6s ease-in, transform .2s ease-out;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
  
      	transform: scale(1.2) rotateX(30deg);
}
.topnav a.active {
  background-color: #808080;
  color: white;
}

a#loggedin {
    float: right;
    font-size:60%; 
    padding-top:10px;
}


.buttonplain {
    //background-color: #B0B0B0;
    border: none;
//    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 70%;
    margin: 2px 2px;
    cursor: pointer;
}

//.button {
//    background-color: #B0B0B0;
//    border: none;
//    color: white;
//    padding: 5px 10px;
//    text-align: center;
//    text-decoration: none;
//    display: inline-block;
//    font-size: 70%;
//    margin: 2px 2px;
//    cursor: pointer;
//    
//    	transition: background .6s ease-in, transform .2s ease-out;
//}
.button:active {
    background-color:green;
    color:green;
}
.button:focus {
    background-color:black;
    color:white;
}
.button:visited {
    background-color:#B0B0B0;
    color:white;
}
.button:hover {
    background-color:black;
    color:white;
    
    	transform: scale(1.2) rotateX(30deg);
}



.ntsecharttitle {
    font-size:100%;
    color:black;
    font-weight:bold;
    
}
.ntsestdformheading {
    padding-top:0px;
}
.ntsestdfieldheading {
        font-size:70%;
    padding-top:10px;
}



p#messagehtml {
     color:red;
     font-size:70%;
}

.errorhtml {
     color:red;
     font-size:90%;
}

.myTest {
    font-size:80%;
}


.selectbox {
    font-size:80%;
    padding:1px;
}
.selectfield {
    font-size:70%;
}

video{
   object-fit: inherit;
}
/* NTSE Color */
.ntsecolorblue {
 color:blue; 
}
.ntsecolorred {
 color:red; 
}
.ntsecoloramber {
 color:orange;
}
.ntsecolorgreen {
 color:green;
}
.ntsecolorgrey {
 color:grey;
}
.ntsecolorblue {
 color:blue;
}
.ntsebackgroundred {
 background-color:red; 
}
.ntsebackgroundamber {
 background:orange;
}
.ntsebackgroundgreen {
 background:green;
}
.ntsebackgroundgrey {
 background:grey;
}
.ntsebackgroundblue {
 background:blue;
}




.cardheader {
    /* font-family:Arial; */
    /* make this 100 for ssatools, make it 250 for google vx. */
    font-size:80%; 
    /* color:gray; */
    /*margin:auto; */
    padding:8px;
    /* max-width:1600px; */
    overflow-x: hidden;
    line-height:1.1;
}

.cardclosed {
    background-color:#c9daf8;
}
.cardopen {
    background-color:#ffffff;
}
.cardwatching {
    background-color:#f4cccc;
}

.cardtitle {
    /* font-family:Arial; */
    /* make this 100 for ssatools, make it 250 for google vx. */
    font-weight:bold; 
    margin:0px;
    
}
.cardtitlerefx {
    font-size:80%; 
}
.cardtitleheadline {
    font-size:110%; 
}

.cardcomments {
    /* font-family:Arial; */
    /* make this 100 for ssatools, make it 250 for google vx. */
    font-style:italic; 
    /*padding:0px;*/
    margin:0px;
    list-style-type: circle;
    
}

.cardcomment {
    /* font-family:Arial; */
    /* make this 100 for ssatools, make it 250 for google vx. */
    /* background-color:#eeffaa; */ 
}
.zzzzcardcommentdate {
    color:#033dfc; 
}


.cardcommentboxbuttons {
    margin:0px;
}
.cardcommentboxbox {
    margin-top:4px;
    margin-bottom:8px;
    font-size:80%;
}

.cardinfo {
    margin:0px;
}
.carinfogeneral {
    font-size:80%; 
}

.cardaattrred {
    color:black;
    background-color:#ff8d85;
}
.cardaattramber {
    color:black;
    background-color:#fcc838;
}
.cardaattrgeneral {
    color:black;
    background-color:#e6e5e3;
}




.buttonselected {
    background-color:#8daffc; 
}
.buttonunselected {
    background-color:#d7ddfc; 
}
.buttonneither {
    background-color:#d7ddfc; 
}

.jd3buttonv2 {
    //background-color: #B0B0B0;
    border: none;
//    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 70%;
    margin: 2px 2px;
    cursor: pointer;
    transition: background .6s ease-in, transform .2s ease-out;
}
.jd3buttonv2:active {
    background-color:inherit;
    color:inherit;
}
.jd3buttonv2:focus {
    //background-color:inherit;
    //color:inherit;
}
.jd3buttonv2:visited {
    //background-color:green;
    //color:inherit;
}
.jd3buttonv2:active {
    background-color:green;
    color:inherit;
}
.jd3buttonv2:hover {
    //background-color:inherit;
    //color:inherit;
    transform: scale(1.2) rotateX(30deg);
}
.ntselatest {
    font-size:180%;
    font-weight:bold;
}

.ntsecmtheadlinetable {
    font-size:110%;
    font-weight:bold;
    color:black;
    border-width:1px;
    padding-top:3px;
    border-color:gray;
    clear:both;
}

.ntsecmtheadline {
    font-size:110%;
    font-weight:bold;
    color:black;
    border-top-style:solid;
    border-width:1px;
    padding-top:3px;
    border-color:gray;
    clear:both;
}
.ntsecmtproject {
    font-size:75%;
    font-weight:bold;
    border-bottom-style:solid;
    line-height:1.1;
    border-width:1px;
    padding-bottom:3px;
    color:gray;
}
.ntsecmtauthordate {
    font-size:65%;
    /* background:beige;*/
}
.ntsecmtauthor {
    font-style:bold;
    color:black;
    /* background:beige;*/
}
.ntsecmttodaydate {
    font-style:italic;
}
.ntsecmtmaintext {
    font-size:90%;
    font-style:normal;
    color:black;
    text-align:justify;
}
.ntsecmtmaintextlist {
    font-size:75%;
    font-style:normal;
    color:black;
    text-align:justify;
    padding-left:15px;
}
.ntsecmtbodytext {
    font-size:80%;
    color:gray;
    text-align:justify;
}
.ntsecmtbodytextlist {
    font-size:75%;
    color:gray;
    text-align:justify;
    padding-left:15px;
}

.ntsecmtfreeform {
    font-size:80%;
    //color:gray;
    text-align:justify;
}
.ntsecmtfreeformlist {
    font-size:75%;
    //color:gray;
    text-align:justify;
    padding-left:15px;
}
.ntsecmtfreeformtable {
    font-size:75%;
    //color:gray;
    text-align:left;
    padding-left:15px;
}


table.ntselozengertable {
  font-size:70%;
  /*color:black;*/
}


.ntsecmtmaintexttable {
    font-size:90%;
    font-style:normal;
    color:black;
    text-align:left;
}
.ntsecmtmaintextlisttable {
    font-size:75%;
    font-style:normal;
    color:black;
    text-align:left;
    padding-left:15px;
}
.ntsecmtbodytexttable {
    font-size:80%;
    color:gray;
    text-align:left;
}
.ntsecmtbodytextlisttable {
    font-size:75%;
    color:gray;
    text-align:left;
    padding-left:15px;
}

/* NTSE Fina */
.ntsefinatable {
 font-size:65%;
 text-align:center;
 /*color:black;*/
 width:100%
}
td.ntsefinaheading {
    font-weight:bold;
    border-top:1px solid black;
    text-align:right;
}
td.ntsefinabigl {
 font-weight:bold;
 font-size:120%;
    border-top:1px solid black;
 text-align:left;
}
td.ntsefinaboldl {
 font-weight:bold;
    border-top:1px solid black;
    text-align:left;
}
td.ntsefinaboldr {
 font-weight:bold;
    border-top:1px solid black;
    text-align:right;
}
td.ntsefinastdl {
    border-top:1px solid silver;
    text-align:left;
    font-size:90%;
}
td.ntsefinastdr {
    border-top:1px solid silver;
 text-align:right;
 font-size:90%;
 width:31px;
}




.ntsefinbtable {

 text-align:center;
 color:black;
 width:100%
}
.ntsefinbheading {
 font-size:65%;
 column-width:auto;
 padding:4px;
 border-bottom:1px solid silver;
 border-left:1px solid silver;
 border-right:1px solid silver;
}
.ntsefinbitem {
 font-size:75%;
 column-width:auto;
 padding:1px;
 font-weight:bold;
 border-top:1px solid silver;
 border-left:1px solid silver;
 border-right:1px solid silver;
}
.ntsefinbcapex {
   background:powderblue;
}
.ntsefinbopex {
   background:palegreen;
}
.ntsefinaplanned {
   background:pink;
}
.ntsefinaactual {
 background:powderblue;
}



/* NTSE Fina */
.ntseflxttable {
 font-size:80%;
 text-align:left;
 /*color:black;*/
 width:100%
}
td.ntseflxtheading {
    font-weight:bold;
    border-top:1px solid black;
    text-align:right;
}
tr.ntseflxtrow {
    
    
    
}
td.ntstfltxcell {
    
    
    
}


td.ntseflxtbigl {
 font-weight:bold;
 font-size:120%;
    border-top:1px solid black;
 text-align:left;
}
td.ntseflxtboldl {
 font-weight:bold;
    border-top:1px solid black;
    text-align:left;
}
td.ntseflxtboldr {
 font-weight:bold;
    border-top:1px solid black;
    text-align:right;
}
td.ntseflxtstdl {
    border-top:1px solid silver;
    text-align:left;
    font-size:90%;
}
td.ntseflxtstdr {
    border-top:1px solid silver;
 text-align:right;
 font-size:90%;
 width:31px;
}




.ntsefinbtable {

 text-align:center;
 color:black;
 width:100%
}
.ntsefinbheading {
 font-size:65%;
 column-width:auto;
 padding:4px;
 border-bottom:1px solid silver;
 border-left:1px solid silver;
 border-right:1px solid silver;
}
.ntsefinbitem {
 font-size:75%;
 column-width:auto;
 padding:1px;
 font-weight:bold;
 border-top:1px solid silver;
 border-left:1px solid silver;
 border-right:1px solid silver;
}
.ntsefinbcapex {
   background:powderblue;
}
.ntsefinbopex {
   background:palegreen;
}
.ntseflxtplanned {
   background:pink;
}
.ntseflxtactual {
 background:powderblue;
}

p.ntseflxdescription {    
    
 margin-top:0;
 font-size:80%;
 text-align:left;
 margin-left: 1em;
 text-indent: -1em;
}
/* Form guide */

table.ntseformtable {
}

td.ntsewrapper {
 padding-right:30px;
  vertical-align:top;
}

tr.ntseformrow {
 line-height:20px;
 border-top:1px solid silver;
}
td.ntseformcatbold {
 font-size:80%;
 text-align:left;
 font-weight:normal;
 /*width:100px;*/
 padding-right:15px;
}
td.ntseformcat {
 font-size:80%;
 text-align:left;
 /*width:100px;*/
 padding-right:15px;
}
p.ntseformwk {
 font-size:0%;
 border-radius:10px;
}
p.ntseformwk0 {
 margin-left-right:1px;
 line-height:19px;
 width:19px;
}
p.ntseformwk1 {
 margin-left-right:3px;
 line-height:17px;
 width:17px;
}
p.ntseformwk2 {
 margin-left-right:5px;
   line-height:15px;
 width:15px;
}
p.ntseformwk3 {
 margin-left-right:7px;
 line-height:13px;
 width:13px;
}
p.ntseformwk4 {
 margin-left-right:9px;
 line-height:11px;
 width:11px;
}
p.ntseformwk5 {
 margin-left-right:11px;
 line-height:9px;
 width:9px;
}
p.ntseformwk6 {
 margin-left-right:13px;
 line-height:7px;
 width:7px;
}
p.ntseformwk7 {
 margin-left-right:15px;
 line-height:5px;
 width:5px;
}
p.ntseformwk8 {
 margin-left-right:16px;
 line-height:4px;
 width:4px;
}
p.ntseformwk9 {
 margin-left-right:17px;
 line-height:3px;
 width:3px;
}
td.ntseformcomment {
 max-width:300px;
 line-height:10px;
 font-size:70%;
}
/* Plam project plan */



table.ntseplamtable {
 border-collapse: collapse;
 column-width:auto;
 white-space: nowrap;
 overflow: hidden;
}

td.ntseplamtasknamel {
 font-size:70%;
 text-align:left;
}
td.ntseplamtasknamer {
 font-size:70%;
 text-align:right;
}

td.ntseplamtaskcol {
 font-size:70%;
 text-align:left;
 /*border-left:1px solid silver;*/
 border-right:1px solid silver;
 border-bottom:1px solid silver;
 padding-bottom:5px;
 /*padding-left:5px;*/
 font-weight:bold;
}
td.ntseplamtextdate {
 font-size:70%;
 text-align:center;
 border-left:1px solid silver;
 border-right:1px solid silver;
 border-bottom:1px solid silver;
 padding-bottom:5px;
 font-weight:bold;
}
td.ntseplamgraph {
 column-width:20px;
}
td.ntseplamgap {
 padding-top:2px;
}
td.ntseplamtaskdate {
 column-width:auto;
 text-overflow: ellipsis;
 white-space: nowrap;
 overflow: hidden;
 font-size:60%;
 padding-right:2px;
 font-style:italic;
 font-weight:bold; 
}
td.ntseplamtasktitle {
 column-width:auto;
 text-overflow: ellipsis;
 white-space: nowrap;
 overflow: hidden;
 font-size:75%;
 padding-top:10px;
 padding-right:10px;
 line-height:15px;
 font-weight:bold;
}
td.ntseplamtaskname {
 column-width:auto;
 text-overflow: ellipsis;
 white-space: nowrap;
 overflow: hidden;
 font-size:70%;
 padding-right:10px;
 line-height:15px;
 padding-left:7px;
}
td.ntseplamborderleftgrey {
 border-left:1px solid silver;
}
td.ntseplamborderrightgrey {
 border-right:1px solid silver;
}
td.ntseplamborderleftred {
 border-left:2px solid red;
}
td.ntseplammilestone {
 font-size:20%;
 border-radius:10px;
 margin:0px;
}
.jd3ag-small-font {
    font-size: 8px;
}
.jd3ag-medium-font {
    font-size: 10px;
}
.jd3ag-large-font {
    font-size: 12px;
}
.jd3ag-bold-font {
    font-weight: bold;
}

/*
.Xjd3TiTableContainer {
        xxwidth: 100%;
        height: 300px; 
        overflow: auto;
        position: relative;
    }
.Xjd3TiTable {
    width: 100%;
    border-collapse: collapse;
    color:black;
}
.xxxxxxjd3TiSelector {
    color:black;
    background:green;
}
.NOjd3TiThead, .NOjd3TiTr {
    border: 1px solid #d2d4d2;
    padding: 2px;
    text-align: left;
    white-space: nowrap;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
*/



.jd3TiThead:first-child, .jd3TiTr:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
}
.jd3TiThead {
    position: sticky;
    top: 0;
    /*zzzbackground: black; /* Background color for the header */
    color:white;
    font-weight:bold;
    z-index: 1;
}
.jd3TiThead:first-child {
    z-index:10;
}



.mxgtable {
    border-collapse: collapse;
    border-spacing: 0px; 
    border:1px solid #e8ebef;
}
.mxgrow {
    border-collapse: collapse;
    border-spacing: 0px; 
    border:1px solid #e8ebef;
}
.mxgdata {
    border-collapse: collapse;
    border-spacing: 0px; 
    border:1px solid #e8ebef;
    margin:0px;
    padding:0px;
}
.mxgbutton {
    background-color: #B0B0B0;
    border: none;
    color: white;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 120%;
    margin: 0px 0px;
    cursor: pointer;
    padding-left:4px;
    padding-right:4px;
    cursor: pointer;
    transition: background .6s ease-in, transform .2s ease-out;
}
.mxgbutton:active {
    background-color:green;
    color:green;
}
.mxgbutton:focus {
    background-color:black;
    color:white;
}
.mxgbutton:visited {
    background-color:#B0B0B0;
    color:white;
}
.mxgbutton:hover {
    background-color:black;
    color:white;
    transform: scale(1.2) rotateX(30deg);
}



.bshtable {
    border-collapse: collapse;
    border-spacing: 0px; 
    border:1px solid black;
}
.bshrow {
    border-collapse: collapse;
    border-spacing: 0px; 
    border:1px solid black;
}
.bshdata {
    border-collapse: collapse;
    border-spacing: 0px; 
    border:1px solid black;
    margin:0px;
    padding:0px;
}
.bshbutton {
    background-color: #B0B0B0;
    border: none;
    color: white;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 80%;
    margin: 0px 0px;
    cursor: pointer;
    padding-left:4px;
    padding-right:4px;
    cursor: pointer;
    transition: background .6s ease-in, transform .2s ease-out;
}
.bshbutton:active {
    background-color:green;
    color:green;
}
.bshbutton:focus {
    background-color:black;
    color:white;
}
.bshbutton:visited {
    background-color:#B0B0B0;
    color:white;
}
.bshbutton:hover {
    background-color:black;
    color:white;
    transform: scale(1.2) rotateX(30deg);
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 70%; /* Could be more or less, depending on screen size */
    font-size: 130%;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* next */
p.ntsenextheading {
    font-size:100%;
    font-weight:bold;
    color:black;
}
tr.ntsenextcard {
border-top:1px solid silver;
}
td.ntsenextcard {
font-size:75%;
text-align:center;
font-weight: bold;
/*padding:1px;*/
padding-top:10px;
}
td.ntsenextissue {
color:fuchsia;
}
td.ntsenextcardlist {
text-align:left;
/*width:70px;*/
}
td.ntsenextcardref {
font-size:70%;
text-align:left;
/*width:70px;*/
padding-right:10px;
}
td.ntsenextcardcategory {
font-size:75%;
text-align:left;
//width:100px;
}
td.ntsenextcardstatus {
font-size:75%;
text-align:left;
/*width:70px;*/
padding-left:10px;
padding-right:10px;
color:gray;
}
td.ntsenextcardowner {
font-size:75%;
text-align:left;
/*width:70px;*/
color:red;
padding-right:20px;
}
td.ntsenextcardpriority {
/*width:50px;*/
padding-right:10px;
padding-left:10px;
font-size:75%;
}
td.ntsenextcardtype {
/*width:50px;*/
padding-right:10px;
padding-left:10px;
font-size:75%;
}
td.ntsenextcardstate {
/*width:50px;*/
padding-right:10px;
padding-left:10px;
font-size:75%;
}
td.ntsenextcardtext {
text-align:left;
font-style: italic;
color:gray;
}
td.ntsenextcardbrag {
text-align:center;
font-style: italic;
color:gray;
padding-right:10px;
}
td.ntsenextcarddatex {
width:80px;
}
td.ntsenextcardaddedby {
width:80px;
}
td.ntsenextcomment {
font-size:70%;
text-align:left;
padding-left:20px;
padding-top:0px;
}
td.ntsenextcommentlist {
width:100px;
text-align:left;
}
td.ntsenextcommenttypex {
width:40px;
}
td.ntsenextcommenttextx {
text-align:left;
padding-left:15px;
}
td.ntsenextcommentdatex {
width:80px;
}
td.ntsenextcommentaddedby {
width:80px;
}
td.ntsenexthigh {
color:red;
}
td.ntsenextmedium {
color:gold;
}
td.ntsenextmajor {
color:red;
}
.ntsenextbgopen {
//background:white;
}
.ntsenextbgclosed {
background:#d4ebf2;
}
.ntsenextbgwatching {
background:#fff0f2;
}
td.ntsenextcommentpad {
padding-bottom:9px;
}
/* BRAGs */
.ntsenextperson {
color:red;
/*font-size:100%;
font-style:bold;
color:white;
background:green;
padding-left:5px;
padding-right:5px;
padding-top:2px;
padding-bottom:2px;
margin-right:2px;
border:2px;
border-radius:7px;*/
}
.ntsenextsaysperson {
color:blue;
}
/* Typex */
td.ntsenexttypexissue {
color:fuchsia;
font-size:75%;
}
td.ntsenexttypexrisk {
color:red;
font-size:75%;
}
td.ntsenexttypexaction {
color:gold;
font-size:75%;
}
td.ntsenexttypexaction {
color:green;
font-size:75%;
}
td.ntsenexttypexinfo {
color:blue;
font-size:75%;
}
/* Headers etc. */
p.ntsenextemailtag {
font-size:50%;
}
p.ntsenextfooter {
font-size:90%;
font-style: italic;
}
p.ntsenextheader {
font-size:90%;
font-style: italic;
}
td.ntsenextdates {
font-size:60%;
width:65px;
text-align:center;
}
a.ntsenextlink {
font-size:70%;
color:blue;
}
p.ntsenextbrag {
 font-size:0%;
 border-radius:10px;
 margin-left-right:1px;
 line-height:19px;
 width:19px;
}
td.ntsenextissue {
 color:fuchsia;
}
td.ntsenextrisk {
 color:red;
}
td.ntsenextaction {
 color:gold;
}
td.ntsenextinfo {
 color:green;
}
td.ntsenextquestion {
 color:orange;
}

td.ntsenextcardtitle {
font-size:70%;
font-style: italic;
/*width:70px;*/
}
@import "brags";
@import "formguidebits";
@import "grapherbits";
@import "todobits";
@import "nextstepsbits";
@import "commentarybits";
@import "flexitablebits";
@import "finabits";
@import "mxgraphbits";
/* NTSE to do */
table.ntsetodotable {
  font-size:70%;
  width:100%;
  /*color:black;*/
}

tr.todorow {
  border-top:10px solid silver;
  color:silver;
}
td.ntsetododesc {
 /*width:230px;*/
 border-top:1px solid silver;
 padding-right:10px;
 font-weight:bold;
  padding-top:5px;
 padding-bottom:5px;
}
td.ntsetodoteam {
 border-top:1px solid silver;
 padding-right:10px;
 text-align:center;
}
td.ntsetodoend {
 width:70px;
 border-top:1px solid silver;
 padding-right:10px;
 text-align:center;
}
td.ntsetodoselect {
 width:70px;
 border-top:1px solid silver;
 padding-right:10px;
 padding-left:10px;
 text-align:center;
 font-weight:bold;
}
td.ntsetodobragx {
 border-top:1px solid silver;
 padding-right:10px;
 text-align:center;
}
p.ntsetodobrag {
 font-size:95%;
 border-radius:7px;
 padding-left:3px;
 padding-right:3px;
 color:white;
 font-weight:bold;
}
td.ntsetodopercent {
 border-top:1px solid silver;
 padding-right:10px;
 text-align:center;
 padding-left:5px;
}
td.ntsetodostatus {
 border-top:1px solid silver;
 padding-right:10px;
 text-align:center;
 width:90px;
}
td.ntsetodocomment {
 border-top:1px solid silver;
 padding-right:10px;
 padding-top:5px;
 padding-bottom:5px;
 /*width:350px;*/

}
td.ntsetodoref {
 /*column-width:70px;*/
 border-top:1px solid silver;
 text-align:center;
}

