table.create_draft {
   width: 95%;
   border: 1px solid #A64502;
   border-right: 2px solid #2F2F2F;
   border-bottom: 2px solid #2F2F2F;
   padding: 15px;
//   margin: 10px;
   margin-top: 30px;
   margin-bottom: 30px;
   border-radius: 7px;
   box-shadow: 10px 10px 5px #888888;
   box-sizing: border-box;
//   margin-left: 15%;
}
table.create_draft tr {
   vertical-align: top;
}
.cat {
   font-family: sans-serif;
   font-size: 11pt;
   color: #A64502;
   font-weight: bold;
   text-align: right;
}
td.cat_note {
   font-family: sans-serif;
   font-size: 8pt;
   color: #2A2A2A;
}
.note_2 {
   font-family: sans-serif;
   font-size: 10pt;
   color: #A64502;
}
td.small_cat {
   font-family: sans-serif;
   font-size: 9pt;
   color: #A64502;
}
.myLabel, .myLabel2 {
   font-family: sans-serif;
   font-size: 11pt;
   color: #2F2F2F;
   font-weight: bold;
   cursor: pointer;
}
.myLabel2 {
   cursor: text;
}
.jLink {
   font-size: 9pt;
   font-family: sans-serif;
   font-weight: bold;
   color: blue;
}
.jLink:visited {
   color: blue;
}
.jLink:active {
   color: black;
}
table.rosterSpots {
   margin-left: 40px;
   margin-top: 40px;

}
input.mySub {
   font-weight: bold;
   border: 1px solid #000;
   cursor: pointer;
}
div.errorsDiv ol li {
   text-align: left;
}
