.newid {
  display: flex;
  width: 160px;
  max-width: 160px;
  border: 1px solid black;
  border-radius: 5px;
  color:red;
  padding-left:10px;
}
input[type=checkbox]:before { content:""; display:inline-block; width:22px; height:22px; }
input[type=checkbox]:checked:before { background:green; }
/* images */
input[type=checkbox]:before { margin-top: 7px;cursor:pointer;background: url(../homepagepics/qumark.png) #ffff;}
input[type=checkbox]:checked:before {margin-top:7px; background: url(../bilder/checked.png) #fff; }

.titlehdr {  font: normal 22px arial, verdana;  color: #c00;  border-bottom: 2px solid #444;}
 .mygreenhigh {
 font: normal 16px arial, verdana;
 color: #087A18;
 background-color: #FFC601;
 }
