

/* Category Description in EDS theme */
.wedn_catdesc p,.wedn_catdesc li {font-size:0.9rem;}
/* Revise embed size ratio */
.wvideoembed {padding-bottom: 61.25%;}

/* Revise bullets in column item breaks */
ul.wfabullets2 > li, ul.wfabullets3 > li {    
    break-inside: avoid;
}

.recaptcha-container div {margin:auto;}

.recaptcha-container + ul {text-align: center;}

.recaptcha-container + ul li {float:none;}

/* Test h1 accent line */
h1 + hr, h2 + hr {border-top: 2px solid #ffc000; margin-bottom:2rem;}

/* Adjust docs module for mobile */
@media screen and (max-width:768px){
tr.dnnGridItem td, tr.dnnGridAltItem td {font-size:.8rem;}
.dnnGridHeader td, thead.dnnGridHeader th, tr.dnnGridHeader th {font-size:.8rem}
}

/* Revise New Resource Manager module layout (better) */
.rm-container #Assets-panel .item-container .rm-card {
    padding: 10px !important;}
.rm-container #Assets-panel .rm-card .image-center {   
    height: 110px;
    width: 100% !important;
    border: 0px white solid !important;
    border-radius: 0 !important;}
.rm-container #Assets-panel .rm-circular {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border: 5px solid #79bdd8 !important;}
 .rm-container #Assets-panel .assets-body .header-container .search-box-container {
    width: unset !important;}

.rm-container #Assets-panel .assets-body .header-container .search-box-container {
    width: 37% !important;
}















