

table.checklist {
   border-bottom: 3px solid #235737;
   border-left: none;
   border-right: none;
   margin: 15px;
   margin-left: 0;
   margin-right: 0;
   table-layout: fixed;
   width: 100%;
}
table.checklist *.main {
   text-align: left;
}
table.checklist *.check-single {
   text-align: left;
   width: 6%;
}
table.checklist *.check-multi {
   border-left: 1px solid gray;
   border-right: 1px solid gray;
   font-size: 7pt;
   font-weight: normal;
   padding: 0;
   text-align: center;
   vertical-align: middle;
   width: 6%;
}
table.checklist *.check-multi img {
   margin: 3px;
}
table.checklist *.number {
   border-left: 1px solid gray;
   border-right: 1px solid gray;
   font-weight: normal;
   text-align: right;
   width: 15%;
}
table.checklist *.con, table.checklist *.pro {
   border-left: 1px solid gray;
   border-right: 1px solid gray;
   text-align: center;
   vertical-align: middle;
   width: 7%;
}
table.checklist td.pro {
   background-color: #EAF6EE;
}
table.checklist td.con {
   background-color:  #FFE1E1;
}


table.checklist div.check-box {
   background: white;
   border: 1px solid black;
   float: left;
   height: 16px;
   margin: 0;
   width: 16px;
}
table.checklist td {
   border-bottom: 1px solid gray;
   padding: 5px;
   vertical-align: top;
}
table.checklist td h3 {
   color: black;
   margin-top: 0;
}
table.checklist th {
   vertical-align: middle;
}


table.checklist-info-two {
   border: 1px solid #235737;
   margin: 15px;
   margin-left: 0;
   margin-right: 0;
   text-align: left;
   width: 100%;
}
table.checklist-info-two th, table.info-two td {
   width: 50%;
}
table.checklist-info-two td {
   padding: 10px;
   width: 50%;
}
table.checklist-info-two p {
   border-bottom: 1px solid #235737;
   padding-top: 5px;
}


table.checklist-single {
   border: 1px solid #235737;
   margin: 15px;
   margin-left: 0;
   margin-right: 0;
   text-align: left;
   width: 100%;
}
table.checklist-single td {
   border: 1px solid #235737;
}
table.checklist-single td.col1 {
   width: 10%;
}

table.checklist-multi {
   border: 1px solid #235737;
   margin: 15px;
   margin-left: 0;
   margin-right: 0;
   text-align: center;
   width: 100%;
}
table.checklist-multi *.col1 {
   text-align: left;
}
table.checklist-multi td {
   border: 1px solid #235737;
}


