div.presenter div.p-inner {
	display: none;
    text-align: center;
    word-wrap: break-word;
    display:none;
    background-color: rgb(255,255,255);
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 1.5em 2em;
    z-index: 10000000;
    margin: 0px;
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-width: 767px;
    max-height: 650px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
}
div.presenter div.p-inner .fa {
	cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}
#pres-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000300;
}
