#entry-details dl {
    border-bottom: 1px dotted #ddd;
    font-size: 14px;
}
#entry-details dl dt {
    color: #727272;
    text-transform: inherit;
}
#entry-details dl dd {
    color: #1a1a1a;
    margin: 10px 0 15px;
}
#entry-details dl:last-child {
    border-bottom: 0;
}

.my-entries-pagination {
    text-align: center;
    margin: 50px 0 20px;
}
.my-entries-pagination > * {
    background: #555;
    border-radius: 3px;
    color: #fff !important;
    font-weight: 500;
    padding: 10px 15px;
}
.my-entries-pagination a {
    background: #3a6a93;
    color: #fff !important;
    text-decoration: none;
    transition: all .4s ease;
}
.my-entries-pagination a:hover {
    background: #1f1f1f;
    transition: all .4s ease;
}
.my-entries-pagination .dots {
    background: #fff;
    color: #1f1f1f !important;
}
.view-entry-btn {
    background: #1f314a;
    border-radius: 50px;
    color: #fff !important;
    display: block;
    font-size: 13px;
    margin: 0;
    padding: 13px 20px;
    text-align: center;
    text-decoration: none;
    transition: all .4s ease;
}
.view-entry-btn:hover {
    background: #cb3d6f;
    transition: all .4s ease;
}

.hidden-field {
	display: none !important;
}




/* NEW CODE */

.user-entries-list .entry-item {
    border-bottom: 1px solid #dfdfdf;
    padding: 20px 0;
    margin: 0;
}
.user-entries-list .entry-item .entry-details {
    color: #585858;
    font-size: 14px;
    margin: 0;
}
.user-entries-list .entry-item p {
    font-size: 16px;
    margin: 0;
}
.user-entries-list .entry-item p a {
    display: block;
}

.entry-content {
	margin: 0px;
}

.highlight-text {
    color: #3869a6;
}


.doc-link-sections a {
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    color: #3a6a93;
    display: block;
    font-size: 15px;
    padding: 30px;
    transition: all .4s ease;
}
.doc-link-sections a:before {
    content: '\f15c';
    font-family: 'Font Awesome 5 Free';
    color: #5f5f5f;
    margin: 0 20px 0 0;
    font-size: 20px;
    vertical-align: middle;
    transition: all .4s ease;
}
.doc-link-sections a:hover {
    background: #fff;
    border-color: #3a6a93;
    transition: all .4s ease;
}
.doc-link-sections a:hover:before {
    color: #3a6a93;
    transition: all .4s ease;
}

