/*SWPaP CSS import file for small screen  */


 /* Style sheet for narrower screens */
#wrapper {
/* Set your own widths, % for fluid, px for fixed */
width: 100%;
min-width: 320px;
max-width: 780px;
/* Vertical margins, and auto to center */
margin: 0 auto;
}

#StarFighter
{
 /* position: absolute;*/
 top: 1px;
 left: 1px;
 width: 100px;
 height: 50px;
/* border: 2px solid black; */
/* padding: 10px;	*/
 z-index: 1;
 opacity: .9;
 background-color: #e0e0e0;
}

#logo
{
 background: #000000;
}

div
{
 padding: 50px;
}

h1
{
 color: yellow;
 background: black;
 border-width: 0px;
 padding-top: 0pt;
 padding-bottom: 0pt;
}

#page1
{
 padding: 1%;
 padding-top: 25%;
 padding-bottom: 1%;
 z-index: 2;
}

#main_story
{
 padding: 1%;
 padding-top: 25%;
 padding-bottom: 1%;
 z-index: 2;
} 


#contread_button
{
 padding: 10px;
 padding-bottom: 0pt;
 padding-top: 0pt;
}

#buttons
{
 padding: 10px;
 padding-bottom: 0pt;
}

#disp_time
{
 position: relative;
 left: 70%;
 bottom: 0; 
 right: 0;
} 