/* REMOVE COMMENTS AROUND THIS IF YOUR IMAGES OVERLAP THE CONTENT BOX 

#eb .eb-post-content {
    width: 96%;
}

*/

#eb .eb-post-nickel {
    background: transparent;
    border: 1px solid rgb(229 232 241 / 20%);
  	border-radius: 0px;
}

#eb .eb-post-nickel .eb-post-top{
	border: 1px solid rgb(229 232 241 / 20%);
}

#eb .btn-default {
    color: #e5e8f1 !important;
    background-color: #161b20 !important;
    border-color: #e5e8f1 !important;
}

#eb .btn {
    padding: 12px 16px !important;
    border-radius: 0px !important;
  	margin-bottom: 20px !important;
}

#eb .btn-default:hover {
    color: #161b20 !important;
    background-color: #e5e8f1 !important;
    border-color: transparent !important;
}

#eb .eb-entry-nav {
    border: 1px solid rgb(229 232 241 / 20%);
    border-radius: 0px;
}

#eb .eb-entry-nav-next {
    border-left: 1px solid rgb(229 232 241 / 20%);
}

#eb .eb-entry-nav>div>a:hover {
    background: #c2ccd6;
    color: #161b20;
}

#eb .eb-mod-item+.eb-mod-item{
    border-top: 1px solid rgb(229 232 241 / 20%);
    margin-top: 15px !important;
    padding-top: 15px !important;
}

#eb .mod-item+.mod-item{
    border-top: 1px solid rgb(229 232 241 / 20%);
    margin-top: 14px !important;
    padding-top: 15px !important;
}

#eb .eb-mod-media-title {
    font-weight: inherit;
}

