ul.events_list {
    margin: 0;
    padding: 10px;
    margin-bottom: 50px;
}
.events_list li {
    list-style: none;
    text-align: left;
    height: 27px;
    margin-top: 12px;
    padding: 6px 10px 10px 10px;
    border-radius: 7px;
}
.events_list input {
    width: auto;
}
.events_list img {
    width: 55px;
    margin: 0 10px -8px 10px;
}
.events_list label {
    display: block;
    width: 100%;
    margin-top: -28px;
    margin-left: 16px;
}
.events-save {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: white;
    border-top: 1px solid black;
}
input[type='checkbox'] {
    -webkit-appearance:none;
    width: 17px;
    height: 17px;
    background:white;
    border-radius: 10px;
    border: 2px solid #555;
    margin-bottom: 1px;
}
input[type='checkbox']:checked {
    background: #460303;
}
.btn.green {
    background-color: green;
}