

#grid-paper ul ul li {
  list-style-type: none !important; 
  border-style: none !important; 
}

#grid-paper {
	 margin-top: 30px;
}

#grid-paper li {
  /*background:url("https://cdn3.thegrommet.com/skin/frontend/enterprise/thegrommet/images/grid-lines.6832a3fd.png") 0 0 no-repeat; */
  width:98%;
  border-top: 1px dotted black;
  border-left: 1px dotted black;
  border-right: 1px dotted black; 
  margin-right: 10px;
  padding:5px 5px 5px 5px;
  list-style-type: disk;
  color:#444;
  font-family: 'Averia Serif Libre', cursive;
  font-size: 14px;
  line-height: 130%; 
  font-weight:normal;
  text-rendering: optimizeLegibility;
 
}

#grid-paper .listbottom {
  border-bottom: 1px dotted black;
}

#grid-paper ul li.important {
  color: #CC3300;
  font-size: 16px;
}


