.icd-user-resources {
    max-width: 720px;
}

.icd-user-resources form p {
    margin-bottom: 16px;
}

.icd-user-resources label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.icd-user-resources input[type="text"],
.icd-user-resources input[type="email"],
.icd-user-resources input[type="password"],
.icd-user-resources input[type="date"],
.icd-user-resources textarea {
    width: 100%;
    max-width: 520px;
    box-sizing: border-box;
}

.icd-user-resources button {
    cursor: pointer;
}

.icd-message {
    padding: 10px 12px;
    border-radius: 4px;
    margin-bottom: 16px;
}

.icd-error {
    background: #ffecec;
    border: 1px solid #f5b5b5;
}

.icd-success {
    background: #eef9ee;
    border: 1px solid #b6dfb6;
}

.icd-document-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.icd-document-list li {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.icd-document-list small {
    display: block;
    opacity: 0.75;
    margin-top: 3px;
}
