span.colour{
	font-family: 'Courier New', monospace;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	cursor:crosshair;
}

ul.legend{
	list-style-type:none;
}

span.spacer{
	width:50px;
	display:block;
}

input.rosterBox{
	float:right;
	width:100%;
}

input.rosterBox.faction{
	width:calc(100% - 50px)!important;
}

input.rosterBox.force{
	width:calc(100% - 100px)!important;
}

input.rosterBox.category{
	width:calc(100% - 150px)!important;
}

input.rosterBox.unit{
	width:calc(100% - 200px)!important;
}

input.rosterBox.customisation{
	width:calc(100% - 250px)!important;
}

input.numBox{
    width: 50%;
    margin-right: 10%;
}

span.heightEvener{
	display:block;
	height:30px;
}

div.edited{
	background-color:#fe0;
}

span.right{
	float:right;
}

span.categoryPts {
    font-style: italic;
    color: #777;
}

div#printerDiv li {
    list-style-type: none;
}

div#printerDiv ul {
    padding-bottom: 25px;
}

ul.unitUl {
    padding-bottom: 0px !important;
}

li.unitLi {
    padding-top: 25px;
}

span.unitTotalPts {
    font-weight: 700;
}

span.rosterName {
    font-size: xx-large;
}

span.factionName {
    font-weight: 800;
}

span.forceName {
    font-weight: 100;
    font-style: oblique;
}

span.categoryName {
    text-decoration: underline;
}

div#printerDiv {
    font-size: large;
    float: none;
    width: fit-content;
    margin: auto;
}

ul.unitUl {
  list-style-type: none;
}

ul.unitUl > li {
  text-indent: -5px;
}

ul.unitUl > li:before {
  content: "-";
  text-indent: -5px;
}

@media print {
  .noPrint {
    display: none !important;
  }
  
  a[href]:after {
    display:none;
  }
}