.cud-form input,
.cud-form select {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.cud-dashboard-nav a {
    margin-right: 15px;
    text-decoration: none;
    font-weight: bold;
}
.cud-section {
    display: none;
}
.cud-section.active {
    display: block;
}

.cud-dashoard-items{
    background-color: whitesmoke;
    padding: 15px;
    color: black;
    border-radius: 8px;
}