img[alt="LED"] {
    width: 600px;
}

.todo {
    padding: 10px;
    background-color: #ffcc00;
    border-radius: 10px;
    color: #333;
    font-size: 30px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

span.my_icon {
    display: inline-block;
    background-repeat: no-repeat;
    content: "";
    width: 18px;
    height: 18px;
    margin: 0 auto;
}

span.check_icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 233.5 233.5' xml:space='preserve'%3E%3Ccircle fill='%23009B01' cx='116.8' cy='116.8' r='116.8'/%3E%3Cpath fill='none' stroke='%23FFF' stroke-width='32.79' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M179.6 77.1 91 165.8l-37.6-37.7'/%3E%3C/svg%3E");
}

span.ex_icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 233.5 233.5' xml:space='preserve'%3E%3Ccircle fill='%23FFCD00' cx='116.8' cy='116.8' r='116.8'/%3E%3Cpath fill='none' stroke='%23FFF' stroke-width='32.79' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M116.8 54.3v75.8'/%3E%3Ccircle fill='%23FFF' cx='116.8' cy='178.8' r='16.4'/%3E%3C/svg%3E");
}

span.cross_icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 233.5 233.5' xml:space='preserve'%3E%3Ccircle fill='%23CF0000' cx='116.8' cy='116.8' r='116.8'/%3E%3Cpath fill='none' stroke='%23FFF' stroke-width='32.79' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='m161.1 72.4-88.7 88.7M72.4 72.4l88.7 88.7'/%3E%3C/svg%3E");
}
