.todo {
padding: 0 5%;
}
@media (max-width: 1449px){
.todo {
padding: 0 2%;
}
}
@media (max-width: 991px){
.todo {
padding: 0 5%;
}
}
h1:first-child {
margin: 0px 0 20px;
}
h1 {
margin: 60px 0 20px;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
thead th, tfoot td {
background-color: #5b875d;
color: #fff;
}
td {
background: #EAF2EB none repeat scroll 0 0;
}
th:first-child {
border-radius: 6px 0 0;
}
th:last-child {
border-radius: 0 6px 0 0;
}
tfoot td:first-child {
border-radius: 0 0 0 6px;
}
tfoot td:last-child {
border-radius: 0 0 6px;
}
th, td {
padding: 3px 5px;
}
strong {
font-weight: bold;
}
ul {
padding-left: 35px;
margin-bottom: 20px;
}
li {
list-style: disc outside none;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div, #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div {
grid-template-columns: 2fr auto 100px auto 25px!important;
}