We use cookies to make your experience better.
To comply with the new e-Privacy directive, you agree to the privacy policy and our use of cookies.
.notes ul {
position: absolute;
list-style-type: none;
margin: 0 0;
padding: 0;
overflow: hidden;
}
.notes {
position: absolute;
top: 10px;
}
.notes ul li {
margin: 10px;
}
.notes li a {
text-decoration: underline;
color: #493C3D;
}
.checklist {
position: relative;
text-align: center;
border-style: solid;
border-width: 5px;
}
.parent{
display:inline-block;
border:2px solid red;
padding:5px 30px;
}