﻿@charset "utf-8";
/* Loading EB20 Book in Reader CSS Document */

html { height: 100%; font-size: 100%; /* IE hack */ }
table { font-size: 100%; /* IE hack */ }

body { height: 100%; margin: 0; font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 11px; color: #fff; background: #aaaeb4 url(loadingpage-mainbg-2colour-repeat.gif) repeat-x left center; }

.donotshow { display: none; }


/* Main Contents */
#loading { height: 600px; position: absolute; top: 50%; left: 0; margin: -300px 0 0 0; width: 100%; background: url(loadingpage-mainbg-repeat.jpg) repeat-x top; }
#loading #message { position: absolute; top: 50%; left: 50%; width: 340px; height: 96px; margin: -48px 0 0 -170px; background: url(loading-message.png) no-repeat 19px 51px; }
#loading #message img { display: block; margin: 0 auto; }
#loading .eb20 { background-image: url(loading-message.png) !important; }

@media (max-width:480px) {
	#loading #message { background: url(mobile-message.png) no-repeat 50% 51px; !important; width: 240px !important; margin: -40px 0 0 -120px !important; }
	#loading #message img { padding-bottom: 10px; }
}

@media (max-width:480px) and (-webkit-min-device-pixel-ratio: 2) {
	#loading #message { background-image: url(mobile-message-retina.png) !important; background-size: 233px 13px; }
}