/*Next Page Content templates*/
.nextpage-content-wrapper{
    padding:50px;
    max-width:1200px;
    margin:auto;
}
#nextpage-popup-player{
    width:800px;
}
.nextpage-carousel{
    max-width:500px;
    margin:auto;
}
.nextpage-bordered{
    border:4px solid;
}
.nextpage-icon-new{
    font-size:225px!important;
    padding:50px 0;
}

/* Next Page front-end panels (administrator, teacher, student) */
.nextpage-panel {
    max-width: 900px;
    margin: 0 auto;
    padding: 1.5rem;
}
.nextpage-panel-title {
    margin-bottom: 1rem;
}
.nextpage-panel-body section + section {
    margin-top: 1rem;
}
.nextpage-panel-login-required,
.nextpage-panel-access-denied {
    text-align: center;
    padding: 2rem;
}
.nextpage-list-unstyled {
    list-style: none;
    padding-left: 0;
    margin: 0;
}