@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/*https://bookdown.org/yihui/blogdown/css.html*/
/*https://community.rstudio.com/t/increase-the-width-used-by-gitbook-solved/14726/3*/

.book .book-body .page-wrapper .page-inner {
  width: 95%;
  max-width: 1000px;
  font-family: 'Roboto', "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.book .book-header, .book .book-summary {
    font-family: 'Roboto', "Helvetica Neue",Helvetica,Arial,sans-serif;
}


h2.subtitle {
    font-size: 32px !important;
}


table {
    font-size: 13px !important;
    margin-bottom: 100px !important;
    /*max-width: 75% !important; */
	max-width: 960px !important;
    margin-left:auto; 
    margin-right:auto;
    line-height: 1.25 !important;
    border-bottom: #ccc 1px solid !important;
}

th {
    border-top: #ccc 1px solid !important;
    border-bottom: #ccc 1px solid !important;
}
  
.st-table {
    font-size: 11px;
}  

body {
    text-rendering: optimizeLegibility;
    font-family: 'Roboto', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
}


p {
    margin-top: 25px;
}
table {
    border-bottom: solid black 1px !important;
}

caption, .caption {
    margin-top: 5px !important;
    /*margin-top: 50px !important; */
    margin-bottom: 15px !important;
    /*margin-bottom: 5px !important;*/
    font-size: 14px !important;
  	text-align: left !important;
    font-style: italic;
}

h1.title {
    font-size: 48px !important;
    margin-top: 128px !important;
}

h2 h4 {
    margin-top: 2em;
}

img {
    margin-top: 0px;
    margin-bottom: 50px;
	/*max-width: 75% !important;*/
	width: 95% !important;
	max-width: 960px !important;
	/*border: 1px solid #555 !important; */
}



/*
.book .book-body .page-wrapper .page-inner .normal blockquote {
    margin: 100px 0px 50px 0px;
    padding: 0 15px;
    opacity: 0.75;
    border-left: 4px solid #dcdcdc;
}
*/