body {
    margin: 0;
    padding: 0;
	background: #eee;
}

header {
    height: 30px;
    width: 100%;
    background: black;
}

.header-container {
    margin-bottom: 2px;
    width: 100%;
    overflow: hidden;
    background-color: black;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    user-select: none;
    z-index: 999;
}

.pcard-logo-wrapper {
    float: left;
    margin: -5px;
}

.pcard-logo {
    height: 37px;
    margin-left: 10px;
	cursor: pointer;
}

main {
    height: calc(100% - 60px);
}

.flipbook-container-box {
    width: 100%;
    height: 100%;
}

.flipbook-container {
    height: calc(100% - 60px);
}

footer {
    height: 30px;
    width: 100%;
    background: black;
}

.footer-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright {
    font-family: Calibri;
    font-size: 12px;
    color: white;
}

.copyright a {
	text-decoration: none;
	color: white;
}

.copyright a:hover {
	text-decoration: underline;
}
