/*
scrumnotes.css
created 01/2022
updated 01/2023
styles for Scrum Notes
*/

body { margin-bottom:0; }

.mainpanel, .mainpanelmobile {
  width:600px;
  margin:auto;
  padding: 0 40px 0 40px;
  border-right: 5px solid #DDD; 
  border-left: 5px solid #DDD; 
  background: #FFF;
}
.mainpanelmobile { width:100%; border:0; padding:0; }

#ptitle, #booktitle, #subtitle, #author {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  font-weight: 600;
  font-size:30px;
  color:#444;
  margin: 20px 0;
}

#jester { height:36px; width:auto; }

