body { padding: 0; margin: 0; display: flex; justify-content: center; background-color: #1D1E22; font-family: "Roboto Condensed", sans-serif; font-size: 14px; color: white; }
#per-container { position: relative; top: 0; width: 84%; height: 90%; max-width: 1280px; }
#per-container.per-desktop { position: absolute; top: 0; transform: translate(0%, 2%) }
#per-canvas { background: #1D1E22; margin-bottom: 3px;  width: 100%; height: 100%; position: relative;}
#per-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#app-logo { width: 154px; height: 130px; background: url('sedef-logo.png') no-repeat center }
#progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; background: url('progress-bar-empty.png') no-repeat center }
#progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full.png') no-repeat center }
#footer { position: relative }
#fb-likediv { float:left; width: 150px; height: 38px; user-select: none; margin-top: 2px; }
#build-title { float: right; margin-right: 12px; font-size: 17px; color: grey; }
#fullscreen-button { float: right; width: 15px; height: 17px; background: url('fullscreen-button.png') no-repeat center; background-size: 100% 100%; opacity: 0.5;margin-top: 3px; }
#per-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
:link, a:visited { background-color: #1877F2; color: white; padding: 2.5px 10px; font-size: 13px; text-decoration: none; display: inline-block; border-radius: 3px; }
a:hover, a:active { opacity: 0.9; }
p { color: white; }
