.note-popover .popover-content, .panel-heading.note-toolbar {
    display: block;
    text-align: center;
    background: #fff;
}

.fetched-url-info {
    user-select: none; /* 텍스트 선택 비활성화 */
    -webkit-user-drag: none; /* 웹킷 기반 브라우저에서 드래그 비활성화 */
    pointer-events: none;
    width: 600px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px;
    border: 1px solid rgba(229, 231, 235, 1);
    border-radius: 5px;
}
.fetched-url-info .fetched-img {
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fetched-url-info .fetched-img img {
    max-width: 100%;
}
.fetched-url-info .fetched-info {
    padding: 15px 20px;
    border-left: 1px solid rgba(229, 231, 235, 1);
    padding: 15px 20px;
    border-left: 1px solid rgba(229, 231, 235, 1);
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.fetched-url-info .fetched-info p {
    width: 100%;
}

/*
.note-editor .btn {
    border: 1px solid #333;
    background: #333;
}
*/
