.material-design-icon {
    display: inline-flex;
    position: relative;
    align-self: center;
    width: 1em;
    height: 1em;
}

.material-design-icon > .material-design-icon__svg {
    position: absolute;
    bottom: -.125em;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.viewport[data-v-0cfa48dc] {
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.viewport.zoom[data-v-0cfa48dc] {
    overflow: scroll;
}

.viewport.zoom.drag-to-scroll[data-v-0cfa48dc] {
    overflow: hidden;
}

.flipbook-container[data-v-0cfa48dc] {
    position: relative;
    width: 100%;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.click-to-flip[data-v-0cfa48dc],
.flipbook-container[data-v-0cfa48dc] {
    height: 100%;
    -webkit-user-select: none;
    user-select: none;
    -ms-user-select: none;
}

.click-to-flip[data-v-0cfa48dc] {
    position: absolute;
    top: 0;
    width: 50%;
}

.click-to-flip.left[data-v-0cfa48dc] {
    left: 0;
}

.click-to-flip.right[data-v-0cfa48dc] {
    right: 0;
}

.bounding-box[data-v-0cfa48dc] {
    position: absolute;
    -webkit-user-select: none;
    user-select: none;
    -ms-user-select: none;
}

.page[data-v-0cfa48dc],
.polygon[data-v-0cfa48dc] {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.polygon[data-v-0cfa48dc] {
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.polygon.blank[data-v-0cfa48dc] {
    background-color: #ddd;
}

.polygon .lighting[data-v-0cfa48dc] {
    width: 100%;
    height: 100%;
}

body,
html {
    margin: 0;
    padding: 0;
	
}

#app {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    color: #ccc;
    background-color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: inherit;
	text-decoration:none; 
}

.action-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    padding: 10px 0;
}

.action-bar .btn {
    font-size: 30px;
    color: #999;
}

.action-bar .btn svg {
    bottom: 0;
}

.action-bar .btn:not(:first-child) {
    margin-left: 10px;
}

.has-mouse .action-bar .btn:hover {
    color: #ccc;
    cursor: pointer;
    -webkit-filter: drop-shadow(1px 1px 5px #000);
    filter: drop-shadow(1px 1px 5px #000);
}

.action-bar .btn:active {
    -webkit-filter: none!important;
    filter: none!important;
}

.action-bar .btn.disabled {
    color: #666;
    pointer-events: none;
}

.action-bar .page-num {
    margin-left: 10px;
    font-size: 12px;
}

.flipbook .viewport {
    width: 90vw;
    height: calc(100vh - 90px);
}

.flipbook .bounding-box {
    box-shadow: 0 0 20px #000;
}

.credit {
    margin: 10px;
    font-size: 12px;
    line-height: 20px;
}

.vue-ribbon[data-v-5d582780] {
    z-index: 9999;
    position: absolute;
	display: block;
    top: 0;
    right: 0;
    width: 12.1em;
    height: 12.1em;
    overflow: hidden;
    text-decoration: none;
    text-indent: -999999px;
    font-size: 13px;
    pointer-events: none;
}

.vue-ribbon.fixed[data-v-5d582780] {
    position: fixed;
}

.vue-ribbon[data-v-5d582780]:active,
.vue-ribbon[data-v-5d582780]:hover {
    background-color: rgba(0,0,0,0);
}

.vue-ribbon[data-v-5d582780]:after,
.vue-ribbon[data-v-5d582780]:before {
    display: block;
    position: absolute;
    top: 3.23em;
    right: -3.23em;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 15.38em;
    height: 1.54em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.vue-ribbon[data-v-5d582780]:before {
    content: "";
    padding: .38em 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0) ),to(rgba(0,0,0,.15) ));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0), rgba(0,0,0,.15) );
    background-image: -moz-linear-gradient(top,rgba(92,60,60,0), rgba(0,0,0,.15) );
    background-image: -ms-linear-gradient(top,rgba(0,0,0,0), rgba(0,0,0,.15) );
    background-image: -o-linear-gradient(top,rgba(0,0,0,0), rgba(0,0,0,.15) );
    background-image: linear-gradient(to bottom,rgba(0,0,0,0), rgba(0,0,0,.15) );
    -webkit-box-shadow: 0 .15em .23em 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 .15em .23em 0 rgba(0,0,0,.5);
    box-shadow: 0 .15em .23em 0 rgba(0,0,0,.5);
    pointer-events: auto;
}

.vue-ribbon[data-v-5d582780]:after {
    content: attr(data-ribbon);
    margin: .15em 0;
    padding: .15em 0;
    border: .08em 0 dotted #fff;
    border-color: rgba(255,255,255,.7);
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-shadow: 0 -.08em rgba(0,0,0,.5);
    font: 700 1em "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.54em;
    color: #fff;
}

.vue-ribbon.left-bottom[data-v-5d582780],
.vue-ribbon.left-top[data-v-5d582780] {
    right: auto;
    left: 0;
}

.vue-ribbon.left-bottom[data-v-5d582780],
.vue-ribbon.right-bottom[data-v-5d582780] {
    top: auto;
    bottom: 0;
}

.vue-ribbon.left-bottom[data-v-5d582780]:after,
.vue-ribbon.left-bottom[data-v-5d582780]:before,
.vue-ribbon.left-top[data-v-5d582780]:after,
.vue-ribbon.left-top[data-v-5d582780]:before {
    right: auto;
    left: -3.23em;
}

.vue-ribbon.left-bottom[data-v-5d582780]:after,
.vue-ribbon.left-bottom[data-v-5d582780]:before,
.vue-ribbon.right-bottom[data-v-5d582780]:after,
.vue-ribbon.right-bottom[data-v-5d582780]:before {
    top: auto;
    bottom: 3.23em;
}

.vue-ribbon.left-top[data-v-5d582780]:after,
.vue-ribbon.left-top[data-v-5d582780]:before,
.vue-ribbon.right-bottom[data-v-5d582780]:after,
.vue-ribbon.right-bottom[data-v-5d582780]:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 480px)
{
   .vue-ribbon[data-v-5d582780] {
    display: none;
}
}