/*
Base CSS styles for big screens

Chris Brown

CHANGES

202406281222: Created.

*/


.dialog_button
{
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}


#masthead
{
  height: 100px;
}
#masthead_logo
{
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
}
#masthead_title
{
  left: 100px;
  padding-left: 1em;
  font-size: 3em;
  line-height: 100px;
}

#content
{
  padding-left: 2em;
  padding-right: 2em;
}