<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
includes/backtrack-screen.css

Styles for PC-screens

Author: Chris Brown
Date:   202106291111

Modification:

202106291111: Created
*/


*
{
  font-size: 11px;
  line-height: 13px;
}


#wrapper
{
  background: #ffffff url(../images/background.png) no-repeat top right;
}


#main
{
  padding-bottom: 50px;
}


/* Masthead */
#masthead
{
  height: 120px;
}
#masthead_backtrack
{
  top: 20px;
  left: 10px;
  width: 400px;
  height: 36px;
}
#masthead_line
{
  top: 56px;
  width: 410px;
  height: 2px;
}
#masthead_keeping
{
  top: 60px;
  left: 85px;
  width: 250px;
  height: 55px;
}
#masthead_logo
{
  top: 10px;
  left: 410px;
  width: 60px;
  height: 60px;
}
#masthead_title
{
  top: 80px;
  left: 270px;
}
#masthead_topright
{
  top: 5px;
  right: 11px;
}


#nav
{
  padding-left: 10px;
  padding-right: 10px;
}


#content
{
  padding-left: 10px;
  padding-right: 10px;
}
#content .text
{
  padding: 2px 0 33px 2px;
}


/* Footer */

#footer
{
  margin-top: -50px;
  height: 50px;
}
#footer_top
{
  height: 24px;
}
#footer_middlegap
{
  height: 1px;
}
#footer_middle
{
  height: 4px;
}
#footer_bottomgap
{
  height: 4px;
}
#footer_bottom
{
  height: 17px;
}
#footer_copyright
{
  padding-top: 0;
  padding-left: 15px;
  font-size: 0.75em;
  line-height: 1.1em;
}
#footer a
{
  line-height: 17px;
}
#footer a:hover
{
}
#footer_links
{
  padding-right: 15px
}
#footer_links .selected
{
}
#footer_man
{
  width: 87px;
  height: 97px;
  top: -129px;
  right: 5px;
}


/* DIALOG BOXES */

.dialog
{
  width: 724px;
  padding: 5px;
  margin-left: -362px;
}
.dialog_title
{
  font-size: 2em;
}
.dialog_content
{
  margin-top: auto;
  margin-bottom: auto;
}
.dialog_buttons
{
  bottom: 1em;
  right: 1em;
}
.dialog_button
{
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
</pre></body></html>