DIV#dvContest {  }
DIV#dvContest > .ui.inner {  }

DIV#dvContest > .ui.inner > DIV.dvNotification { background-color: #F3F7FF; background-position: 3em center; background-repeat: no-repeat; background-size: 8em auto; border: 1px solid #c9d7ec; border-radius: .5em; margin-bottom: 2em; padding: 1.5em 1.5em 1.5em 12em }
DIV#dvContest > .ui.inner > DIV.dvNotification > DIV.dvTitle { color: #00529b; font-size: 1.5em; font-weight: 400; letter-spacing: -.05em; margin-bottom: .5em }
DIV#dvContest > .ui.inner > DIV.dvNotification > DIV.dvTitle > STRONG { font-weight: 800 }
DIV#dvContest > .ui.inner > DIV.dvNotification > P { line-height: 1.5em }

DIV#dvContest > .ui.inner > DIV.dvInformation { background-color: #f7f7f7; background-position: 3em center; background-repeat: no-repeat; background-size: 8em auto; border: 1px solid #ddd; border-radius: .5em; margin-bottom: 2em; padding: 1.5em 1.5em 1.5em 12em }
DIV#dvContest > .ui.inner > DIV.dvInformation > P { line-height: 1.5em }

DIV#dvContest > .ui.inner HEADER { font-size: 1.5em; font-weight: 800; letter-spacing: -.05em; margin-bottom: 1em }

.ui.documentview,
.ui.imageview { cursor: pointer }
.ui.window { align-items: center; background-color: rgba(64, 64, 64, .75); display: flex; height: 100%; justify-content: center; left: 0; position: fixed; top: 0; user-select: none; width: 100% }
.ui.window > DIV { left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%) }
.ui.window > DIV > IMG,
.ui.window > DIV > VIDEO,
.ui.window > DIV > DIV.dvPdfClient { max-height: 90vh; max-width: 90vw }
.ui.window > DIV > DIV.dvPdfClient { overflow-y: auto }
.ui.window > DIV > DIV.dvPdfClient > CANVAS { border-bottom: 1px solid #ddd; display: block; margin: 0 auto }
.ui.window > DIV > IFRAME { height: 90vh; width: 90vw }
.ui.window > DIV > IMG { cursor: zoom-in }

.ui.window > DIV > BUTTON { background-color: #00529b; border-radius: 0 0 0 1em; color: #fff; cursor: pointer; font-size: 1.2em; font-weight: 800; line-height: 1em; padding: 1em 2em; position: absolute; right: 0; top: 0; }