.jqmodal {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
}

.sc-notice.define > div:first-child {
    border-top: 30px solid #7b1fa2;
    background: #f3e5f5;
}

.sc-notice.define > div:first-child:after {
    content: 'Definition';
}

.shadow [
	box-shadow: 10px 10px 8px 10px #888888;
}